function openTwitter(id)
{
	var url = "http://postwitt.com/postwitt.php?geturl=" + id;
	window.open(url,"mywindow","location=0,menubar=0,resizable=0,top=250,left=350,toolbar=0,status=0,scrollbars=0,width=600,height=300");
}

function pMouseOver() {
	document.getElementById('pwit_btn').title="Click to tweet about this page";
    document.getElementById('pwit_btn').style.cursor = "pointer";
}