$( function() {

	$('#videos-video-player').html('');

	var s = '';

	s += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="425" height="240" id="FLVPlayer">';
        s += '<param name="movie" value="FLVPlayer_Progressive.swf" />';
        s += '<param name="quality" value="high" />';
        s += '<param name="wmode" value="opaque" />';
        s += '<param name="scale" value="noscale" />';
        s += '<param name="salign" value="lt" />';

        s += '<param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=video/webvideopro&amp;autoPlay=true&amp;autoRewind=false" />';
        s += '<param name="swfversion" value="8,0,0,0" />';
        s += '<!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->';
        s += '<param name="expressinstall" value="Scripts/expressInstall.swf" />';
        s += '<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->';
        s += '<!--[if !IE]>-->';
        s += '<object type="application/x-shockwave-flash" data="FLVPlayer_Progressive.swf" width="425" height="240">';
        s += '  <!--<![endif]-->';
        s += '  <param name="quality" value="high" />';

        s += '  <param name="wmode" value="opaque" />';
        s += '  <param name="scale" value="noscale" />';
        s += '  <param name="salign" value="lt" />';
        s += '  <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=video/webvideopro&amp;autoPlay=true&amp;autoRewind=false" />';
        s += '  <param name="swfversion" value="8,0,0,0" />';
        s += '  <param name="expressinstall" value="Scripts/expressInstall.swf" />';
        s += '  <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->';
        s += '  <div>';
        s += '    <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>';

        s += '    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>';
        s += '  </div>';
        s += '  <!--[if !IE]>-->';
        s += '</object>';
        s += '<!--<![endif]-->';
      	s += '</object>';

	$('#videos-video-player').html(s);			

	$('#videos-video-player').fadeIn( 500 );














	$('#videos-video-menu a#videos-the-capitols').click(function () { 
	    $('#videos-video-player' ).fadeOut( function() {
	    
			$('#videos-video-player').html('');

			var s = '';

			s += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="426" height="240" id="FLVPlayer">';
			s += '<param name="movie" value="FLVPlayer_Progressive.swf" />';

			s += '<param name="quality" value="high" />';
			s += '<param name="wmode" value="opaque" />';
			s += '<param name="scale" value="noscale" />';
			s += '<param name="salign" value="lt" />';
			s += '<param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=video/the-capitols&amp;autoPlay=true&amp;autoRewind=false" />';
			s += '<param name="swfversion" value="8,0,0,0" />';
			s += '<!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->';
			s += '<param name="expressinstall" value="Scripts/expressInstall.swf" />';
			s += '<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->';

			s += '<!--[if !IE]>-->';
			s += '<object type="application/x-shockwave-flash" data="FLVPlayer_Progressive.swf" width="426" height="240">';
			s += '  <!--<![endif]-->';
			s += '  <param name="quality" value="high" />';
			s += '  <param name="wmode" value="opaque" />';
			s += '  <param name="scale" value="noscale" />';
			s += '  <param name="salign" value="lt" />';
			s += '  <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=video/the-capitols&amp;autoPlay=true&amp;autoRewind=false" />';
			s += '  <param name="swfversion" value="8,0,0,0" />';

			s += '  <param name="expressinstall" value="Scripts/expressInstall.swf" />';
			s += '  <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->';
			s += '  <div>';
			s += '    <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>';
			s += '    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>';
			s += '  </div>';
			s += '  <!--[if !IE]>-->';
			s += '</object>';

			s += '<!--<![endif]-->';
			s += '</object><br /><font color="#ffffff">The Capitols Live Band</font>';


			$('#videos-video-player').html(s);			

			$('#videos-video-player' ).fadeIn( 500 );

		   });
		return false;
	    })	



	$('#videos-video-menu a#videos-anntek-training').click(function () { 
	    $('#videos-video-player' ).fadeOut( function() {
	    
			$('#videos-video-player').html('');

			var s = '';

			s += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="426" height="240" id="FLVPlayer">';
			s += '<param name="movie" value="FLVPlayer_Progressive.swf" />';

			s += '<param name="quality" value="high" />';
			s += '<param name="wmode" value="opaque" />';
			s += '<param name="scale" value="noscale" />';
			s += '<param name="salign" value="lt" />';
			s += '<param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=video/anntek-training&amp;autoPlay=true&amp;autoRewind=false" />';
			s += '<param name="swfversion" value="8,0,0,0" />';
			s += '<!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->';
			s += '<param name="expressinstall" value="Scripts/expressInstall.swf" />';
			s += '<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->';

			s += '<!--[if !IE]>-->';
			s += '<object type="application/x-shockwave-flash" data="FLVPlayer_Progressive.swf" width="426" height="240">';
			s += '  <!--<![endif]-->';
			s += '  <param name="quality" value="high" />';
			s += '  <param name="wmode" value="opaque" />';
			s += '  <param name="scale" value="noscale" />';
			s += '  <param name="salign" value="lt" />';
			s += '  <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=video/anntek-training&amp;autoPlay=true&amp;autoRewind=false" />';
			s += '  <param name="swfversion" value="8,0,0,0" />';

			s += '  <param name="expressinstall" value="Scripts/expressInstall.swf" />';
			s += '  <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->';
			s += '  <div>';
			s += '    <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>';
			s += '    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>';
			s += '  </div>';
			s += '  <!--[if !IE]>-->';
			s += '</object>';

			s += '<!--<![endif]-->';
			s += '</object><br /><font color="#ffffff">Insources/Anntek Training</font>';


			$('#videos-video-player').html(s);			

			$('#videos-video-player' ).fadeIn( 500 );

		   });
		return false;
	    })	






	$('#videos-video-menu a#videos-killara-penthouse').click(function () { 
	    $('#videos-video-player' ).fadeOut( function() {
	    
			$('#videos-video-player').html('');

			var s = '';

			s += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="426" height="240" id="FLVPlayer">';
			s += '<param name="movie" value="FLVPlayer_Progressive.swf" />';

			s += '<param name="quality" value="high" />';
			s += '<param name="wmode" value="opaque" />';
			s += '<param name="scale" value="noscale" />';
			s += '<param name="salign" value="lt" />';
			s += '<param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=video/killara-penthouse&amp;autoPlay=true&amp;autoRewind=false" />';
			s += '<param name="swfversion" value="8,0,0,0" />';
			s += '<!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->';
			s += '<param name="expressinstall" value="Scripts/expressInstall.swf" />';
			s += '<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->';

			s += '<!--[if !IE]>-->';
			s += '<object type="application/x-shockwave-flash" data="FLVPlayer_Progressive.swf" width="426" height="240">';
			s += '  <!--<![endif]-->';
			s += '  <param name="quality" value="high" />';
			s += '  <param name="wmode" value="opaque" />';
			s += '  <param name="scale" value="noscale" />';
			s += '  <param name="salign" value="lt" />';
			s += '  <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=video/killara-penthouse&amp;autoPlay=true&amp;autoRewind=false" />';
			s += '  <param name="swfversion" value="8,0,0,0" />';

			s += '  <param name="expressinstall" value="Scripts/expressInstall.swf" />';
			s += '  <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->';
			s += '  <div>';
			s += '    <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>';
			s += '    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>';
			s += '  </div>';
			s += '  <!--[if !IE]>-->';
			s += '</object>';

			s += '<!--<![endif]-->';
			s += '</object><br /><font color="#ffffff">Killara Penthouse Presentation</font>';


			$('#videos-video-player').html(s);			

			$('#videos-video-player' ).fadeIn( 500 );

		   });
		return false;
	    })	




















	$('#videos-video-menu a#videos-corporates-golf').click(function () { 
	    $('#videos-video-player' ).fadeOut( function() {
	    
			$('#videos-video-player').html('');

			var s = '';

			s += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="425" height="240" id="FLVPlayer">';
			s += '<param name="movie" value="FLVPlayer_Progressive.swf" />';

			s += '<param name="quality" value="high" />';
			s += '<param name="wmode" value="opaque" />';
			s += '<param name="scale" value="noscale" />';
			s += '<param name="salign" value="lt" />';
			s += '<param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=video/manlygolfcorp&amp;autoPlay=true&amp;autoRewind=false" />';
			s += '<param name="swfversion" value="8,0,0,0" />';
			s += '<!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->';
			s += '<param name="expressinstall" value="Scripts/expressInstall.swf" />';
			s += '<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->';

			s += '<!--[if !IE]>-->';
			s += '<object type="application/x-shockwave-flash" data="FLVPlayer_Progressive.swf" width="425" height="240">';
			s += '  <!--<![endif]-->';
			s += '  <param name="quality" value="high" />';
			s += '  <param name="wmode" value="opaque" />';
			s += '  <param name="scale" value="noscale" />';
			s += '  <param name="salign" value="lt" />';
			s += '  <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=video/manlygolfcorp&amp;autoPlay=true&amp;autoRewind=false" />';
			s += '  <param name="swfversion" value="8,0,0,0" />';

			s += '  <param name="expressinstall" value="Scripts/expressInstall.swf" />';
			s += '  <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->';
			s += '  <div>';
			s += '    <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>';
			s += '    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>';
			s += '  </div>';
			s += '  <!--[if !IE]>-->';
			s += '</object>';

			s += '<!--<![endif]-->';
			s += '</object><br /><font color="#ffffff">Manly Golf Club - Corporate Events Venue</font>';


			$('#videos-video-player').html(s);			

			$('#videos-video-player' ).fadeIn( 500 );

		   });
		return false;
	    })	


	$('#videos-video-menu a#videos-corporates-china').click(function () { 
	    $('#videos-video-player' ).fadeOut( function() {
	    
			$('#videos-video-player').html('');

			var s = '';

			s += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="364" height="200" id="FLVPlayer">';
			s += '<param name="movie" value="FLVPlayer_Progressive.swf" />';

			s += '<param name="quality" value="high" />';
			s += '<param name="wmode" value="opaque" />';
			s += '<param name="scale" value="noscale" />';
			s += '<param name="salign" value="lt" />';
			s += '<param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=video/cb-showreal-2009&amp;autoPlay=true&amp;autoRewind=false" />';
			s += '<param name="swfversion" value="8,0,0,0" />';
			s += '<!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->';
			s += '<param name="expressinstall" value="Scripts/expressInstall.swf" />';
			s += '<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->';

			s += '<!--[if !IE]>-->';
			s += '<object type="application/x-shockwave-flash" data="FLVPlayer_Progressive.swf" width="364" height="200">';
			s += '  <!--<![endif]-->';
			s += '  <param name="quality" value="high" />';
			s += '  <param name="wmode" value="opaque" />';
			s += '  <param name="scale" value="noscale" />';
			s += '  <param name="salign" value="lt" />';
			s += '  <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=video/cb-showreal-2009&amp;autoPlay=true&amp;autoRewind=false" />';
			s += '  <param name="swfversion" value="8,0,0,0" />';

			s += '  <param name="expressinstall" value="Scripts/expressInstall.swf" />';
			s += '  <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->';
			s += '  <div>';
			s += '    <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>';
			s += '    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>';
			s += '  </div>';
			s += '  <!--[if !IE]>-->';
			s += '</object>';

			s += '<!--<![endif]-->';
			s += '</object><br /><font color="#ffffff">China Blueprint</font>';


			$('#videos-video-player').html(s);			

			$('#videos-video-player' ).fadeIn( 500 );

		   });
		return false;
	    })	


	$('#videos-video-menu a#videos-seminars-hardware').click(function () { 
	    $('#videos-video-player' ).fadeOut( function() {
	    
			$('#videos-video-player').html('');

			var s = '';

		      	s += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="360" height="204" id="FLVPlayer">';
		        s += '<param name="movie" value="FLVPlayer_Progressive.swf" />';
		        s += '<param name="quality" value="high" />';
		        s += '  <param name="wmode" value="opaque" />';
		        s += '  <param name="scale" value="noscale" />';
		        s += '  <param name="salign" value="lt" />';

		        s += '  <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=video/hg&amp;autoPlay=true&amp;autoRewind=false" />';
		        s += '  <param name="swfversion" value="8,0,0,0" />';
		        s += '  <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->';
		        s += '  <param name="expressinstall" value="Scripts/expressInstall.swf" />';
		        s += '  <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->';
		        s += '  <!--[if !IE]>-->';
		        s += '  <object type="application/x-shockwave-flash" data="FLVPlayer_Progressive.swf" width="360" height="204">';
		        s += '    <!--<![endif]-->';
		        s += '    <param name="quality" value="high" />';

		        s += '    <param name="wmode" value="opaque" />';
		        s += '    <param name="scale" value="noscale" />';
		        s += '    <param name="salign" value="lt" />';
		        s += '    <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=video/hg&amp;autoPlay=true&amp;autoRewind=false" />';
		        s += '    <param name="swfversion" value="8,0,0,0" />';
		        s += '    <param name="expressinstall" value="Scripts/expressInstall.swf" />';
		        s += '    <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->';
		        s += '    <div>';
		        s += '      <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>';

		        s += '      <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>';
		        s += '    </div>';
		        s += '    <!--[if !IE]>-->';
		        s += '  </object>';
		        s += '  <!--<![endif]-->';
		        s += '</object><br /><font color="#ffffff">Hardware & General - Seminar</font>';

			$('#videos-video-player').html(s);			

			$('#videos-video-player' ).fadeIn( 500 );

		   });
		return false;
	    })	


	$('#videos-video-menu a#videos-webvideos-wedding').click(function () { 
	    $('#videos-video-player' ).fadeOut( function() {
	    
			$('#videos-video-player').html('');

			var s = '';

			      s += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="425" height="240" id="FLVPlayer">';
			      s += '  <param name="movie" value="FLVPlayer_Progressive.swf" />';

			      s += '  <param name="quality" value="high" />';
			      s += '  <param name="wmode" value="opaque" />';
			      s += '  <param name="scale" value="noscale" />';
			      s += '  <param name="salign" value="lt" />';
			      s += '  <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=video/manlygolfclub&amp;autoPlay=true&amp;autoRewind=false" />';
			      s += '  <param name="swfversion" value="8,0,0,0" />';
			      s += '  <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->';
			      s += '  <param name="expressinstall" value="Scripts/expressInstall.swf" />';
			      s += '  <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->';

			      s += '  <!--[if !IE]>-->';
			      s += '  <object type="application/x-shockwave-flash" data="FLVPlayer_Progressive.swf" width="425" height="240">';
			      s += '    <!--<![endif]-->';
			      s += '    <param name="quality" value="high" />';
			      s += '    <param name="wmode" value="opaque" />';
			      s += '    <param name="scale" value="noscale" />';
			      s += '    <param name="salign" value="lt" />';
			      s += '    <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=video/manlygolfclub&amp;autoPlay=true&amp;autoRewind=false" />';
			      s += '    <param name="swfversion" value="8,0,0,0" />';

			      s += '    <param name="expressinstall" value="Scripts/expressInstall.swf" />';
			      s += '    <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->';
			      s += '    <div>';
			      s += '      <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>';
			      s += '      <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>';
			      s += '    </div>';
			      s += '    <!--[if !IE]>-->';
			      s += '  </object>';

			      s += '  <!--<![endif]-->';
			      s += '</object><br /><font color="#ffffff">Manly Golf Club - Wedding Venue</font>';

			$('#home-hero').fadeOut();
			$('#videos-content').fadeIn();	    
			
			$('#videos-video-player').html(s);			

			$('#videos-video-player' ).fadeIn( 500 );

		   });
		return false;
	    })		

	$('#videos-video-menu a#videos-webvideos-littlejohn').click(function () { 
	    $('#videos-video-player' ).fadeOut( function() {
	    
			$('#videos-video-player').html('');

			var s = '';

			s += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="356" height="261" id="FLVPlayer">';
			s += '<param name="movie" value="FLVPlayer_Progressive.swf" />';

			s += '<param name="quality" value="high" />';
			s += '<param name="wmode" value="opaque" />';
			s += '<param name="scale" value="noscale" />';
			s += '<param name="salign" value="lt" />';
			s += '<param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=video/littlejohn&amp;autoPlay=true&amp;autoRewind=false" />';
			s += '<param name="swfversion" value="8,0,0,0" />';
			s += '<!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->';
			s += '<param name="expressinstall" value="Scripts/expressInstall.swf" />';
			s += '<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->';

			s += '<!--[if !IE]>-->';
			s += '<object type="application/x-shockwave-flash" data="FLVPlayer_Progressive.swf" width="356" height="261">';
			s += '  <!--<![endif]-->';
			s += '  <param name="quality" value="high" />';
			s += '  <param name="wmode" value="opaque" />';
			s += '  <param name="scale" value="noscale" />';
			s += '  <param name="salign" value="lt" />';
			s += '  <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=video/littlejohn&amp;autoPlay=true&amp;autoRewind=false" />';
			s += '  <param name="swfversion" value="8,0,0,0" />';

			s += '  <param name="expressinstall" value="Scripts/expressInstall.swf" />';
			s += '  <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->';
			s += '  <div>';
			s += '    <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>';
			s += '    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>';
			s += '  </div>';
			s += '  <!--[if !IE]>-->';
			s += '</object>';

			s += '<!--<![endif]-->';
			s += '</object><br /><font color="#ffffff">Jan Littlejohn - Celebrant</font>';
		      
			$('#home-hero').fadeOut();
			$('#videos-content').fadeIn();	    

			$('#videos-video-player').html(s);			

			$('#videos-video-player' ).fadeIn( 500 );

		   });
		return false;
	    })		
	    

	$('#videos-video-menu a#videos-animation-3d').click(function () {
	    $('#videos-video-player' ).fadeOut( function() {
	    
			$('#videos-video-player').html('');

			var s = '';

		      s += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="425" height="240" id="FLVPlayer">';
		      s += '  <param name="movie" value="FLVPlayer_Progressive.swf" />';

		      s += '  <param name="quality" value="high" />';
		      s += '  <param name="wmode" value="opaque" />';
		      s += '  <param name="scale" value="noscale" />';
		      s += '  <param name="salign" value="lt" />';
		      s += '  <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=video/Animation&amp;autoPlay=true&amp;autoRewind=false" />';
		      s += '  <param name="swfversion" value="8,0,0,0" />';
		      s += '  <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->';
		      s += '  <param name="expressinstall" value="Scripts/expressInstall.swf" />';
		      s += '  <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->';

		      s += '  <!--[if !IE]>-->';
		      s += '  <object type="application/x-shockwave-flash" data="FLVPlayer_Progressive.swf" width="425" height="240">';
		      s += '    <!--<![endif]-->';
		      s += '    <param name="quality" value="high" />';
		      s += '    <param name="wmode" value="opaque" />';
		      s += '    <param name="scale" value="noscale" />';
		      s += '    <param name="salign" value="lt" />';
		      s += '    <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=video/Animation&amp;autoPlay=true&amp;autoRewind=false" />';
		      s += '    <param name="swfversion" value="8,0,0,0" />';

		      s += '    <param name="expressinstall" value="Scripts/expressInstall.swf" />';
		      s += '    <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->';
		      s += '    <div>';
		      s += '      <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>';
		      s += '      <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>';
		      s += '    </div>';
		      s += '    <!--[if !IE]>-->';
		      s += '  </object>';

		      s += '  <!--<![endif]-->';
		      s += '</object><br /><font color="#ffffff">3D Animation</font>';

			$('#home-hero').fadeOut();
			$('#videos-content').fadeIn();	    
			
			$('#videos-video-player').html(s);			

			$('#videos-video-player' ).fadeIn( 500 );

		   });
		return false;
	    })		    

});





