/*
	Switch Mode:
	1: Sequential
	2: Random
*/
var switchMode = 1;

/* Date Range:
	If set to false, the optional date range parameter is ignored
	If set to true .. the swf is only displayed if it falls on that reange.
*/
var useDateRange = true;

/*
	Properties are specified as follows:
	'url,width,height,lf_Position, lf_Position_Dynamic, lf_OffSet_Top_Position, lf_OffSet_Left_Position,right_align,play_when,start_date (not required),end_date (not required)'
	play_when: 1=any, 2=first visit only, 3=subsequent visits
	
	date format: {m/d/y H:M} e.g. {9/1/09 13:15} or just the time {9:30}

'http://yakkingheads.com/mon/yh-business-late.swf,480,360,3,3,0,0,false,1,{21:30},{02:00}',

	'http://yakkingheads.com/mon/yh-business-fri-am.swf,480,360,3,3,0,0,false,1,{11/27/2009 03:30},{11/27/2009 13:30}',
	'http://yakkingheads.com/mon/yh-friday-pm.swf,480,360,3,3,0,0,false,1,{11/27/2009 13:31},{11/27/2009 18:00}',

	'http://yakkingheads.com/mon/yh-fp-tues-am.swf,480,360,3,3,0,0,false,1,{12/1/2009 03:31},{12/1/2009 13:30}',

	'http://yakkingheads.com/mon/yh-fp-wed-am.swf,480,360,3,3,0,0,false,1,{12/2/2009 03:30},{12/2/2009 13:30}',
	'http://yakkingheads.com/mon/yh-fp-wed-pm.swf,480,360,3,3,0,0,false,1,{12/2/2009 13:31},{12/2/2009 18:30}',	

	'http://yakkingheads.com/mon/yh-fp-thursday-am.swf,480,360,3,3,0,0,false,1,{11/26/2009 03:30},{11/26/2009 13:30}',
	'http://yakkingheads.com/mon/yh-thursday-pm.swf,300,360,3,3,0,0,true,1,{11/26/2009 13:30},{11/26/2009 19:00}',
		
	'http://yakkingheads.com/mon/yh-saturday.swf,300,360,3,3,0,0,true,1,{11/28/2009 01:00},{11/28/2009 23:00}',
	
	'http://yakkingheads.com/mon/lindsey-frontpage.swf,480,360,3,3,0,0,true,1,{05:00},{24:00}',
	'http://yakkingheads.com/mon/yh-fp-welcomeback.swf,480,360,3,3,0,0,true,3,{10/30/2009 03:30},{12/30/2009 13:30}'

NEW
	'http://yakkingheads.com/mon/weekdays/yh-monday-am.swf,250,360,3,3,0,0,true,1,{12/7/2009 04:30},{12/7/2009 13:30}',
	'http://yakkingheads.com/mon/weekdays/yh-monday-pm.swf,250,360,3,3,0,0,true,1,{12/7/2009 13:31},{12/7/2009 18:30}',

	
	
	
	'http://yakkingheads.com/mon/weekdays/yh-wednesday-am.swf,300,360,3,3,0,0,true,1,{12/9/2009 04:30},{12/9/2009 13:30}',
	'http://yakkingheads.com/mon/weekdays/yh-wednesday-pm.swf,300,360,3,3,0,0,true,1,{12/9/2009 13:31},{12/9/2009 18:30}',
	'http://yakkingheads.com/mon/weekdays/yh-thursday-am.swf,250,360,3,3,0,0,true,1,{12/10/2009 04:30},{12/10/2009 13:30}',
	'http://yakkingheads.com/mon/weekdays/yh-thursday-pm.swf,300,360,3,3,0,0,true,1,{12/10/2009 13:31},{12/10/2009 18:30}',
	'http://yakkingheads.com/mon/weekdays/yh-friday-am.swf,275,360,3,3,0,0,true,1,{12/4/2009 04:30},{12/4/2009 13:30}',
	'http://yakkingheads.com/mon/weekdays/yh-friday-pm.swf,275,360,3,3,0,0,true,1,{12/4/2009 13:31},{12/4/2009 18:30}',
	'http://yakkingheads.com/mon/weekdays/yh-saturday.swf,300,360,3,3,0,0,true,1,{12/5/2009 04:30},{12/5/2009 23:30}',
	'http://yakkingheads.com/mon/weekdays/yh-sunday.swf,275,360,3,3,0,0,true,1,{12/6/2009 04:30},{12/6/2009 23:30}',


*/
var arr_GLOBAL_SOURCE = new Array
(
	'http://yakkingheads.com/clients/yheads/yh-kristin-350x360.swf,350,360,3,3,0,0,true,1,{02:30},{23:00}'
		 
);
/* End Properties */


// The URL to this include came be status, somethiing like "http://yakkingheads.com/mon/playerbase.js" //
document.write('<script type="text/javascript" src="https://yakkingheads.com/mon/playerbase.js"></script>');