<!-- .js updated 04/02/02 -->
<!-- Hide from JavaScript Challenged browsers -->

<!-- this sections facilitates popups -->
<!--
function popUpDisclaimer(url) {
DisclaimerWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,width=475,height=375');
self.name = "mainWin"; }
// -->

<!--
function popUpConstitution(url) {
ConstitutionWin=window.open(url,"win1",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=475,height=375');
self.name = "mainWin1"; }
// -->

<!--
function popUpAlgore(url) {
AlgoreWin=window.open(url,"win2",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=150,height=150');
self.name = "mainWin2"; }
// -->

<!--
function popUpWellSaid(url) {
WellsaidWin=window.open(url,"win3",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=500,height=225');
self.name = "mainWin3"; }
// -->

<!--
function popUpNews(url) {
newsWin=window.open(url,"win4",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=440,height=400');
self.name = "mainWin4"; }
// -->

<!--this section preloads images -->
<!--
var thcPath = "/images/";
var thcPics = new Array;

thcPics[0] = new Array ( "hanging_chad_logo.gif", 200, 75 );
thcPics[1] = new Array ( "Help_anim1.gif", 468, 68 );
thcPics[2] = new Array ( "any_old_quack_banner.gif", 468, 60 );
thcPics[3] = new Array ( "QTL_you_just_never_know.gif", 468, 60 );
thcPics[4] = new Array ( "qtl1_banner.gif", 468, 60 );
thcPics[5] = new Array ( "water_cooler_anim.gif", 468, 60 );
thcPics[6] = new Array ( "No_JackAss.gif", 125, 125);
thcPics[7] = new Array ( "Advertise_anim.gif", 468, 60);
thcPics[7] = new Array ( "Pregnant_Chad_logo.", 260, 260);

var myPics = preload_images (thcPath,thcPics);

function preload_images(path,pics)
{
	var images = new Array;
	
	for (var pic_num=0; pic_num<pics.length; pic_num++)
	{
	images[pic_num] = new Image(pics[pic_num][1],pics[pic_num][2]);
	images[pic_num].src = (path + pics[pic_num][0]);
	}

	return (images);
}

<!-- This section loads popup with "load popup only one time per browser session" cookie -->

<!-- "sample body command to use "loadpop" <body BGcolor="#FFFFFF" topmargin="0" leftmargin="0" link="#006633" vlink="#808080" alink="#CC9966" onload="loadpopup()"> -->
<!-- JavaScript for PopUp with cookie for just one load per session -->

<!--
function remote(){
																																/*Credit: Website Abstraction www.wsabstract.com more JavaScripts here.*/
win2=window.open("/PopUps/SpreadingTheWealth.asp","","width=300,height=400,resize,scrollbars")
win2.creator=self
}
//-->

function get_cookie(Name) {
  var search = Name + "="
  var returnvalue = "";
  if (document.cookie.length > 0) {
    offset = document.cookie.indexOf(search)
    if (offset != -1) { // if cookie exists
      offset += search.length
      // set index of beginning of value
      end = document.cookie.indexOf(";", offset);
      // set index of end of cookie value
      if (end == -1)
         end = document.cookie.length;
      returnvalue=unescape(document.cookie.substring(offset, end))
      }
   }
  return returnvalue;
}

function loadpopup(){
if (get_cookie('popped')==''){
remote()
document.cookie="popped=yes"
}
}

<!-- stop hiding -->

<!-- end .js -->