$(document).ready(function() {$(".video").hide();});	function showvideo(swf, mylabel) { 		$(".video").hide();		$('#videobackground').addClass('videobackgroundplay');				//var myvideo="#video" + id				//$('#myFlash').flash('swf');				var myflv=swf + ".flv";		var myname=mylabel		var mympg=swf + ".mp4";				$("#videoscreen").fadeIn();				//flashMovie = $('#playvideo');				$('#playvideo').flash(			{				// test_flashvars.swf is the flash document				swf: "files/videos/videoplayer.swf",				width: 480,				height: 360,				wmode: 'transparent',				GotoFrame: 1,				// these arguments will be passed into the flash document				flashvars: {					videoload:  myflv,					videoname:  myname				}			}		);			var mylocation="http://goldsmithnew.ds6741.dedicated.turbodns.co.uk/files/videos/" + mympg		// <![CDATA[	if ((navigator.userAgent.indexOf('iPhone') != -1) || (navigator.userAgent.indexOf('iPod') != -1) || (navigator.userAgent.indexOf('iPad') != -1)) {		document.location = mylocation;	} // ]]>				//$('#playvideo').flash(				//);				//flashmovie.flash(		//function() {			//this.GotoFrame(0);		//}	//);}
