// use slash before an apostrophe  \'

var seelink1		= "yes"		// see first link
var seelink2		= "no"		// see second link
var areaborder		= "000000"	// area border color
var seedate		= "no"		// see the date




if (seedate == "yes") {
document.write('<div class="textcenter">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"datefont\"><nobr>" + weekday[d.getDay()] + " ")
document.write(d.getDate() + ". ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');
document.write('<br><br><br>');

}


// link1 text

   if (seelink1 == "yes") {

document.write('<fieldset align="center" style="border: #'+areaborder+' 1px solid; text-align:center; width:152px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Can You Hear:</span></legend>');
document.write('<a href="about.php" target="_top"><img src="images/listen.gif" border="0" width="118" height="116" vspace="2" onmouseover="high(this)"');
document.write('style="FILTER: alpha(opacity=30); moz-opacity: 0.30" onmouseout="low(this)"></a><br>');
document.write('<a href="angel.php">What We Can See?</a>');
document.write('</fieldset>');
document.write('<br><br><br><br><br>');
}

// link2 text

   if (seelink2 == "yes") {

document.write('<fieldset align="center" style="border: #'+areaborder+' 1px solid; text-align:center; width:152px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">W:</span></legend>');
document.write('<a href="work.php" target="_top"><img src="images/stingray.jpg" border="0" width="118" height="116" vspace="2" onmouseover="high(this)"');
document.write('style="FILTER: alpha(opacity=30); moz-opacity: 0.30" onmouseout="low(this)"></a>');
document.write('<a href="stingray.php"><br>Marketing Specialist</a>');
document.write('</fieldset>');
}

document.write(line[randomNumber(line.length - 1)]);
document.write('<br><br><br><br><br>');
document.write(pic[randomNumber(pic.length - 1)]);


