//
// stnbts.js
// script used to include navigation bar in Pulver pages
//

//
// Remember that you can't have newlines in your variables
// text must be surrounded by apostrophes (')
// if you have an apostrophe in your variable, 
//  escape it by putting a backslash in front of it
//  like the below example...
//   var example = 'Patti\'s hair is so fun!';
//


///////////////////////////////////////////

var stnbts =
'<IMG SRC="images/spacer.gif" WIDTH="142" HEIGHT="1" BORDER="0" align="absmiddle"><A HREF="index.html" onMouseover = "img_act(\'nav1\')" onMouseout = "img_inact(\'nav1\')"><IMG SRC="images/bt_main.gif" WIDTH="108" HEIGHT="38" BORDER="0" name="nav1"></A><IMG SRC="images/spacer.gif" WIDTH="5" HEIGHT="1" BORDER="0" align="absmiddle"><A HREF="rules.html" onMouseover = "img_act(\'nav2\')" onMouseout = "img_inact(\'nav2\')"><IMG SRC="images/bt_rules.gif" WIDTH="128" HEIGHT="38" BORDER="0" name="nav2"></A><IMG SRC="images/spacer.gif" WIDTH="5" HEIGHT="1" BORDER="0" align="absmiddle"><A HREF="submit.html" onMouseover = "img_act(\'nav3\')" onMouseout = "img_inact(\'nav3\')"><IMG SRC="images/bt_submit.gif" WIDTH="131" HEIGHT="38" BORDER="0" name="nav3"></A><IMG SRC="images/spacer.gif" WIDTH="5" HEIGHT="1" BORDER="0" align="absmiddle"><A HREF="press.html" onMouseover = "img_act(\'nav10\')" onMouseout = "img_inact(\'nav10\')"><IMG SRC="images/bt_press.gif" WIDTH="108" HEIGHT="38" BORDER="0" name="nav10"></A><IMG SRC="images/spacer.gif" WIDTH="5" HEIGHT="1" BORDER="0" align="absmiddle"><A HREF="http://pulverblog.pulver.com/" onMouseover = "img_act(\'nav4\')" onMouseout = "img_inact(\'nav4\')"><IMG SRC="images/bt_blog.gif" WIDTH="104" HEIGHT="38" BORDER="0" name="nav4"></A>';

// Use this command if using the big block of text
document.write(stnbts);


////////////////////////////////////////////


