<!--
function getLocation(url){
if (url!="-1"){
window.location.href=url;
}
}

//-->
