if (top.location!= self.location) 
{ 
top.location = self.location 
} 

function trackclick(id) {
    if(document.images){ 
	(new Image()).src="http://www.djstr.com/conversion.php?ID="+id; 
   } 
return true;
}