/*
	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 = false;

/*
	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/clients/neighborhoodambassador/communitybanks.swf,480,360,3,3,0,0,true,1,{12/8/2009 04:30},{12/8/2009 13:30}'
			
);
/* 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>');