if (window != top) top.location.href = location.href;
function clearbox()
{
	if(document.form1.message.value == document.form1.defaulttext.value) {
		document.form1.message.value = '';
	}
}
function viewgirl()
{
	document.location.href=document.girlForm.g.value;
}

var O="";

function T(text,me) {
  O=me;
  O.onmousemove=U;
  document.getElementById('toolTipBox').innerHTML=text;
  document.getElementById('toolTipBox').style.display="block";
  window.onscroll=U;
}

function U() {
  var ev=arguments[0]?arguments[0]:event;
  var x=ev.clientX;
  var y=ev.clientY;
  diffX=24;
  diffY=0;
  document.getElementById('toolTipBox').style.top  = y-2+diffY+document.body.scrollTop+ "px";
  document.getElementById('toolTipBox').style.left = x-2+diffX+document.body.scrollLeft+"px";
  O.onmouseout=H;
}

function H() {
  document.getElementById('toolTipBox').style.display="none";
}
