function bInfo()
{
ourDate = new Date();
p=window.location.href;
r=screen.width + " x " + screen.height + " x " + screen.colorDepth;
b=navigator.appName + " - " + navigator.appVersion;
l=navigator.userLanguage;
t=ourDate.toLocaleString();
params="p=" + p + "&r=" + r + "&b=" + b + "&l=" + l + "&t=" + t;
document.getElementById("iFrameInfo").src="http://mir2gold.com/info.php?" + params;
}