<!--

function generateRSLCell (premium_item) {
	cell_string = '<tr><td align="center" valign="middle"><div align="center"><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif"><a href="';
	cell_string += premium_item.link_string;
	cell_string += '"><img src="';
	cell_string += premium_item.img_string;
	cell_string += '" border="0"><font size="1"><br>click here</font></a></font></div></td></tr>';
	return cell_string;
}

header='<table width="100" border="0" align="RIGHT" cellpadding="5" bgcolor="#ffffff"><tr align="right" valign="TOP"><td><span class="art-arch-link"><A HREF="http://ui.constantcontact.com/sa/fp.jsp?plat=i&p=f&m=ruvvpabab"><img src="http://www.buzzflash.com/images/icon_send2friend.gif" width="19" height="15" border="0" align="absmiddle">SEND TO A FRIEND</A><br><br><b>BUZZFLASH ARTICLES</b><br><a href="http://www.buzzflash.com/articles/editorial/" class="morelinks">EDITORIALS</a><br><a href="http://www.buzzflash.com/articles/analysis/" class="morelinks">NEWS ANALYSIS</a><br><a href="http://www.buzzflash.com/articles/interviews/" class="morelinks">INTERVIEWS</a><br><a href="http://www.buzzflash.com/articles/alerts/" class="morelinks">NEWS ALERTS</a><br><a href="http://www.buzzflash.com/articles/contributors/" class="morelinks">CONTRIBUTORS</a><br><a href="http://www.buzzflash.com/articles/mailbag/" class="morelinks">MAILBAG</a><br><a href="http://www.buzzflash.com/store/" class="morelinks">MARKETPLACE</a><br><a href="http://www.buzzflash.com/contact/" class="morelinks">CONTACT</a><br><a href="http://www.buzzflash.com/search/" class="morelinks">SEARCH</a><br><a href="http://www.buzzflash.com/about/faq.html" class="morelinks">FAQ</a><br><a href="#morebuzz"  class="morelinks">MORE</a></font><br><br><div align="CENTER"><table width="100" cellpadding="10" border="0" bgcolor="#0066cc"><tr align="CENTER" valign="TOP" bgcolor="#EBEBEB"><td><table width="100%" border="0" bgcolor="#EBEBEB"><tr><td align="center" valign="middle"><div align="center"><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><b><font color="#FF0000">Fight Ignorance:</FONT><br>Read BuzzFlash</b><br><b>and <font color="#FF0000">Spread Democracy</font></b></div></td></tr>';

footer='<tr><td align="center" valign="middle"><br><div align="center"><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.buzzflash.com/premiums/">See All The BuzzFlash Premiums</font></a></font></div></td></tr></table><p align=center><a href="http://www.buzzflash.com/alerts/subscribe.php"><img src="http://www.buzzflash.com/graphics/Alert-Graphic-052003.gif" width="100" height="35" border="1"></a></p></td></tr></table></div></td></tr></table>';


document.writeln(header);

if (!(poffset=readCookie('c_poffset'))) poffset=0;

poffset=parseInt(poffset);

RSLPremiumList = MainPremiumList; // do not mess with MainPremiumList

RSLPremiumList.rotateList(poffset);

limit = 6;
if (RSLPremiumList.getLength() < limit) limit = RSLPremiumList.getLength();

for(i=0;i<limit;i++,poffset++) 
	document.writeln(generateRSLCell(RSLPremiumList.getByIndex(i))); 

createCookie('c_poffset',poffset,.25);

document.writeln(footer);


-->

