//
// cspfoot.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 cspfoot =
'<tr><td colspan="2" background="images/bg-footer2.gif" height="22" align="center"><font size="1" face="arial" color="#829D4C"><A HREF="index.html"><font color="#284B7C">WELCOME</font></A> | <A HREF="brochure.html"><font color="#284B7C">REQUEST BROCHURE</font></A> | <A HREF="register.html"><font color="#284B7C">REGISTER</font></A> | <A HREF="schedule.html"><font color="#284B7C">EVENT SCHEDULE</font></A> | <A HREF="hotel.html"><font color="#284B7C">HOTEL & TRAVEL</font></A> | <A HREF="http://www.pulvermedia.com/calendar.php"><font color="#284B7C">OTHER EVENTS</font></A></font><tr><td colspan="2" bgcolor="#284B7C" align="center" height="23"><font size="1" face="Arial, Helvetica" color="white"><A HREF="http://www.pulvermedia.com/"><font size="1" face="Arial, Helvetica" color="white">&copy;2006 pulvermedia</A>. All rights reserved.</font></td></tr>';

// Use this command if using the big block of text
document.write(cspfoot);


////////////////////////////////////////////


