var videoArchive= new Array(2);
videoArchive[0]='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"id="VideoPlayer" width="300" height="228" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab"><param name="allowfullscreen" value="true" /><param name="movie" value="http://www.justluxe.com/luxevideo/VideoPlayer15.swf?configUrl=http://www.justluxe.com/luxevideo//config.xml&embeded=true&url=http://video.justluxe.com/Uploads/7e695970-b93f-4249-a307-710e62ee42fe.flv~7e695970-b93f-4249-a307-710e62ee42fe" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><param name="allowScriptAccess" value="sameDomain" /><embed allowfullscreen="true" src="http://www.justluxe.com/luxevideo/VideoPlayer15.swf?configUrl=http://www.justluxe.com/luxevideo//config.xml&embeded=true&url=http://video.justluxe.com/Uploads/7e695970-b93f-4249-a307-710e62ee42fe.flv~7e695970-b93f-4249-a307-710e62ee42fe" quality="high" bgcolor="#000000" width="300" height="228" name="VideoPlayer" align="middle" play="true" loop="false" quality="high" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer"></embed></object>';
videoArchive[1]='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"id="VideoPlayer" width="300" height="228" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab"><param name="allowfullscreen" value="true" /><param name="movie" value="http://www.justluxe.com/luxevideo/VideoPlayer15.swf?configUrl=http://www.justluxe.com/luxevideo//config.xml&embeded=true&url=http://video.justluxe.com/Uploads/80aa145c-12c2-4834-85d6-c778096606c8.flv~80aa145c-12c2-4834-85d6-c778096606c8" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><param name="allowScriptAccess" value="sameDomain" /><embed allowfullscreen="true" src="http://www.justluxe.com/luxevideo/VideoPlayer15.swf?configUrl=http://www.justluxe.com/luxevideo//config.xml&embeded=true&url=http://video.justluxe.com/Uploads/80aa145c-12c2-4834-85d6-c778096606c8.flv~80aa145c-12c2-4834-85d6-c778096606c8" quality="high" bgcolor="#000000" width="300" height="228" name="VideoPlayer" align="middle" play="true" loop="false" quality="high" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer"></embed></object>';

var videoTitle= new Array(2);
videoTitle[0]='Visit Barbados';
videoTitle[1]='The AvantAir Edge';


function refreshVid() {
  var num = Math.floor(Math.random()*videoArchive.length);
  var video = videoArchive[num];
  var title = videoTitle[num];
  //document.write('<div id="vidwrapper"><a href="#" onclick="refreshVid()">Refresh Video</a></div><div id="vidtit">Now Playing: <b>'+title+'</b></div><div id="vidbox">'+video+'</div>');
  document.write('<div id="vidtit">Now Playing: <b>'+title+'</b></div><div id="vidbox">'+video+'</div>');
}

refreshVid();
