$(document).ready(function(){
	if(window.location.href == "http://www.mpsconnect.com/accounts/login/" || window.location.href == "http://www.mpsconnect.com/userauth/logout/")
	{
		$("#cse").hide();
	}
	if(window.location.href == "http://www.mpsconnect.com/pages/commuity-connections/"){
		//$("#col1").css("top","0px");
		$("#disqus").remove().insertAfter("#col3_content").width("500px").show();
		$("#main").css("padding-left","60px");
	}
	$("#col2 ol.gainlayout li.gainlayout:eq(1) div.gainlayout h4").append('<div id="xeroxSponsor"><a href="http://www.xerox.com"><img src="http://outputlinks.com/mpsconnect/images/xeroxlogo.jpg" alt="Xerox Logo" /></a></div>');
	
	$("#col2 ol.gainlayout li.gainlayout:eq(0),#col2 ol.gainlayout li.gainlayout:eq(3)").hide();
	
	if(window.location.href == "http://www.mpsconnect.com/category/12/cloudmobile-printing/"){
		$(".subcolumns.subheader").css("margin-top","-15px");
		$(".subcolumns.subheader").css("margin-bottom","0px");
	}
});
