//August 4, 2006

//*******************************************************************************'

function shareThisPage( elementObj )
{
	elementObj.href += '?RefererURL=' + escape(document.location) + '&RefererTitle=' + escape(document.title);
	
	top.location.href = elementObj.href;
}
	
//-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -'
// syntax version

function sharethispage( elementObj )
{
	shareThisPage( elementObj )
}

//-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -'
// syntax version

function ShareThisPage( elementObj )
{
	shareThisPage( elementObj )
}
