
/**
 * 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://www.acreditclinic.com/flash/videos/credit-clinic-ae.swf,480,360,3,3,0,0,false,1,{},{},114,150'
);


document.write('<script type="text/javascript" src="/javascript/yakkingheads/playerbase.js"></script>');
