<!-- Begin

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

// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF

var paypal_email	="eluce11@hotmail.com"	// ADD YOUR PAYPAL E-MAIL FOR THE VIEW CART

var showcart		= "yes"		// SHOW VIEW CART BUTTON

var showarea_1		= "yes"		// SHOW THE 1ST PQUOTE
var showarea_2		= "yes"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "yes"		// SHOW THE 3RD PARAGRAPH
var showimage_1		= "yes"		// SHOW 1ST SIDEBAR IMAGE
var movedown		= "30"		// SIDEBAR SPACE FROM TOP

// FLASH CHANGER OPTIONS

var showsflash		= "no"		// SHOW FLASH IMAGE CHANGER
var flashwC			= "200"		// WIDTH OF THE FLASH CHANGER
var flashhC			= "133"		// HEIGHT OF THE FLASH CHANGER
var flashborderC	= "000000"	// FLASH CHANGER BORDER COLOR

document.write('<img src="picts/spacer.gif" height="'+movedown+'" width="200"><br>');
document.write('<TABLE cellpadding="2" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');

// FLASH IMAGE CHANGER

   if (showsflash == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" style="border: #'+flashborderC+' 1px solid;"><tr><td>');
document.write('<IFRAME name="FlashFrame" src="flash/image_changer.htm" width="'+flashwC+'" height="'+flashhC+'" frameborder="0" scrolling="no"></IFRAME><br>');
document.write('</td></tr></table>');
document.write('<br><br>');
}

// START FIRST QUOTE AREA

   if (showarea_1 == "yes") {
document.write('<fieldset style=" text-align:left; width:190px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle"><a href="http://content.usatoday.com/communities/popcandy/post/2010/07/comics-recs-three-fun-books-i-found-at-comic-con/1" target="_blank">USA Today</a></span></legend>');
document.write('<p style="font-family:arial, sans-serif;font-size:11px;color:#000000;">');
document.write('"The issues are fast-paced, funny and chock full of pop-culture references. Whether you\'re gay/straight/something in between, I think you\'ll find yourself rooting for the Oaf and his quest for somebody to wuv." <span class="hilite">Pop Candy\'s Whitney Matheson</span></p>');
document.write('</fieldset>');
document.write('<br><br>');
}

// START SECOND TEXT AREA

   if (showarea_2 == "yes") {
document.write('<fieldset style=" text-align:left; width:190px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle"><a href="http://www.isotopecomics.com/" target="_blank">Isotope Comics</a></span></legend>');
document.write('<p style="font-family:arial, sans-serif;font-size:11px;color:#000000;">');
document.write('"Hands down my favorite self-published comic being made today. So good! I actually never thought of calling Wuvable Oaf the \"Scott Pilgrim of gay comics\" before... but that\'s exactly what it is! Luce\'s charming art, smile-inducing writing, and downright loveable characters is the reason Wuvable Oaf is just as popular with my straight customers as it is with my gay customers." <span class="hilite">James Sime</span></p>');
document.write('</fieldset>');
document.write('<br><br>');
}

// START THIRD QUOTE AREA

   if (showarea_3 == "yes") {
	   document.write('<fieldset style=" text-align:left; width:190px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle"><a href="http://www.aquariusrecords.org/cat/andee.html" target="_blank">Aquarius Records</a></span></legend>');
document.write('<p style="font-family:arial, sans-serif;font-size:11px;color:#000000;">');
document.write('"...once in a while a comic comes along, that just hits the spot. Not about a superhero, not a super extended narrative, not violent or bloody, just goofy, funny, fun and bizarre."  <span class="hilite">Andee Connors</span></p>');
document.write('</fieldset>');
document.write('<br><br>');
}

// START FIRST IMAGE AREA

   if (showimage_1 == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" width="100%" border="0"><tr><td>');
document.write('<a href="http://www.facebook.com/home.php?#!/profile.php?id=1608557242&ref=sgm" target="_blank"><IMG SRC="picts/fb.gif" border="0" width="25" height="25"></a>');
document.write('</td>');
document.write('<td>Find us on Facebook!</td></tr>');
document.write('<tr><td><a href="http://twitter.com/#!/wuvableoaf" target="_blank"><IMG SRC="picts/tw.gif" border="0" width="25" height="25"></a></td>');
document.write('<td>Find us on Twitter!</td></tr></table>');

}

// START VIEW CART CODE

   if (showcart == "yes") {
document.write('<br><br>');
document.write('<img src="picts/logos.gif" alt="Payments By Paypal" vspace="2"><br>');
document.write('<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">');
document.write('<input type="hidden" name="cmd" value="_cart">');
document.write('<input type="hidden" name="business" value="eluce11@hotmail.com">');
document.write('<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_viewcart_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">');
document.write('<input type="hidden" name="display" value="1">');
document.write('</form><br>');
}


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