//
// fv06bts.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 fv06bts = '<hr width="90%" align="left">

<br><b>Sponsored by: </b><p>

<a href="http://www.gigaset-sound.com/"><img src="images/gigaset_logo.jpg" border="0"></a><br>
<a href="http://www.polycom.com/hdvoice"><img src="images/polycom_logo.jpg" border="0"></a><br>
<a href="http://www.gipscorp.com/wp"><img src="images/gips_logo.jpg" border="0"></a><br>
<a href="http://www.snom.com/"><img src="images/snom_logo.jpg" border="0"></a><br>
<a href="http://www.audiocodes.com/hdvoip"><img src="images/audiocodes_logo.jpg" border="0"></a>';

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


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


