<!-- 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





document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0">');
document.write('<tr><td class="menu-titles">');


// MENU BOX TITLE

document.write('Share ClubFreeTV<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="5" 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('Use ClubFreeTV to discover FREE TV programing to reduce monthly bills!');
document.write('<br>');

<!-- AddThis Button BEGIN -->
document.write('<script type="text/javascript">var addthis_pub="clubfreetv";</script>');
document.write('<a href="http://www.addthis.com/bookmark.php" onmouseover="return addthis_open(this, \'\', \'[URL]\', \'[TITLE]\')" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="http://s7.addthis.com/static/btn/sm-share-en.gif" width="83" height="16" border="0" alt="Bookmark and Share" style="border:0"/></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>');
<!-- AddThis Button END -->
document.write('<br>');

document.write('All we ask is to please tell your friends about ClubFreeTV. Use the Share button here to bookmark and help others');

document.write('<br><br>');

document.write('Setting up FREE satellite TV reception, FREE over the air digital TV and Internet TV is an enjoyable hobby. Get started today! All of our guides are FREE');

document.write('<br>');

document.write('Thank you for using ClubFreeTv');
document.write('<br>');
document.write('Rod Lex Nelson');
document.write('<br>');
document.write('<a href="http://www.rolexon.com/" target="_blank"" class="menu">Rolexon.com</a><br>');
document.write('<br>');
document.write('<hr>');
document.write('<a href="http://www.rolexon.com/" target="_blank" align="center" >Advertisement</a><br>');
document.write('Internet Biz $77');
document.write('<br>');
document.write('SDL Store');
document.write('<br>');
document.write('1000+ PLR/resell guides');
document.write('<br>');
document.write('Adtrackz Software');
document.write('<br>');


// START 1ST LINKED SIDEBAR IMAGE

   if (showimage1 == "yes") {
document.write('<a href="http://www.rolexon.com/" target="_blank">');
document.write('<img src="picts/sdlbox.png" border="0" class="bordersSB" vspace="8" alt="Please visit our advertisers">');
document.write('</a><br>');
}

document.write('<hr>');
document.write('<a href="http://www.ciswebpi.com" target="_blank" align="center" >Advertisement</a><br>');

// START 2nd LINKED SIDEBAR IMAGE

   if (showimage2 == "yes") {
document.write('<a href="http://www.ciswebpi.com/" target="_blank">');
document.write('<img src="picts/sidebar-3.gif" border="0" class="bordersSB" vspace="8" alt="Please visit our advertisers">');
document.write('</a><br>');
}


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 -->