function getNews(usageID) { 
var jsRoot = "http://www.navidot.com/cgi-bin";
var this_url=document.location;
document.writeln("<img src=\""+jsRoot+"\/usage.pl?usrID="+usageID+"&usrURL="+this_url+"\">");
var prmptArr = new Array();
var linkArr = new Array();
var srcArr = new Array();
var segmTextArrLength;
prmptArr[0] = "Life harsher in new Guantanamo unit (AP)";
linkArr[0] = "http://us.rd.yahoo.com/dailynews/rss/topstories/*http://news.yahoo.com/s/ap/20070204/ap_on_re_la_am_ca/guantanamo_harder_time";
srcArr[0] = "Yahoo";
prmptArr[1] = "Irvin, Thomas elected to Hall of Fame (AP)";
linkArr[1] = "http://us.rd.yahoo.com/dailynews/rss/topstories/*http://news.yahoo.com/s/ap/20070204/ap_on_sp_fo_ne/fbn_hall_of_fame";
srcArr[1] = "Yahoo";
prmptArr[2] = "Hundreds mourn Bill Clinton&#039;s stepfather (AP)";
linkArr[2] = "http://us.rd.yahoo.com/dailynews/rss/topstories/*http://news.yahoo.com/s/ap/20070204/ap_on_re_us/kelley_funeral";
srcArr[2] = "Yahoo";
prmptArr[3] = "Taiwan anthem played for China officials (AP)";
linkArr[3] = "http://us.rd.yahoo.com/dailynews/rss/topstories/*http://news.yahoo.com/s/ap/20070204/ap_on_re_la_am_ca/grenada_china_blunder";
srcArr[3] = "Yahoo";
prmptArr[4] = "Bush says budget will limit non-defense spending (Reuters)";
linkArr[4] = "http://us.rd.yahoo.com/dailynews/rss/topstories/*http://news.yahoo.com/s/nm/20070204/bs_nm/bush_budget_dc";
srcArr[4] = "Yahoo";
prmptArr[5] = "Bush puts &#039;ic&#039; back in &#039;Democrat Party&#039; (AP)";
linkArr[5] = "http://us.rd.yahoo.com/dailynews/rss/topstories/*http://news.yahoo.com/s/ap/20070204/ap_on_go_pr_wh/bush_democrats";
srcArr[5] = "Yahoo";
prmptArr[6] = "Corps aims to shift Big Easy levee funds (AP)";
linkArr[6] = "http://us.rd.yahoo.com/dailynews/rss/topstories/*http://news.yahoo.com/s/ap/20070204/ap_on_re_us/new_orleans_levees";
srcArr[6] = "Yahoo";
prmptArr[7] = "Judge bars release of Paris Hilton items (AP)";
linkArr[7] = "http://us.rd.yahoo.com/dailynews/rss/topstories/*http://news.yahoo.com/s/ap/20070204/ap_on_en_ot/people_paris_hilton";
srcArr[7] = "Yahoo";
segmTextArrLength = "8";
var returnObj = new Object();
returnObj.prmptArr = new Array();
var prmptArrLength = prmptArr.length;
for (var pIdx=0;pIdx<prmptArrLength;pIdx++) {
   returnObj.prmptArr[pIdx] = prmptArr[pIdx];
}
returnObj.linkArr = new Array();
var linkArrLength = linkArr.length;
for (var pIdx=0;pIdx<linkArrLength;pIdx++) {
   returnObj.linkArr[pIdx] = linkArr[pIdx];
}
returnObj.srcArr = new Array();
var srcArrLength = srcArr.length;
for (var pIdx=0;pIdx<srcArrLength;pIdx++) {
   returnObj.srcArr[pIdx] = srcArr[pIdx];
}
 return returnObj; 
}
var insideMajorWidth = boxWidth-2;
var mostInnerWidth = boxWidth-22;
document.writeln("<table border=0 cellspacing=0 cellpadding=0 bgcolor=\""+boxBorderColor+"\" width="+boxWidth+">");
document.writeln("<tr><td colspan=3 height=1><\/td><\/tr>");
document.writeln("<tr>");
document.writeln("<td width=1><\/td>");
document.writeln("<td>");
document.writeln("<table border=0 cellspacing=0 cellpadding=0 bgcolor=\""+boxBgColor+"\">");
document.writeln("<tr>");
document.writeln("<td width="+insideMajorWidth+">");
document.writeln("<table border=0 cellspacing=0 cellpadding=0 width=\"100%\">");
document.write("<tr>");
document.write("<Td bgcolor=\""+boxBorderColor+"\">");
document.write("<table border=0 cellspacing=0 cellpadding=0>");
document.write("<tr><td colspan=3 height=3><\/td><\/tr>");
document.write("<tr>");
document.write("<td width=10><\/td>");
document.writeln("<Td width="+mostInnerWidth+"><font style=\"font-family: arial; font-size: 10pt; color: "+boxTitleTextColor+";\"><b>"+boxNewsCatg+"<\/b><\/font>");
var newsItems = getNews(userID);
document.writeln("<\/td>");
document.write("<td width=10><\/td>");
document.write("<\/tr>");
document.write("<tr><td colspan=3 height=3><\/td><\/tr>");
document.write("<\/table>");
document.write("<\/td><\/tr>");
document.writeln("<tr><Td height=1 bgcolor=\""+boxBorderColor+"\"><\/td><\/tr>");
document.write("<\/table>");
document.write("<table border=0 cellspacing=0 cellpadding=0>");
document.write("<tr><td colspan=3 height=10><\/td><\/tr>");
document.write("<tr>");
document.write("<td width=10><\/td>");
document.write("<Td width="+mostInnerWidth+" valign=top>");
var prmptArrLength = newsItems.prmptArr.length;
if (prmptArrLength > boxMaxItems) { 
  prmptArrLength = boxMaxItems;
}
document.write("<table border=0 cellspacing=0 cellpadding=0>");
for (var hIdx=0;hIdx<prmptArrLength;hIdx++) {
  document.writeln("<tr><td valign=top width=10><font style=\"color:"+boxBulletColor+"; font-size: 10pt;\">&#149;<\/font><\/td><td valign=top><a href=\""+newsItems.linkArr[hIdx]+"\" style=\"color:"+boxLinkIniColor+"; font-family: arial; text-decoration: none; font-size: 9pt;\" onmouseover=\"this.style.color='"+boxLinkOverColor+"';this.style.textDecoration='underline';\" onmouseout=\"this.style.color='"+boxLinkIniColor+"';this.style.textDecoration='none';\">"+newsItems.prmptArr[hIdx]+"<\/a><font style=\"color: "+boxSrcTextColor+"; font-family: arial; font-size: 8pt;\"> - "+newsItems.srcArr[hIdx]+"<\/font><\/td><\/tr>");
document.write("<tr><td height=4><\/td><\/tr>");
}
document.write("<\/table>");
document.writeln("<table border=0 cellspacing=0 cellpadding=0><tr><Td height=8><\/td><\/tr><\/table><table border=0 cellspacing=0 cellpadding=0><tr><td width=\""+mostInnerWidth+"\" align=right><font style=\"font-family: tahoma; font-size: 7pt;\"><a href=\"http://www.navidot.com\" style=\" color: "+boxNavidotColor+"; text-decoration: none;\">Powered by NaviDot.com<\/a><\/font><\/td><\/tr><\/table>");
document.write("<\/td><td width=10><\/td><\/tr>");
document.write("<tr><td colspan=3 height=10><\/td><\/tr>");
document.write("<\/table>");
document.write("<\/td><\/tr>");
document.write("<\/table>");
document.write("<\/td><td width=1><\/td><\/tr>");
document.write("<tr><td colspan=3 height=1><\/td><\/tr>");
document.write("<\/table>");

