var $j = jQuery.noConflict();

$j(document).ready(function() { 
	$j('#PlateRunoutPlayVideo').click( function() { 
		$j('#platerunout2008video').html('<div id="platerunout2008videoTitle"><a href="javascript: void(0);" id="platerunout2008-close" onclick="$j(\'#platerunout2008video\').html(\'\'); $j(\'#platerunout2008video\').fadeOut( 250 ); return false;"><img src="/platerunout2008_f/images/close.png" alt="Close" /></a></div><div id="platerunout2008videoContainer"></div>');
		$j('#platerunout2008video').fadeIn( 250, function() {
			swfobject.embedSWF( "/platerunout2008_f/SimpleVideoPlayer.swf", "platerunout2008videoContainer", "446", "248", "9.0.0", false, { fileURL: '/platerunout2008_f/lexdec_08_800.flv' } , { wmode: "transparent", bgcolor: "#000" } );
		});
		return false;
	} );

	$j('#PlateRunoutTerms').click( function() { 
		$j('#platerunout2008terms').fadeIn( 250, function() {
			$j('#platerunout2008terms').html('<div id="platerunout2008termsTitle"><a href="javascript: void(0);" id="platerunout2008-close" onclick="$j(\'#platerunout2008terms\').html(\'\'); $j(\'#platerunout2008terms\').fadeOut( 250 ); return false;"><img src="/platerunout2008_f/platerunout_terms.jpg"></a></div>');
		});
		return false;
	} );

} );
