$(document).ready(function(){
	swfobject.embedSWF("/logoflip.swf", "logo-flash", "78", "78","8.0.0");
	if($("#flash-blog").length) {
		swfobject.embedSWF("/bdh_banner.swf", "flash-replace", "530", "217","8.0.0");
		swfobject.embedSWF("/bdh_bubbles.swf", "flash-blog", "260", "223","8.0.0");
	}
	
	if($("embed").length > 0) {
		if($("embed").attr("width")>480) {
			$("embed").attr("width",'480')
		}
	}
	
});




