// JavaScript Document
function gotoMyPage(url){
//alert(url);
window.location=url;
}
