none = "";info = "just what are these<br>new century<br>hairpins anyway?";songs = "listen to a<br>couple of songs<br>in mp3 format";order = "order the hairpins<br>cd online from<br>the tense store";index = "return to the<br>main page";function setrollover(thetext) {	if (document.layers) {		// for netscape 4.x		var theobject = document.rollovertext.document;		var thetextandhtml = "<p class='rollovertoo'>" + thetext + "</p>";		theobject.open();		theobject.write(thetextandhtml);		theobject.close();	} else {		// for explorer 5.x and netscape 6.x		theobject = document.getElementById("rollovertext");		theobject.innerHTML = thetext;	}	}
