try {
    var jqueryLoaded=jQuery;
    jqueryLoaded=true;
} catch(err) {
    var jqueryLoaded=false;
}

if (!jqueryLoaded) {
    var script = document.createElement('script');
    script.type = 'text/javascript';
    script.src = 'http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js';
    head.appendChild(script);
   
}

jQuery(document).ready(function(){
	 $('#cnt-content img').each(function() {
		var width = $(this).width();
		if (width > '580'){
		$(this).css('width','580px !important'); 
		};
		
		});
	
	 $('.wrp').before('<div id="banner" class="promo"><a href="http://dadsguidetowdw.corecommerce.com/"><img src="http://www.dadsguidetowdw.com/images/message.png"></a></div>');
		
		if ($('#cnt-mid').height() <= $('#sidebar').height())
			{ 
				$('#cnt-mid').height('1530');
			}
			
			
	if(navigator.appVersion.indexOf("MSIE")==-1){return;}
	var i,k,g,lg,r=/\s*p7hvr/,nn='',c,cs='p7hvr',bv='menu';
 for(i=0;i<10;i++){g=document.getElementById(bv+nn);
 if(g){lg=g.getElementsByTagName("LI");
 if(lg){for(k=0;k<lg.length;k++){lg[k].onmouseover=function(){c=this.className;cl=(c)?c+' '+cs:cs;
 this.className=cl;};lg[k].onmouseout=function(){c=this.className;
 this.className=(c)?c.replace(r,''):'';};}}}nn=i+1;}
 
	
 
 });
