
$(document).ready(function() {
	$("a#category_MOLM").unbind();
	$("a#category_MOLM").attr("href", "http://www.1977mopeds.com/motionleftmopeds");
});


function set_microsite(site_name){
	if(!site_name){
	var referrer = document.referrer.toLowerCase().split("/");
	site_name = referrer[3];		
	}

	// the microsite name must be the same as in the URL e.g. in http://1977mopeds.com/motionleftmopeds/ the brand is 'motionleftmopeds'
	switch (site_name){
	 case 'motionleftmopeds':

		$("#header_logo_img").attr("src", "/PDGImages/mlm1977logo.gif");
		$("div#header_logo a").attr("href", "http://www.1977mopeds.com/motionleftmopeds");
		$("#returnhomebanner").html('<a href="/"><img src="/PDGCommTemplates/1977rev1/images/1977mopedsmainsite.png" alt="1977 Mopeds Main Site" border="0"></a>');
		document.title = "Motion Left Mopeds @ 1977 Mopeds - Handmade Custom Moped Parts by Devin Biek.";	

	 break;
	 case '1977':
	 break;
	}
}
