function changeLoc(sUrl) {

setTimeout("location.href = '" + sUrl + "';", 2000);

}