var ad_counter = 0;
if (!window.ep_max_ads) var ep_max_ads=10;
if (!window.ep_ads_width) var ep_ads_width="400px";
if (!window.ep_ads_show_price) var ep_ads_show_price="no";
if (!window.ep_ads_show_bids) var ep_ads_show_bids="no";
if (!window.ep_ads_show_date) var ep_ads_show_date="no";
if (!window.ep_ads_show_title) var ep_ads_show_title="yes";
if (!window.ep_ads_border_color) var ep_ads_border_color="#555555";
if (!window.ep_ads_border_size) var ep_ads_border_size="1px";
if (!window.ep_ads_font_family) var ep_ads_font_family="Verdana, Arial, Helvetica, sans-serif";
if (!window.ep_ads_font_size) var ep_ads_font_size="10px";
if (!window.ep_ads_font_color) var ep_ads_font_color="black";
if (!window.ep_ads_link_color) var ep_ads_link_color="blue";
if (!window.ep_ads_odd_row_background) var ep_ads_odd_row_background="#EEEEEE";
if (!window.ep_ads_even_row_background) var ep_ads_even_row_background="WHITE";
if (!window.ep_ads_title_row_font_size) var ep_ads_title_row_font_size="14px";
if (!window.ep_ads_title_row_background) var ep_ads_title_row_background="darkblue";
if (!window.ep_ads_title_row_font_color) var ep_ads_title_row_font_color="#EEEEEE";
document.write('<STYLE TYPE="text/css">');
document.write('<!--');
document.write(' DIV.ep_ads {width:'+ep_ads_width+';color:'+ep_ads_font_color+';font-family:'+ep_ads_font_family+';font-size:'+ep_ads_font_size+'}');
document.write(' DIV.ep_ads {padding:2px; border-width:'+ep_ads_border_size+'; border-style:solid; border-color:'+ep_ads_border_color+'}');
document.write(' DIV.ep_ads TD {color:'+ep_ads_font_color+';font-family:'+ep_ads_font_family+';font-size:'+ep_ads_font_size+'}');
document.write(' DIV.ep_ads A {color:'+ep_ads_link_color+';font-family:'+ep_ads_font_family+';font-size:'+ep_ads_font_size+'}');
document.write(' DIV.ep_ads .eptd0  {background-color:'+ep_ads_even_row_background+'; }');
document.write(' DIV.ep_ads .eptd1  {background-color:'+ep_ads_odd_row_background+'; }');
document.write(' DIV.ep_ads .eptitle  {color:'+ep_ads_title_row_font_color+';background-color:'+ep_ads_title_row_background+';font-size:'+ep_ads_title_row_font_size+';border-bottom-width:1; border-bottom-style:solid; border-bottom-color:'+ep_ads_border_color+' }');
document.write('-->');
document.write('</STYLE>');
document.write('<DIV CLASS=ep_ads>');
document.write('<table border=0 cellpadding=1 cellspacing=0 width=100% >');
if (ep_ads_show_title=='yes') { document.write('<tr CLASS=eptitle>');
document.write('<td CLASS=eptitle align=center><b>My ads from Valupoint.com Discount Comparison Site</b></td>');
if (ep_ads_show_price=='yes') document.write('<td CLASS=eptitle align=center><b>&nbsp;Price</b></td>');
if (ep_ads_show_bids=='yes') document.write('<td CLASS=eptitle align=center><b>&nbsp;Bids</b></td>');
if (ep_ads_show_date=='yes') document.write('<td CLASS=eptitle align=center><b>&nbsp;Started</b></td>');
document.write('</tr>'); } 
if (ad_counter >= ep_max_ads) document.write('<TR><TD><CENTER><a href=http://epage.com/js/about/618602 target=_top>More Ads...</A></CENTER></TD></TR>'); 
document.write('<TR><TD>No active ads or auctions</TD></TR>');
document.write('<TR><TD>Powered By <a href=http://epage.com/js/csp/11512.html>Valupoint.com Discount Comparison Site</a></TD></TR>');
document.write('</table></DIV>'); 
