function replaceWithVideoPlayer() 
{				
	document.getElementById("fortune_vid").innerHTML = '<object id="object1" height="240" width="320" data="/videos/flvplayer.swf?file=http://stewleonards.s3.amazonaws.com/careers-videos/stew_leonards_a_great_place_to_work.f4v" wmode="transparent" type="application/x-shockwave-flash" id="objectid1">  <param value="http://www.stewleonards.com/videos/flvplayer.swf?file=http://stewleonards.s3.amazonaws.com/careers-videos/stew_leonards_a_great_place_to_work.f4v" name="movie">  <param value="transparent" name="wmode"></object>';
	document.getElementById("fortune_vid2").innerHTML='<img id="click2" style="cursor:pointer;" onclick="replaceWithVideoPlayer2();" src="cms_images/culture/careers_1_10.jpg"  alt="CNN Highlight Stew Leoanrd&#39;s" border="0" />';
}

function replaceWithVideoPlayer2() 
{				
	document.getElementById("fortune_vid2").innerHTML = '<object id="object2" height="240" width="320" data="/videos/flvplayer.swf?file=http://stewleonards.s3.amazonaws.com/careers-videos/stew_leonards_fortune_576x324.flv" wmode="transparent" type="application/x-shockwave-flash" id="objectid1">  <param value="http://www.stewleonards.com/videos/flvplayer.swf?file=http://stewleonards.s3.amazonaws.com/careers-videos/stew_leonards_fortune_576x324.flv" name="movie">  <param value="transparent" name="wmode"></object>';	
	document.getElementById("fortune_vid").innerHTML='<img id="click" style="cursor:pointer;" onclick="replaceWithVideoPlayer();" src="cms_images/culture/careers_1_08.jpg"  alt="A Great Place To Work" border="0" />';
}

function replaceWithVideoPlayer(strPlayerDiv, strMediaFile, numWidth, numHeight, strAutoStart, strPreviewImg) {

				if(strAutoStart == 'true') {
					strAutoStart = '';
				} else {
					strAutoStart = '&autoStart=false';
				}
				strResult = '<object type="application/x-shockwave-flash" width="'+numWidth+'" height="'+numHeight+'" wmode="transparent" data="/videos/flvplayer.swf?file='+encodeURI(strMediaFile)+strAutoStart+'">';
				strResult += '  <param name="movie" value="http://www.stewleonards.com/videos/flvplayer.swf?file='+encodeURI(strMediaFile)+strAutoStart+'" />';
				strResult += '  <param name="wmode" value="transparent" />';
				strResult += '</object><br/><br/>';
				document.getElementById(strPlayerDiv).innerHTML = strResult;
			
}