var browserName=navigator.appName;var browserVer=parseInt(navigator.appVersion);var version="";var msie4=(browserName=="Microsoft Internet Explorer"&&browserVer>=4);if((browserName=="Netscape"&&browserVer>=3)||msie4||browserName=="Konqueror"||browserName=="Opera"){version="n3";}else{version="n2";}
function blurLink(theObject){if(msie4){theObject.blur();}}jQuery.noConflict();jQuery(document).ready(function(){jQuery(".nav").superfish({animation:{opacity:"show"},autoArrows:false,speed:"fast"});if(jQuery.browser.msie&&jQuery.browser.version=="6.0"){jQuery(".nav").find(">li:has(ul)").mouseover(function(){jQuery("ul",this).bgIframe({opacity:false});}).find("a").focus(function(){jQuery("ul",jQuery(".nav>li:has(ul)")).bgIframe({opacity:false});});}
jQuery(".tips").tooltip({track:true,bodyHandler:function(){return jQuery(".tipcontents",this).html();},showURL:false});jQuery("form#ajaxform").submit(function(){jQuery("#log_res").html('<img src="http://www.sandyarts.com/fileadmin/templates/images/spinner.gif" alt="Loading" id="loading" />');jQuery.ajax({type:"POST",url:"http://www.sandyarts.com/sandy-arts-guild/email-subscription.html",data:{"FE[tt_address][email]":jQuery("#email").val(),"FE[tt_address][module_sys_dmail_category][260]":1},cache:false,success:function(html){jQuery("#log_res").html(jQuery("span",html).html());}});return false;});});