$(function(){
	if($.browser.mozilla){
		var version = $.browser.version.split(".");
		if(version.length >= 4){
			version = version.slice(0,3).join(".");
		}
		if(version == "1.9.2")
		$("head").append('<link rel="stylesheet" href="http://www.doughertydental.net/wp-content/themes/dougherty/css/firefox36.css" type="text/css" />');
	}
	
	swfobject.embedSWF("http://www.doughertydental.net/wp-content/themes/dougherty/swfs/header/DDhold.swf", "flash", "955", "252", "9.0.0","#FFFFFF");	
});
