function confirmLink(msg, url){
window=window.confirm(msg);
if(window) location.replace(url);
}
