var search_str=document.location.toString();;

/*
if(search_str.indexOf('index.htm') !=-1)
{
	randomNum1 = Math.floor(Math.random() * (123 - 1 + 1) + 1)

	document.all.imgRandomOne.src = "images/weird/science" + randomNum1 + ".jpg"

	randomNum2 = Math.floor(Math.random() * (123 - 1 + 1) + 1)
	document.all.imgRandomTwo.src = "images/weird/science" + randomNum2 + ".jpg"

	randomNum3 = Math.floor(Math.random() * (123 - 1 + 1) + 1)
	document.all.imgRandomThree.src = "images/weird/science" + randomNum3 + ".jpg"

	randomNum4 = Math.floor(Math.random() * (123 - 1 + 1) + 1)
	document.all.imgRandomFour.src = "images/weird/science" + randomNum4 + ".jpg"
	
	randomNum5 = Math.floor(Math.random() * (123 - 1 + 1) + 1)
	document.all.imgRandomFive.src = "images/weird/science" + randomNum5 + ".jpg"
}
*/

email_link = "mailto:info@skoool.com.my"

//document.all.feedback1.href = email_link
//document.all.feedback2.href = email_link
//document.all.feedback_sidenav.href = email_link

var right_now=new Date();

var MonthNames = new Array(
"Enero",
"Febrero",
"Marzo",
"Abril",
"Mayo",
"Junio",
"Julio",
"Agosto",
"Septiembre",
"Octubre",
"Noviembre",
"Diciembre"
);

document.all.dateOf.innerHTML = right_now.getDate() + " "+ MonthNames[right_now.getMonth()] + " " + right_now.getFullYear();
