<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'





var paypal		= "yes"				// SHOW VIEW CART BUTTON
var paypalemail		= "inf@arrowproduction.com"	// EDIT WITH YOUR PAYPAL E-MAIL
var paypallogo		= "yes"				// SHOW PAYPAL LOGO AND CARDS


var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "yes"		// SHOW 2ND NOTES
var sidewidth		= "175"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "100"		// ADD HEIGHT TO ALL PAGES

var imagewidth		= "125"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "83"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "6"		// SPACING BETWEEN IMAGES




document.write('<br>');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="center">');






// 1ST NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('News Flash<br></legend>');

document.write('<img src="picts/New2.gif" width="20" height="16">Writing a Book God\'s Way has arrived and is now available!<a href="http://www.butterflypress.com">Click Here for Details</a><p><img src="picts/New2.gif" width="20" height="16">New Services Page: Just for YOU; Partner with Earma for your success at <a href="http://www.earmabrown.org/earma-services.htm">Services</a><p><img src="picts/New2.gif" width="20" height="16">New Products at the WritetoWin.net Shop! <a href="https://www.writetowin.net">Click Here</a><p><b>Writing Resources:</b> Get your significant message out to the world through writing a significant book? Solve the problems in your field - like you know you can through writing a book and getting your solutions to paper? Are you ready to gain the prestige of Author behind your name? Earma can help! Visit Here<br>. <a href="https://www.writetowin.net">Shop...</a><br>');

document.write('</fieldset>');
document.write('<br>');
}




// START VIEW CART CODE







// SIDEBAR IMAGES //

document.write('<a href="https://www.writetowin.net"><img src="picts/sidebar-1.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');

document.write('<a href="contact.htm"><img src="picts/sidebar-2.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');








// 2ND NOTES AREA

   if (notes2 == "yes") {
document.write('<fieldset><legend>');

document.write('Socially Speaking<br></legend>');

document.write('<embed src="http://twitter.com/flash/twitter_badge.swf"  flashvars="color1=10040217&type=user&id=16196756"  quality="high" width="146" height="176" name="twitter_badge" align="middle" allowScriptAccess="always" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /><br><a style="font-size: 10px; color: #993399; text-decoration: none" href="http://twitter.com/earmabrown">follow earmabrown at http://twitter.com</a> <br>');
document.write('</fieldset>');
document.write('<br>');
}
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');





// PAYPAL CC LOGO
   if (paypallogo == "yes") {
document.write('<img src="picts/cart-paypal.gif" alt="Order Through Paypal" vspace="0"><br>');
}



 



// PAGEHEIGHT AND WIDTH SPACER (EDIT VARIABLES AT THE TOP)

document.write('<IMG SRC="picts/spacer.gif" HEIGHT="'+pageheight+'" WIDTH="'+sidewidth+'" border="0"><br>');

document.write('</td></tr></table>');


//  End -->