<!--
//preload images for better viewing

if (document.images) {

  ref1_off     = new Image(122,22);
  ref1_off.src = "images/aboutbuttonoff.gif";
  ref1_on      = new Image(122,22);
  ref1_on.src  = "images/aboutbuttonon.gif";
  ref2_off     = new Image(76,22);
  ref2_off.src = "images/issuesbuttonoff.gif";
  ref2_on      = new Image(76,22);
  ref2_on.src  = "images/issuesbuttonon.gif";
  ref3_off     = new Image(74,22);
  ref3_off.src = "images/newsbuttonoff.gif";
  ref3_on      = new Image(74,22);
  ref3_on.src  = "images/newsbuttonon.gif";
  ref4_off     = new Image(122,22);
  ref4_off.src = "images/endorsementsbuttonoff.gif";
  ref4_on      = new Image(122,22);
  ref4_on.src  = "images/endorsementsbuttonon.gif";
  ref5_off     = new Image(100,22);
  ref5_off.src = "images/donatebuttonoff.gif";
  ref5_on      = new Image(100,22);
  ref5_on.src  = "images/donatebuttonon.gif";
  ref6_off     = new Image(83,22);
  ref6_off.src = "images/contactbuttonoff.gif";
  ref6_on      = new Image(83,22);
  ref6_on.src  = "images/contactbuttonon.gif";
  ref7_off     = new Image(140,18);
  ref7_off.src = "images/dist51buttonoff.gif";
  ref7_on      = new Image(140,18);
  ref7_on.src  = "images/dist51buttonon.gif";
  ref8_off     = new Image(140,18);
  ref8_off.src = "images/voterinfobuttonoff.gif";
  ref8_on      = new Image(140,18);
  ref8_on.src  = "images/voterinfobuttonon.gif";
  ref9_off     = new Image(140,18);
  ref9_off.src = "images/volunteerbuttonoff.gif";
  ref9_on      = new Image(140,18);
  ref9_on.src  = "images/volunteerbuttonon.gif";
  ref10_off     = new Image(140,18);
  ref10_off.src = "images/eventsbuttonoff.gif";
  ref10_on      = new Image(140,18);
  ref10_on.src  = "images/eventsbuttonon.gif";
  ref11_off     = new Image(140,18);
  ref11_off.src = "images/gallerybuttonoff.gif";
  ref11_on      = new Image(140,18);
  ref11_on.src  = "images/gallerybuttonon.gif";
  ref12_off     = new Image(140,18);
  ref12_off.src = "images/donatesidebuttonoff.gif";
  ref12_on      = new Image(140,18);
  ref12_on.src  = "images/donatesidebuttonon.gif";
  ref13_off     = new Image(140,18);
  ref13_off.src = "images/contactsidebuttonoff.gif";
  ref13_on      = new Image(140,18);
  ref13_on.src  = "images/contactsidebuttonon.gif";
  ref14_off     = new Image(140,18);
  ref14_off.src = "images/homebuttonoff.gif";
  ref14_on      = new Image(140,18);
  ref14_on.src  = "images/homebuttonon.gif";
  ref15_off     = new Image(140,18);
  ref15_off.src = "images/issuesvertbuttonoff.gif";
  ref15_on      = new Image(140,18);
  ref15_on.src  = "images/issuesvertbuttonon.gif";
}

//func() to handle mouseover
//imgOff is off image
//imgOn is on image
function rollOver(imgOff,imgOn) {

   if (document.images)
   {
   document.images[imgOff].src = eval(imgOn + ".src")
   }
}

//func to open popup window for gallery
function openit(url, title, options)
{
	window.open(url, title, options);
}

//func() to get and format date then display it
function thedate()
{

  var Today = new Date();
  var day, month, year; 
  var datestring ="";
  
  switch (Today.getDay()) {
    case 0:
      day = "Sunday";
      break;
    case 1:
      day = "Monday";
      break;
    case 2:
      day = "Tuesday";
      break;
    case 3:
      day = "Wednesday";
      break;
    case 4:
      day = "Thursday";
      break;
    case 5:
      day = "Friday";
      break;
    case 6:
      day = "Saturday";
      break;
  } 

  switch (Today.getMonth()) {
    case 0:
      month = "January";
      break;
    case 1:
      month = "February";
      break;
    case 2:
      month = "March";
      break;
    case 3:
      month = "April";
      break;
    case 4:
      month = "May";
      break;
    case 5:
      month = "June";
      break;
    case 6:
      month = "July";
      break;
    case 7:
      month = "August";
      break;
    case 8:
      month = "September";
      break;
    case 9:
      month = "October";
      break;
    case 10:
      month = "November";
      break;
    case 11:
      month = "December";
      break;
  } 

  todaydate = Today.getDate();
  year = Today.getYear();
  datestring +=  month + " " + todaydate + ", " + 2008;

  document.write("<FONT COLOR=#616365 FACE=ARIAL SIZE=2><B>" + datestring);
}
function m2s(x)
{
	var m=x+'@Amand';
	m+='aHowla';
	m+='nd.com';
	x='<a href=\'mai';
	x+='lto:';
	x+=m;
	x+='\'>'
	x+=m;
	x+='</a>';
	document.write(x);
}
