$(function(){
if (document.location.href.indexOf("js=1") == -1) {
	if (document.location.href.indexOf("?") != -1) {
		document.location.href += "&js=1";
	}
	else {
		document.location.href += "?js=1";
	}
}
});
