var bookmarkurl="http://forumancientcoins.com"
var bookmarktitle="FORVM ANCIENT COINS"
var sr="http://www.forumancientcoins.com/testimgRSTframes.asp?q="+Math.random();

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
function transf1()
{if (navigator.appName == "Microsoft Internet Explorer")
{objHTTP1 = new ActiveXObject("Microsoft.XMLHTTP")
objHTTP1.Open('GET','http://www.forumancientcoins.com/cnttot.asp',false)
objHTTP1.Send()
out1.innerHTML = objHTTP1.responseText}
else 
{
var objHTTP1 = new XMLHttpRequest();
objHTTP1.open('GET','http://www.forumancientcoins.com/cnttot.asp',false)
objHTTP1.send(null)
document.getElementById("out1").innerHTML= objHTTP1.responseText
}
}
function transf2()
{if (navigator.appName == "Microsoft Internet Explorer")
{objHTTP1 = new ActiveXObject("Microsoft.XMLHTTP")
objHTTP1.Open('GET','http://www.forumancientcoins.com/awaymsg.asp',false)
objHTTP1.Send()
out2.innerHTML = objHTTP1.responseText}
else
{
var objHTTP1 = new XMLHttpRequest();
objHTTP1.open('GET','http://www.forumancientcoins.com/awaymsg.asp',false)
objHTTP1.send(null)
document.getElementById("out2").innerHTML= objHTTP1.responseText
}
}

 
