setInterval(function(){$("#navbar_right").load("/website/include_navbar-right.php")},30000);(function(d){d.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor","borderTopColor","color","outlineColor"],function(f,e){d.fx.step[e]=function(g){if(g.state==0||g.start.constructor!=Array||g.end.constructor!=Array){g.start=c(g.elem,e);g.end=b(g.end)}g.elem.style[e]="rgb("+[Math.max(Math.min(parseInt((g.pos*(g.end[0]-g.start[0]))+g.start[0]),255),0),Math.max(Math.min(parseInt((g.pos*(g.end[1]-g.start[1]))+g.start[1]),255),0),Math.max(Math.min(parseInt((g.pos*(g.end[2]-g.start[2]))+g.start[2]),255),0)].join(",")+")"}});function b(f){var e;if(f&&f.constructor==Array&&f.length==3){return f}if(e=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(f)){return[parseInt(e[1]),parseInt(e[2]),parseInt(e[3])]}if(e=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(f)){return[parseFloat(e[1])*2.55,parseFloat(e[2])*2.55,parseFloat(e[3])*2.55]}if(e=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(f)){return[parseInt(e[1],16),parseInt(e[2],16),parseInt(e[3],16)]}if(e=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(f)){return[parseInt(e[1]+e[1],16),parseInt(e[2]+e[2],16),parseInt(e[3]+e[3],16)]}return a[d.trim(f).toLowerCase()]}function c(g,e){var f;do{f=d.curCSS(g,e);if(f!=""&&f!="transparent"||d.nodeName(g,"body")){break}e="backgroundColor"}while(g=g.parentNode);return b(f)}var a={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0]}})(jQuery);function setActiveStyleSheet(e){var d,c,b;for(d=0;(c=document.getElementsByTagName("link")[d]);d++){if(c.getAttribute("rel").indexOf("style")!=-1&&c.getAttribute("title")){c.disabled=true;if(c.getAttribute("title")==e){c.disabled=false}}}}function getActiveStyleSheet(){var c,b;for(c=0;(b=document.getElementsByTagName("link")[c]);c++){if(b.getAttribute("rel").indexOf("style")!=-1&&b.getAttribute("title")&&!b.disabled){return b.getAttribute("title")}}return null}function getPreferredStyleSheet(){var c,b;for(c=0;(b=document.getElementsByTagName("link")[c]);c++){if(b.getAttribute("rel").indexOf("style")!=-1&&b.getAttribute("rel").indexOf("alt")==-1&&b.getAttribute("title")){return b.getAttribute("title")}}return null}function createCookie(c,d,e){if(e){var b=new Date();b.setTime(b.getTime()+(e*24*60*60*1000));var a="; expires="+b.toGMTString()}else{a=""}document.cookie=c+"="+d+a+"; path=/"}function readCookie(b){var e=b+"=";var a=document.cookie.split(";");for(var d=0;d<a.length;d++){var f=a[d];while(f.charAt(0)==" "){f=f.substring(1,f.length)}if(f.indexOf(e)==0){return f.substring(e.length,f.length)}}return null}window.onload=function(b){var a=readCookie("style");var c=a?a:getPreferredStyleSheet();setActiveStyleSheet(c)};window.onunload=function(a){var b=getActiveStyleSheet();createCookie("style",b,0)};var cookie=readCookie("style");var title=cookie?cookie:getPreferredStyleSheet();setActiveStyleSheet(title);var hoverColour="#eeeeee";$(document).ready(function(){$("#navbar_right").load("/website/include_navbar-right.php");$("ul.gallery li a").css({opacity:".5"});$("a.navbar_button").show("fast",function(){$(this).wrap('<div class="navbar_button">');$(this).attr("class","")});$("div.navbar_button").show("fast",function(){$(this).append("<div></div>");var a=$(this).children("a").width();var b=$(this).children("a").height();$(this).width(a);$(this).height(b);$(this).children("div").width(a);$(this).children("div").height(b);$(this).children("a").hover(function(){if($(this).attr("rel")==""){$(this).attr("rel",$(this).css("color"))}$(this).parent().children("div").stop().css({display:"none",opacity:"1"}).fadeIn("fast");$(this).stop().css({color:$(this).attr("rel")}).animate({color:hoverColour},350)},function(){$(this).parent().children("div").stop().fadeOut("slow");$(this).stop().animate({color:$(this).attr("rel")},250)})});$("ul.gallery li a").hover(function(){$(this).fadeTo("slow",1)},function(){$(this).fadeTo("slow",0.5)});$("a#logo").hover(function(){$(this).stop().fadeTo("normal",0)},function(){$(this).stop().fadeTo("normal",1)});$("ul.banners li a").mouseover(function(){$(this).stop().animate({borderTopColor:"#bbbbbb",borderRightColor:"#bbbbbb",borderBottomColor:"#bbbbbb",borderLeftColor:"#bbbbbb"},"normal")});$("ul.banners li a").mouseout(function(){$(this).stop().animate({borderTopColor:"#000000",borderRightColor:"#000000",borderBottomColor:"#000000",borderLeftColor:"#000000"},"normal")});$("ul.midsize li").hover(function(){var a=$(this).find("img").attr("src");$(this).find("a.thumb").css({background:"url("+a+") no-repeat center bottom"});$(this).find("span").stop().fadeTo("normal",0,function(){$(this).hide()})},function(){$(this).find("span").stop().fadeTo("normal",1).show()});$("a[rel='gallery']").each(function(){$(this).colorbox({title:$(this).attr("title")+"<div id='caption'>"+$(this).find("img").attr("alt")+"</div>"})});$("a[rel='gallery2']").each(function(){$(this).colorbox({title:$(this).attr("title")+"<div id='caption'>"+$(this).find("img").attr("alt")+"</div>"})});$(".colorbox").colorbox();$(".youtube").colorbox({iframe:true,width:650,height:550});$(".iframe").colorbox({width:"80%",height:"80%",iframe:true});$(".inline").colorbox({width:"50%",inline:true,href:"#inline_example1"});$("#click").click(function(){$("#click").css({"background-color":"#f00",color:"#fff",cursor:"inherit"}).text("Open this window again and this message will still be here.");return false});$("a[href^=http]").each(function(){if(this.href.indexOf(location.hostname)==-1){$(this).attr({target:"_blank",title:"Open in a new tab or window"})}})});
