<!--
	var ext = "php3";

	//var fetch = "feed/newsrss.php?raw=true&desc=false&url=";

	var fetch = "feed/rss_fetch.php3?url=";
	// Applet that provides a ramdom rss site.
	//
	   document.write( "<applet code=\"crackers.Scroller.RSSScroller.class\" mayscript=\"mayscript\" archive=\"scroller.jar\" width=\"159\" height=\"360\">");
           document.write( "   <param name=\"BACKGROUND\" value=\"#CCCCCC\">");
           document.write( "   <param name=\"BORDER\" value=\"0\">");
           document.write( "   <param name=\"CLICKCOLOR\" value=\"#30557E\">");
           document.write( "   <param name=\"DATAFILE\" value=\""+getAFeed()+"\">");
           document.write( "   <param name=\"FONT\" value=\"Tahoma\">");
           document.write( "   <param name=\"FONTSIZE\" value=\"11\">");
           document.write( "   <param name=\"FOREGROUND\" value>");
           document.write( "   <param name=\"HEADCOLOR\" value=\"#1E3756\">");
           document.write( "   <param name=\"MOUSEPAUSE\" value=\"true\">");
           document.write( "   <param name=\"PICTURE\" value>");
           document.write( "   <param name=\"SCROLLBY\" value=\"1\">");
           document.write( "   <param name=\"SLEEPTIME\" value=\"30\">");
           document.write( "   <param name=\"TARGET\" value=\"_blank\">Java-enabled browser required");
           document.write( " </applet>");
function getAFeed()
{
	var rssfeed=new Array()
	rssfeed[0] = "http://rss.news.yahoo.com/rss/tech";
	rssfeed[1] = "http://www.nwfusion.com/rss/lans.xml";
	rssfeed[2] = "http://www.nwfusion.com/rss/vpns.xml";
	rssfeed[3] = "http://www.nwfusion.com/rss/security.xml";
	rssfeed[4] = "http://www.nwfusion.com/rss/linux.xml";
	rssfeed[5] = "http://michaelthompson.org/news/gms.xml";
	rssfeed[6] = "http://www.nwfusion.com/rss/applications.xml";
	rssfeed[7] = "http://www.nwfusion.com/rss/startups.xml";
	rssfeed[8] = "http://www.nwfusion.com/rss/windows.xml";
	rssfeed[9] = "http://www.nwfusion.com/rss/wirelesssec.xml";
	rssfeed[10] = "http://www.nwfusion.com/rss/wirelessswitches.xml";
	rssfeed[11] = "http://www.slashdot.com/index.rss";
	rssfeed[12] = "http://www.wired.com/news/feeds/rss2/0,2610,3,00.xml";
	rssfeed[13] = "http://www.wired.com/news/feeds/rss2/0,2610,31,00.xml";
	rssfeed[14] = "http://www.nytimes.com/services/xml/rss/nyt/Technology.xml";
	rssfeed[15] = "http://servlet.java.sun.com/syndication/rss_java_highlights-PARTNER-20.xml";
	rssfeed[16] = "http://servlet.java.sun.com/syndication/rss_wireless_highlights-PARTNER-20.xml";
	rssfeed[17] = "http://servlet.java.sun.com/syndication/rss_solaris-PARTNER-20.xml";
	rssfeed[18] = "http://www.siliconbeat.com/index.xml";
	rssfeed[19] = "http://standards.ieee.org/IEEE-SA.rdf";

	var Q = rssfeed.length;
	var whichFeed= fetch + rssfeed[Math.round(Math.random()*(Q-1))];
	//var whichFeed= fetch + rssfeed[Math.round(Math.random()*(Q-1))] + ";" + fetch + rssfeed[Math.round(Math.random()*(Q-1))];
	return whichFeed;
  }
//-->
