<!-- // Start of AdSubtract JavaScript block; you can ignore this.
     // It is used when AdSubtract blocks cookies or pop-up windows.
document.iMokie = "cookie blocked by AdSubtract";
document.iMferrer = "referrer blocked by AdSubtract";
function iMwin() {
	this.location = "";
	this.frames = new Array(9);
	this.frames[0] = this;
	this.frames[1] = this;
	this.frames[2] = this;
	this.frames[3] = this;
	this.frames[4] = this;
	this.frames[5] = this;
	this.frames[6] = this;
	this.frames[7] = this;
	this.frames[8] = this;
	this.length = 0;
}
// End of AdSubtract JavaScript block. -->
		// Random Number Generator
		<!-- 
		function RandomNumber(upper_limit)
		{
		return Math.round(upper_limit * Math.random());
		}
		var upper_limit = 500000;
		// -->
		
		// Misc Popups
		<!--
		function NewWindow(width,height,url) 
		{   
		new iMwin()                                                                                 ;
		}
		// -->
		
		// This will open a new window for top classified viewing
		<!-- 
			function topclassopenwin(mypage, myname, w, h, scroll) {
				var winl = (screen.width - w) / 2;
				var wint = (screen.height - h) / 2;
				winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
				win = new iMwin()                          
					if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
				}
		// -->
		
		// Bookmark this site
		<!--
		var bookmarkurl="http://www.theunion.com"
		var bookmarktitle="The Union.com"

		function addbookmark(){
		if (document.all)
		window.external.AddFavorite(bookmarkurl,bookmarktitle)
		}
		// -->
		
		


