$(document).ready(function(){$("div#productimage img").fadeTo(0,0);$("div#productimage img").fadeTo(1000,1);$("img.product_thumb").hover(function(){var b=$(this).attr("src");var c=b.split("/");c.splice(c.length-1);var a=c.join("/");$("img#product_image").attr("src",a);$("img#big_photo").attr("src",a)});$("input").focus(function(a){id=this.getAttribute("id");if(id=="submit"){$(this).submit()}else{$("input.highlight").removeClass("highlight");$(this).addClass("highlight")}});$("div#latest_tweet").css("display","none");$("div#latest_tweet").load("http://"+window.location.hostname+"/ajax/latesttweet");$("div#latest_tweet").show(1500);$("table#calender tr:even").addClass("alt");$("a#euro").mousemove(function(){$("div#packages").load("http://"+window.location.hostname+"/ajax/packages.php");$.blockUI({message:$("div#packages"),fadeIn:400,fadeOut:400,timeout:10000,showOverlay:true,centerY:false,css:{width:"500px",top:"150px",border:"none",padding:"6px",margin:"auto",backgroundColor:"#202020","-webkit-border-radius":"10px","-moz-border-radius":"10px",opacity:0.8,color:"#fff"}})});$("div#packages").click(function(a){$.unblockUI()});$(".form").validate();$(".div_menu").html($("#menu_head").html());$("h2.collapse").click(function(a){id=this.getAttribute("id");visible=$("div#div_"+id).css("display");if(visible=="none"){$("div.collapse").hide("slow");$("div#div_"+id).show("slow")}else{$("div#div_"+id).hide("slow")}});$("#productfilter_categories").change(function(){window.location=this.value});$("p#frontproducts").load("http://"+window.location.hostname+"/frontproducts")});
