function loadVideo(){
	var videoArray = new Array();
	videoArray [0] = "http://www.informayachtgroup.com/wp-content/themes/informa_yacht_group/videos/ADYS-OV.flv";
	videoArray [1] = "http://www.informayachtgroup.com/wp-content/themes/informa_yacht_group/videos/Pimex2010_Edit_6No2.flv";
	videoArray [2] = "http://www.informayachtgroup.com/wp-content/themes/informa_yacht_group/videos/SYC.flv";
	videoArray [3] = "http://www.informayachtgroup.com/wp-content/themes/informa_yacht_group/videos/MonacoYachtShow_video_2.f4v";
	videoArray [4] = "http://www.informayachtgroup.com/wp-content/themes/informa_yacht_group/videos/WYRF08_OPENING_FullRes.flv";

	var imageArray = new Array();
	imageArray [0] = "http://www.informayachtgroup.com/wp-content/themes/informa_yacht_group/videos/adys_video.jpg";
	imageArray [1] = "http://www.informayachtgroup.com/wp-content/themes/informa_yacht_group/videos/pimex_video.jpg";
	imageArray [2] = "http://www.informayachtgroup.com/wp-content/themes/informa_yacht_group/videos/syc_video.jpg";
	imageArray [3] = "http://www.informayachtgroup.com/wp-content/themes/informa_yacht_group/videos/mys_video.jpg";
	imageArray [4] = "http://www.informayachtgroup.com/wp-content/themes/informa_yacht_group/videos/wyrf_video.jpg";


	var randomNumber = Math.floor(Math.random()* videoArray.length);

	var flashvars = {};
	flashvars.file = videoArray[randomNumber];
	flashvars.image = imageArray[randomNumber];
	var params = {};
	params.play = "false";
	params.menu = "false";
	params.wmode = "transparent";
	params.allowscriptaccess = "always";
	var attributes = {};
	swfobject.embedSWF("http://www.informayachtgroup.com/wp-content/themes/informa_yacht_group/videos/jwplay.swf", "video", "280", "261", "9.0.0", false, flashvars, params, attributes);


}
