(function($){$.fn.fullBg=function(){var bgImg=$(this);bgImg.addClass('fullBg');function resizeImg(){var imgwidth=bgImg.width();var imgheight=bgImg.height();var winwidth=$(window).width();var winheight=$(window).height();var widthratio=winwidth/imgwidth;var heightratio=winheight/imgheight;var widthdiff=heightratio*imgwidth;var heightdiff=widthratio*imgheight;if(heightdiff>winheight){bgImg.css({width:winwidth+'px',height:heightdiff+'px'});}else{bgImg.css({width:widthdiff+'px',height:winheight+'px'});}}
resizeImg();$(window).resize(function(){resizeImg();});};})(jQuery)/**/
function IEHoverPseudo() {var navItems = document.getElementById("primary-nav").getElementsByTagName("li");
for (var i=0; i<navItems.length; i++) {	if(navItems[i].className == "menuparent") {navItems[i].onmouseover=function() { 	this.className += " over"; } 
navItems[i].onmouseout=function() { this.className = "menuparent"; }}}}window.onload = IEHoverPseudo;

    $(document).ready(function(){
		$("a[rel='color']").colorbox({transition:"fade", height:'99%'});
    });
