<!-- Begin SIDEBAR RIGHT



var paypal_email	="&#115;&#97;&#108;&#101;&#115;&#64;&#98;&#111;&#109;&#98;&#115;&#97;&#119;&#97;&#121;&#105;&#110;&#99;&#46;&#99;&#111;&#109;"	// ADD YOUR PAYPAL E-MAIL FOR THE VIEW CART
var your_domain		="gobombsquad.com"	// FOR NEWSLETTER FORM ADD YOUR DOMAIN HERE
var newsletter		= "no"	  		// SHOW NEWSLETTER FORM
var extra_paragraph 	= "no"	  		// SHOW ANOTHER PARAGRAPH AT THE BOTTOM
var showimage		= "no"			// SHOW A LINKED SIDEBAR IMAGE
var showscroller	= "yes"			// SHOW THE SCROLLER
var bordercolor		= "999999"		// SCROLLER BORDER COLOR




// NUDGE DOWN SPACER
document.write('<img src="img/spacer.gif" height="2" width="10"><br>')




// START TOPIC ONE

document.write('<span class="sidebartitle">');

document.write('Your Cart:<br>');

document.write('</span><span class="sidebartext">');




// START VIEW CART FORM

document.write('<img src="img/creditcards.gif" alt="We Accept Everything!" vspace="5"><br>');
document.write('<img src="img/cart-paypal.gif" alt="Order Through Paypal" vspace="5"><br>');
document.write('<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" style="margin: 0px">');
document.write('<input type="hidden" name="cmd" value="_cart">');
document.write('<input type="hidden" name="business" value="'+paypal_email+'">');
document.write('<input type="hidden" name="display" value="1">');
document.write('<input type="image" SRC="img/cart-view-off.gif" border="0" onmouseover="this.src=\'img/cart-view-on.gif\'" onmouseout="this.src=\'img/cart-view-off.gif\'"><br>');
document.write('</form>');
document.write('</span>');





// SCROLLER CODE EDIT 3 HTML FILES IN THE SCROLLER FOLDER

if (navigator.userAgent.indexOf('Safari') != -1)     
{
document.write(' ')
}
else {

   if (showscroller == "yes") {
document.write('<br>');
document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse:collapse"><tr><td>')
Tscroll_init (0)
document.write('</td></tr></table>')
}
}





// SMALL PICTURE AREA
   if (showimage == "yes") {
document.write('<center><a href="about.htm"><img src="img/sidebar-right1.jpg" border="1" vspace="5"></a><br></center>');
}





// START NEWSLETTER TOPIC


document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('News and Updates:<br>');

document.write('</span><span class="sidebartext">');

document.write('Check out the very latest news, specials and announcements, including a sneak preview of great new product offerings on our facebook page. Click on the facebook logo below and you will be transported to our cool new page... <br><br> <a href="https://www.facebook.com/pages/Bombs-Away-Inc/140270056002076" target="_blank"><img src="img/facebook.jpg" border="0" alt="Click Here"></a>.<br>');




// START NEWSLETTER FORM AREA

if (newsletter == "yes") {

function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}

document.write('<TABLE cellpadding="3" cellspacing="0" border="0" class="newstable"><tr><td>');
document.write('<TABLE cellpadding="1" cellspacing="0" border="0"><tr><td colspan="2" class="newstext">');
document.write('Subscribe to our newsletter:<br>');
document.write('</td></tr><tr><td align="left">');
document.write('<form method="POST" action="znewsletter_mailform.php" style="margin: 0px">');
document.write('<INPUT TYPE="HIDDEN" NAME="required" VALUE="email">');
document.write('<INPUT TYPE="TEXT" name="email" SIZE="16" value="your@email.com" onFocus="clearText(this)" class="newsform"><br>');
document.write('</td><td align="left">');
document.write('<INPUT TYPE="image" SRC="img/search-off.gif" border="0" onmouseover="this.src=\'img/search-on.gif\'" onmouseout="this.src=\'img/search-off.gif\'" alt="Join Newsletter"><br>');
document.write('</form>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');


document.write('Note: GoBombSquad.com protects your privacy and security. We do not share your information with anyone. <br>');

document.write('</span>');

}

// END NEWSLETTER FORM AREA








// START TOPIC 4






// THIS IS AN EXTRA PARAGRAPH



   if (extra_paragraph == "yes") {

// START TOPIC 4

document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Paragraph Title:');

document.write('<br></span><span class="sidebartext">');

document.write('This is an extra paragraph with a linked image you can turn on by changing the above to a yes.<br>');

document.write('<center><a href="about.htm"><img src="img/sidebar-right2.jpg" border="1" vspace="5"></a><br></center>');

document.write('</span>');

}




//  End -->

