var PresentIndex;var duration=800;var siteArray=new Array("fashionflairs-clothing-one","prettyrings","parisienne-accessoires","fashionflairs-clothing-two");jQuery(document).ready(function()
{var windowWidth=jQuery(document).width();var thisPathName=window.location.href;var thisElement=thisPathName.split("/#");if(thisElement[1]!=undefined){PresentIndex=jQuery.inArray(thisElement[1],siteArray);}
else{PresentIndex=0;}
jQuery("#site_wrapper").append("<div class='site "+siteArray[PresentIndex]+"'></div>");jQuery(".site").css({"width":windowWidth+"px","display":"none"});jQuery.get(siteArray[PresentIndex]+"/index.php",function(htmlText){jQuery("."+siteArray[PresentIndex]).html(htmlText);});jQuery(".site").slideDown(duration);});jQuery(window).bind("resize",function(){var windowWidth=jQuery(document).width();jQuery(".site").css({"width":windowWidth+"px"});});
