<!-- // Start script to roll through the Special Thoughts

/* !!!! IMPORTANT !!!!
Set the page height, in pixiles, to be posted 
This must be changed if messages are added or deletted */
var strMsg_Ht = new Array(8);
   strMsg_Ht[0] = "0";
   strMsg_Ht[1] = "600";
   strMsg_Ht[2] = "400";
   strMsg_Ht[3] = "950";
   strMsg_Ht[4] = "800";
   strMsg_Ht[5] = "500";
   strMsg_Ht[6] = "900";
   strMsg_Ht[7] = "850";

function LinkUp() 
{
	var Ndex = document.DropLink.DDlinks.selectedIndex;
	document.DropLink.DDlinks.selectedIndex=0;
	document.fred.height = strMsg_Ht[Ndex];
	fred.location.href = document.DropLink.DDlinks.options[Ndex].value;
}

//  end script -->