$(document).ready(function(){
	showCommercial = function(){
		var embed = '<div style="width:425px;height:344px;border-bottom:1px solid #444444""><object width="425" height="344">\
					 	<param name="movie" value="http://www.youtube.com/v/1FJ5uJnsdks&hl=en&fs=1"></param>\
						<param name="allowFullScreen" value="true"></param>\
						<embed src="http://www.youtube.com/v/1FJ5uJnsdks&hl=en&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed>\
					</object></div>\
					<div style="float:left;"><img src="/Styles/layout/images/icons/home_banner_small.jpg" /></div>';
		$.facebox(embed);
	}
	
	$.facebox.close = function(){
		$('#facebox').hide();
		$('#facebox .content').empty().removeClass().addClass('content');
	}
});

