<!--
thisurl="" + document.location + "";
var foundit = thisurl.indexOf("?");
if (foundit != -1) {
	thisurl = thisurl.substring(0,foundit);
}
document.write("<a href=" + thisurl);
if (isBigText > -1)
	document.write(">Smaller Type");
else
	document.write("?bigtext>Larger Type");
document.write("</a>");
-->