// JavaScript Document
function goDoo(msg,url){
alert(msg);
document.location.href=url;
}
