path="http://www.dyonisii.com/supercount/newswatcher/deliver.php?url="
document.write("<div class='c'>")
if((numofitems>article.length)||(numofitems==0)) var numofitems=article.length
for(i=0;i<numofitems;i++){
  if(arrow=="y") document.write("<img src='http://www.dyonisii.com/waterwheel/images/arrow.gif' alt='' border=0 /> ")
  document.write("<a href='"+path+article[i].url+"&c=id' target='_blank' class='a'>"+article[i].headline_text+"</a><br />")
  if(newssourcestamp=="y") document.write("<a href='"+path+article[i].url+"&c=src' target='_blank' class='b'>"+article[i].source+"</a><br />")
  document.write("<a href='"+path+article[i].url+"&c=p1' target='_blank'><img src='http://www.dyonisii.com/supercount/newswatcher/images/postedby.gif' title='Posted by "+article[i].postername+"' border=0 /></a>&nbsp;")
  document.write("<a href='"+path+article[i].url+"&c=p2' target='_blank'><img src='http://www.dyonisii.com/supercount/newswatcher/images/editedby.gif' title='Last Edited by "+article[i].editorname+"' border=0 /></a>&nbsp;")
  if(timestamp=="y") document.write(article[i].harvest_time)
  document.write("<br />")
  if(spacebetweennews<0) var spacebetweennews=0
  for(spacecounter=0;spacecounter<spacebetweennews;spacecounter++){
    document.write("<br />")
  }
}
document.write("</div>")
document.write("<div class='c' align='center'>Powered by <a href='http://www.supercount.com/newswatcher/' class='a' style='font-size:10px'>NEWSWATCHER</a></div>")
