
// Called by onLoad statement in the BODY tag.
function openWindow()   {
   var newWind = window.open('http://database.townhall.com/heritage/referemail.cfm?Referer=' + document.URL,'newWind','width=600,height=500');
   }
// De-activate Cloaking 
//function specialWin() {
	//var newwin = window.open('http://www.heritage.org/shorts/ssquickhitssample.html','newwin','height=500,width=450,scrollbars=yes');
//}
