/*
	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;

/* 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/mon-re/realtor-nosponsor.swf,480,360,3,3,0,0,true,1,{},{},114,150',
	'http://yakkingheads.com/mon-re/realtor-nosponsor2.swf,480,360,3,3,0,0,true,1,{},{},114,150',
	'http://yakkingheads.com/mon-re/realtor-nosponsor3.swf,480,360,3,3,0,0,true,1,{},{},114,150'



);
/* End Properties */


// 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>');