/*
	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;

/* Playback Parameters */
var shrink_on_start = "no"; // pause and shrinks video on start. if set to "no" video is autoplayed. yes / no
var shrink_on_stop = "no"; // pause and shrinks video when stop button is pressed. yes / no
var close_on_stop = "yes"; // closes player when playback stop button is pressed. i.e. makes it invisible. yes / no
var shrink_on_end = "no"; // pause and shrinks video when playback is complete. yes / no
var close_on_end = "yes"; // closes player when playback is complete. i.e. makes it invisible. yes / no
var show_loading = "yes"; // display loading (buffering) graphic. yes / no

/*
	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,end_date,small_width, small_height'
	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}. if blank, just use {}	
*/
var arr_GLOBAL_SOURCE = new Array
(
	'http://yakkingheads.com/clients/yheads/lindsey-springfield-cafe.swf,480,360,3,3,0,0,true,1,{},{},200,150'

 

	
	
);
/* End Properties */

'http://yakkingheads.com/clients/yheads/yh,480,360,3,3,0,0,true,1,{1/13/2010 04:30},{1/13/2010 13:30}',	
	'http://yakkingheads.com/clients/yheads/yh-wednesday-am.new.swf,480,360,3,3,0,0,true,1,{1/20/2010 04:30},{1/20/2010 13:30}',	
	'http://yakkingheads.com/clients/yheads/yh-wednesday-am.new.swf,480,360,3,3,0,0,true,1,{1/27/2010 04:30},{1/27/2010 13:30}',	
	'http://yakkingheads.com/clients/yheads/yh-wednesday-am.new.swf,480,360,3,3,0,0,true,1,{2/3/2010 04:30},{2/3/2010 13:30}',	

	'http://yakkingheads.com/clients/yheads/yh-wednesday-pm.new.swf,480,360,3,3,0,0,true,1,{1/13/2010 13:31},{1/13/2010 18:30}',	
	'http://yakkingheads.com/clients/yheads/yh-wednesday-pm.new.swf,480,360,3,3,0,0,true,1,{1/20/2010 13:31},{1/20/2010 18:30}',	
	'http://yakkingheads.com/clients/yheads/yh-wednesday-pm.new.swf,480,360,3,3,0,0,true,1,{1/27/2010 13:31},{1/27/2010 18:30}',	
	'http://yakkingheads.com/clients/yheads/yh-wednesday-pm.new.swf,480,360,3,3,0,0,true,1,{2/3/2010 13:31},{2/3/2010 18:30}'	

// The URL to this include came be static, somethiing like "http://yakkingheads.com/playerbase.js" //
document.write('<script type="text/javascript" src="http://yakkingheads.com/clients/printers101/playerbase.js"></script>');