function sturvit() {
	var check = window.parent.submit_url;
	if(!check) { 
		var url1 = document.URL;
	} else { 
		var url1 = window.parent.submit_url; 
	}
		var url2 = 'http://www.sturvs.com/evb/url.php?url='+escape(url1);
	document.write('<iframe name="sturvit" width="54" height="71" scrolling="no" frameborder="0" allowtransparency="true" src="'+url2+'"></iframe>');	
}

sturvit();