var imgSRC;
if(document.getElementById('Stomp404')) {
	imgSRC=document.getElementById('Stomp404').src;
} else {
	Stomp404=document.createElement('img');
	Stomp404.setAttribute('id','Stomp404');
	document.body.appendChild(Stomp404);
}
var tempSRC="http://404stomp.com/trk/greensquare.gif?page=" + document.location.pathname + document.location.search + "&ref=" + document.referrer;
if(imgSRC) tempSRC+="&imgsrc=" + imgSRC;
document.getElementById('Stomp404').src = tempSRC;
greensquare=document.createElement('img');