function timingear(urlToOpen, timeDisplay){
		setTimeout("window.open('"+urlToOpen+"','target','');history.back();",timeDisplay*1000);
}

