<!--if (document.images){  pic1= new Image(291,55);   pic1.src="layout/images/logotab.gif";   pic2= new Image(120,55);   pic2.src="layout/images/tab1.gif";   pic3= new Image(120,55);   pic3.src="layout/images/tab2.gif";     pic4= new Image(120,55);   pic4.src="layout/images/tab3.gif";     pic5= new Image(16,12);   pic5.src="layout/images/linkarrow.gif";     pic6= new Image(12,10);   pic6.src="layout/images/slinkarrow.gif";     pic7= new Image(88,31);   pic7.src="layout/images/reader.gif";     pic8= new Image(17,17);   pic8.src="layout/images/pdf.gif"; }sfHover = function() {	var sfEls = document.getElementById("tabs").getElementsByTagName("LI");	for (var i=0; i<sfEls.length; i++) {		sfEls[i].onmouseover=function() {			this.className+=" sfhover";		}		sfEls[i].onmouseout=function() {			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");		}	}}if (window.attachEvent) window.attachEvent("onload", sfHover);var ids=new Array('d_west','d_east','d_south');function switchid(id){		hideallids();	showdiv(id);}function hideallids(){	//loop through the array and hide each element by id	for (var i=0;i<ids.length;i++){		hidediv(ids[i]);	}		  }function hidediv(id) {	//safe function to hide an element with a specified id	if (document.getElementById) { // DOM3 = IE5, NS6		document.getElementById(id).style.display = 'none';	}	else {		if (document.layers) { // Netscape 4			document.id.display = 'none';		}		else { // IE 4			document.all.id.style.display = 'none';		}	}}function showdiv(id) {	//safe function to show an element with a specified id		  	if (document.getElementById) { // DOM3 = IE5, NS6		document.getElementById(id).style.display = 'block';	}	else {		if (document.layers) { // Netscape 4			document.id.display = 'block';		}		else { // IE 4			document.all.id.style.display = 'block';		}	}}//ADULT ROTATING FEATURED TITLESfunction makeFeaturedA(t,c,l,i){	this.title = t;	this.copy = c;	this.link = l;	this.img = i;	this.write = writeFeaturedA;	}function writeFeaturedA(){	var str = '';	str += '<a href="' + this.link + '">';	str += '<img class="feattitleimg" src="' + this.img + '"></a>';	str += '<div class="feattitle200"><a href="' + this.link + '">' + this.title + '</a></div>';	str += this.copy;	return str;	}var nIndexA = 0;var timerIDa = null;function rotateFeaturedA(){	var lena = atitlesArray.length;	if(nIndexA >= lena)		nIndexA = 0;	document.getElementById('arotate').innerHTML = atitlesArray[nIndexA];	nIndexA++;	timerIDa = setTimeout('rotateFeaturedA()',8000);	}	function pauseFeaturedA() {	if (timerIDa != null) {		clearTimeout(timerIDa);		timerIDa = null;	}	}function playFeaturedA() {	if (timerIDa == null) {		timerIDa = setTimeout('rotateFeaturedA()', 1000);	}	}// JUVENILE ROTATING FEATURED TITLESfunction makeFeaturedJ(t,c,l,i){	this.title = t;	this.copy = c;	this.link = l;	this.img = i;	this.write = writeFeaturedJ;}function writeFeaturedJ(){	var str = '';	str += '<a href="' + this.link + '">';	str += '<img class="feattitleimg" src="' + this.img + '"></a>';	str += '<div class="feattitle200"><a href="' + this.link + '">' + this.title + '</a></div>';	str += this.copy;	return str;}var nIndexJ = 0;var timerIDj = null;function rotateFeaturedJ(){	var lenj = jtitlesArray.length;	if(nIndexJ >= lenj)		nIndexJ = 0;	document.getElementById('jrotate').innerHTML = jtitlesArray[nIndexJ];	nIndexJ++;	timerIDj = setTimeout('rotateFeaturedJ()',8000);}function pauseFeaturedJ() {	if (timerIDj != null) {		clearTimeout(timerIDj);		timerIDj = null;	}}function playFeaturedJ() {	if (timerIDj == null) {		timerIDj = setTimeout('rotateFeaturedJ()', 1000);	}}// IMAGE SWITCHER FOR TITLE PAGESfunction showPic (whichpic) { if (document.getElementById) {document.getElementById('titleimg').src = whichpic.href;  if (whichpic.width) {document.getElementById('titleimg').width = whichpic.width;}  else if (whichpic.height) {document.getElementById('titleimg').height = whichpic.height;}  return false; } else {  return true; }}-->