var newsArray = new Array();

function do_all_items()
{

	newsArray[0] = build_item("http://www.dtasia.net", "23rd Nov 2007", "New office in Beijing to Open later in December");
	
newsArray[1] = build_item("http://www.digium.com", "10th Sept 2007", "AEX800P released by Digium");

newsArray[2] = build_item("http://www.switchvox.com", "27th Sept 2007", "Digium purchase Switchvox");

newsArray[3] = build_item("http://www.snom.com", "24th Nov 2007", "Snom realease M3 cordless IP handset");

}