$(document).ready(function() {
			/*$('.flashcentercontent').cycle({ 
				fx:    'fade', 
				speed:  1000,
				timeout: 5000 
			 });*/
    		// to show it in an alert window
			//alert(window.location);
		
			// to store it in a variable
			var loc = window.location;
			jQuery.noConflict();
			if(loc == "http://www.mysourcecard.com/index.asp" || loc == "http://mysourcecard.com/" || loc == "http://mysourcecard.com/index.asp" || loc == "http://www.mysourcecard.com/") {
				jQuery('.home').addClass('onstate');
				jQuery('.onstate').css('background-image', 'url("http://www.mysourcecard.com/library/images/navbgimage3.png")');
				jQuery('.onstate').css('background-repeat', 'no-repeat');
				jQuery('.onstate').css('background-position', 'center center');
			}
			if(loc == "http://www.mysourcecard.com/about-mysourcecard.asp" || loc == "http://mysourcecard.com/about-mysourcecard.asp" ) {
				jQuery('.about').addClass('onstate');
				jQuery('.onstate').css('background-image', 'url("http://www.mysourcecard.com/library/images/navbgimage3.png")');
				jQuery('.onstate').css('background-repeat', 'no-repeat');
				jQuery('.onstate').css('background-position', 'center center');
			}
			if(loc == "http://www.mysourcecard.com/card-holders.asp" || loc == "http://mysourcecard.com/card-holders.asp") {
				jQuery('.holders').addClass('onstate');
				jQuery('.onstate').css('background-image', 'url("http://www.mysourcecard.com/library/images/navbgimage3.png")');
				jQuery('.onstate').css('background-repeat', 'no-repeat');
				jQuery('.onstate').css('background-position', 'center center');
			}
			if(loc == "http://www.mysourcecard.com/employers.asp" || loc == "http://mysourcecard.com/employers.asp") {
				jQuery('.employers').addClass('onstate');
				jQuery('.onstate').css('background-image', 'url("http://www.mysourcecard.com/library/images/navbgimage3.png")');
				jQuery('.onstate').css('background-repeat', 'no-repeat');
				jQuery('.onstate').css('background-position', 'center center');
			}
			if(loc == "http://www.mysourcecard.com/plan-administrators.asp" || loc == "http://mysourcecard.com/plan-administrators.asp") {
				jQuery('.administrators').addClass('onstate');
				jQuery('.onstate').css('background-image', 'url("http://www.mysourcecard.com/library/images/navbgimage3.png")');
				jQuery('.onstate').css('background-repeat', 'no-repeat');
				jQuery('.onstate').css('background-position', 'center center');
			}
			if(loc == "http://www.mysourcecard.com/iias-merchants.asp" || loc == "http://mysourcecard.com/iias-merchants.asp") {
				jQuery('.merchants').addClass('onstate');
				jQuery('.onstate').css('background-image', 'url("http://www.mysourcecard.com/library/images/navbgimage3.png")');
				jQuery('.onstate').css('background-repeat', 'no-repeat');
				jQuery('.onstate').css('background-position', 'center center');
			}
			if(loc == "http://www.mysourcecard.com/faq.asp" || loc == "http://mysourcecard.com/faq.asp") {
				jQuery('.faq').addClass('onstate');
				jQuery('.onstate').css('background-image', 'url("http://www.mysourcecard.com/library/images/navbgimage3.png")');
				jQuery('.onstate').css('background-repeat', 'no-repeat');
				jQuery('.onstate').css('background-position', 'center center');
			}
			if(loc == "http://www.mysourcecard.com/marketing-materials.asp" || loc == "http://mysourcecard.com/marketing-materials.asp") {
				jQuery('.marketing').addClass('onstate');
				jQuery('.onstate').css('background-image', 'url("http://www.mysourcecard.com/library/images/navbgimage3.png")');
				jQuery('.onstate').css('background-repeat', 'no-repeat');
				jQuery('.onstate').css('background-position', 'center center');
			}
			if(loc == "http://www.mysourcecard.com/contact-us.asp" || loc == "http://mysourcecard.com/contact-us.asp") {
				jQuery('.contact').addClass('onstate');
				jQuery('.onstate').css('background-image', 'url("http://www.mysourcecard.com/library/images/navbgimage3.png")');
				jQuery('.onstate').css('background-repeat', 'no-repeat');
				jQuery('.onstate').css('background-position', 'center center');
			}
			
			jQuery(".mainheader").hover( function () {
			  	jQuery('.mainheader').css('background-image', 'none');
				jQuery(this).css('background-image', 'url("http://www.idpes.com/library/images/navbgimage3.png")');
				jQuery(this).css('background-repeat', 'no-repeat');
				jQuery(this).css('background-position', 'center center');
				jQuery('.onstate').css('background-image', 'url("http://www.idpes.com/library/images/navbgimage3.png")');
				jQuery('.onstate').css('background-repeat', 'no-repeat');
				jQuery('.onstate').css('background-position', 'center center');
				//jQuery(this).css('background-image','url(' + http://www.idpes.com/library/images/navbgimage.png + ')');
			}, function () {
			  	jQuery('.mainheader').css('background-image', 'none');
				jQuery('.onstate').css('background-image', 'url("http://www.idpes.com/library/images/navbgimage3.png")');
				jQuery('.onstate').css('background-repeat', 'no-repeat');
				jQuery('.onstate').css('background-position', 'center center');
			});
});
