<!-- Begin

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


// RIGHT SIDEBAR FILE


var menuspace		= "140"		// WHITESPACE ADJUST
var menuVspace		= "60"		// SPACE BELOW RIGHT SIDEBAR

var showimage1		= "yes"		// SHOW 1ST LINKED IMAGE
var showimage2		= "yes"		// SHOW 2ND LINKED IMAGE
var showimage3		= "yes"		// SHOW 3ND LINKED IMAGE
var showimage4		= "yes"		// SHOW 4TH LINKED IMAGE
var showimage5		= "yes"		// SHOW 5TH LINKED IMAGE

var your_domain		="your-web-domain.com"	// FOR NEWSLETTER FORM ADD YOUR DOMAIN HERE
var newsletter		= "yes"	  		// SHOW NEWSLETTER FORM



document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0">');
document.write('<tr><td class="menu-titles">');


// MENU BOX TITLE

document.write('Our Programs<br>');



document.write('</td></tr></table>');
document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0" class="menu-table">');
document.write('<tr><td>');
document.write('<table cellspacing="0" cellpadding="3" border="0" width="100%" class="boxtext">');
document.write('<tr><td align="left" valign="top" colspan="2">');
document.write('<img src="picts/spacer.gif" height="2" width="10" border="0" alt="Image"><br>');


// START SIDEBAR TEXT TO EDIT

document.write('<a href="http://www.rivalauthentic.com" class="menu">Loyalty Rewards</a><br>');

document.write('<a href="http://www.rivalauthentic.com" class="menu">Player Club 15</a><br>');

document.write('<a href="http://www.rivalauthentic.com" class="menu">Referral</a><br>');

document.write('<a href="http://www.rivalauthentic.com" class="menu">Fundraising</a><br>');

document.write('<a href="http://www.rivalauthentic.com" class="menu">Custom Stores</a><br>');

document.write('</td></tr><tr><td align="center" valign="top" colspan="2">');



















// START NEWSLETTER FORM AREA

if (newsletter == "yes") {

function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" class="newstable"><tr><td>');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td colspan="2" class="newstext">');
document.write('<form name="ccoptin" action="http://visitor.constantcontact.com/d.jsp" target="_blank" method="post" style="margin-bottom:3;">');
document.write('<font style="font-weight: bold; font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:10px; color:#990000;">Join our mailing list</font><br>');
document.write('<input type="text" name="ea" size="20" value="" style="font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:10px; border:1px solid #999999;">');
document.write('<input type="submit" name="go" value="GO" class="submit"  style="font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10px;">');
document.write('<input type="hidden" name="m" value="1101942211268">');
document.write('<input type="hidden" name="p" value="oi">');
document.write('</form>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

}

// END NEWSLETTER FORM AREA

// START 1ST LINKED SIDEBAR IMAGE



   if (showimage1 == "yes") {
document.write('<a href="http://www.rivalauthentic.com">');
document.write('<img src="picts/ani/home_pro_banner.gif" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a>');
}

document.write('</a><br>');


// START 2ND LINKED SIDEBAR IMAGE

   if (showimage2 == "yes") {
document.write('<a href="http://www.rivalauthentic.com">');
document.write('<img src="picts/ani/home_college_banner.gif" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a>');
}

document.write('</a><br>');


// START 3RD LINKED SIDEBAR IMAGE

   if (showimage3 == "yes") {
document.write('<a href="http://www.rivalauthentic.com">');
document.write('<img src="picts/ani/home_hs_banner.gif" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a>');
}

document.write('</a><br>');

// START 4TH LINKED SIDEBAR IMAGE

   if (showimage4 == "yes") {
document.write('<a href="http://www.rivalauthentic.com">');
document.write('<img src="picts/gift_card.gif" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a>');
}

document.write('</a><br>');

// START 5TH LINKED SIDEBAR IMAGE

   if (showimage5 == "yes") {
document.write('<img src="picts/right_table_image.jpg" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a>');
}





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

//document.write('<img src="picts/spacer.gif" height="'+menuVspace+'" width="'+menuspace+'" border="0"><br>');


//  End -->