//Browser Detection
db_v4=(parseInt(navigator.appVersion)>=4)?1:0
db_ie=(document.all && db_v4)?1:0
db_ns=(document.layers && db_v4)?1:0

textBlurb = "THIS IS WISE STUFF!! BLAH BLAH BLAH";

function AMPnewWindow(newLoc){
AMPwindow=window.open(newLoc,'ctempleWindow')
AMPwindow.focus()
}

//Load the Title Images
function loadTitle(){
document.write('<div align="center">');
document.write('<table width="750" height="100%" border="0" cellpadding="0" cellspacing="0" background=#FFFFFF>');
document.write('<tr><td width="750" height="100%" align="center" valign="top" bgcolor=#FFFFFF >');
document.write('<table width="750" cellpadding="0" cellspacing="0" border="0" bgcolor=0>');
document.write('<tr>');
document.write('<td width="243" height="45" align="left"><a href="index.htm"><img src="images/title.gif" width="243" height="45" border="0"></a></td>');
document.write('<td width="100%" height="45" align="right" background="images/tile_title.gif"><img src="images/title_right.gif"></td>');
document.write('</tr>');
document.write('</table>');
document.write('<table width="750" height="50" border="0" cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('<td width="244" height="50" rowspan="3"><img src="images/woe.gif"></td>');
document.write('<td width="100%" height="1" bgcolor=000000><img src="images/black.gif"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td width="100%" height="48" bgcolor=ECE5D7>');
}
