/*
	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}
*/
var arr_GLOBAL_SOURCE = new Array
(
	'http://yakkingheads.com/mon-fp/mon-seasonal-october.swf,480,375,3,3,0,0,true,1,{10/1/2009 15:30},{10/31/2009 19:30}',
	'http://yakkingheads.com/mon-fp/mon-fp-2-spanish.swf,480,375,3,3,0,0,true,1,{10/1/2009 15:30},{10/9/2900 19:30}',
	'http://yakkingheads.com/mon-fp/mon-fp-3-spanish.swf,480,375,3,3,0,0,true,1,{10/1/2009 15:30},{10/9/2900 19:30}',
	'http://yakkingheads.com/mon-fp/mon-fp-4-spanish.swf,480,375,3,3,0,0,true,1,{10/1/2009 15:30},{10/9/2900 19:30}',
	'http://yakkingheads.com/mon-fp/mon-fp-7-spanish.swf,480,375,3,3,0,0,true,1,{10/1/2009 15:30},{10/9/2900 19:30}',
	'http://yakkingheads.com/mon-fp/mon-cpark-sunday.swf,480,375,3,3,0,0,true,1,{10/25/2009 03:30},{10/25/2009 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="http://yakkingheads.com/mon/playerbase.js"></script>');