window.onload = function () {
	var location = window.location.href;
	
	if (location.indexOf("?id=1303") != -1) {
		document.getElementById("home").setAttribute("class", "active", 0);
	}
}
