function evote() {
	var check = window.parent.submit_url;
	if(!check) { 
		var url1 = document.URL;
		//document.write('1'+document.URL);
	} else { 
		var url1 = window.parent.submit_url;
		//document.write('2'+window.parent.submit_url);
	}
		var url2 = 'http://www.healthcaretoday.com/vote/url.php?ol=1&size=lg&url='+url1;
	document.write('<iframe name="hct_vote" width="250" height="20" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" src="'+url2+'"></iframe>');
}

evote();