var newsArray = new Array();

function do_all_items()
{

	newsArray[0] = build_item("http://www.techworld.com/networking/features/index.cfm?featureID=2808&pagtype=samecatsamechan", "1st Aug 2006", "University dumps Cisco VoIP for open source Asterisk");
	
newsArray[1] = build_item("http://ask.slashdot.org/article.pl?sid=06/09/18/220222", "10th Sept 2006", "VoIP with Analog PA Systems and Visual Alerts?");

newsArray[2] = build_item("http://www.vonmag.com/webexclusives/2006/09/18_VON_FALL_2006.asp", "30th Sept 2006", "VON Fall 2006 Wrap Up: Big Concepts in Boston");

}
