$(document).ready(function(){
	$(".disclaimer").append("<div class='copy'><p>&copy; 2007-2009 Kohl's Illinois, Inc., Kohl's&reg; and Kohl's brand names are trademarks of Kohl's Illinois, Inc. </p><p> Please read our <a href=\"javascript:launch('/upgrade/webstore/security_legal.jsp#security&privacy')\">Security &amp; Privacy Policy</a> and <a href=\"javascript:launch('/upgrade/webstore/security_legal.jsp#legalnotices')\">Legal Notices</a>.</p></div><div class='kohls_logo'><a href='http://www.kohls.com/upgrade/global/target.jsp?siteid=kohlsmainpage'><img alt='Shop Kohls.com' width=220 height=72 src='/media/images/StaticContent/elle/kohls-logo.jpg'/></a>");
	
	var home = "<li><a href='/upgrade/global/target.jsp?siteid=elleelle'><img src='/media/images/StaticContent/elle/btn_home.jpg'  id='home' width='88' height='39' alt='Home Page' />";
	var lookbook = "<li><a href='/upgrade/events/single_event.jsp?FOLDER<>folder_id=2534374753131503'><img src='/media/images/StaticContent/elle/btn_lookbook.jpg' id='lookbook' width='134' height='39' alt='Look Book' />";

	var local = window.location.href;
	if(local.split("folder_id=2534374753131503")[1] == ""){
		lookbook = "<li id='active'><a href='/upgrade/events/single_event.jsp?FOLDER<>folder_id=2534374753131503'><img src='/media/images/StaticContent/elle/btn_lookbook_on.jpg' id='lookbook' width='134' height='39' alt='Look Book' />";
	}else if(local.split("folder_id=2534374753131482")[1]!=undefined || local.split("homepage.jsp")[1]!=undefined){
		home = "<li id='active'><a href='/upgrade/global/target.jsp?siteid=elleelle'><img src='/media/images/StaticContent/elle/btn_home_on.jpg'  id='home' width='88' height='39' alt='Home Page' />";
	}
	
	$("#equity-bar").append("<ul class='nav'>"+home+"</a></li>"+lookbook+"</a></li></ul>");	
	/*
	if($.browser.msie && jQuery.browser.version < 7){
		for(var i=0; i<document.images.length; i++){		
	      var img = document.images[i]
	      var imgName = img.src.toUpperCase()
	      if (imgName.substring(imgName.length-3, imgName.length) == "jpg"){
	         var imgID = (img.id) ? "id='" + img.id + "' " : ""
	         var imgClass = (img.className) ? "class='" + img.className + "' " : ""
	         var imgTitle = (img.title) ? "title='" + img.title + "' " : "title='" + img.alt + "' "
	         var imgStyle = "display:inline-block;" + img.style.cssText 
	         if (img.align == "left") imgStyle = "float:left;" + imgStyle
	         if (img.align == "right") imgStyle = "float:right;" + imgStyle
	         if (img.parentElement.href) imgStyle = "cursor:hand;" + imgStyle
	         var strNewHTML = "<span " + imgID + imgClass + imgTitle
	         + " style=\"" + "width:" + img.width + "px; height:" + img.height + "px;" + imgStyle + ";"
	         + "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"
	         + "(src=\'" + img.src + "\', sizingMethod='scale');\"></span>" 
	         img.outerHTML = strNewHTML
	         i = i-1
	      }
	   }
}*/
});