// JavaScript Document

var arrnews = new Array;

arrnews[0]="<table width='242' border='0' cellspacing='0' cellpadding='0'><tr><td width='9' align='left' valign='top'><img src='../images/bullet02.gif' alt='More' width='5' height='9' vspace='3' align='top' /></td><td width='233' align='left' valign='top'><a href='http://www.bworldonline.com/content.php?section=Economy&title=Iloilo-improves-rank-as-BPO-destination&id=45078' class='block_link03' target='_blank'>Iloilo improves rank as BPO destination</a><br /><span class='block_text_italics'>- Business World Online, January 2012</span></td></tr><tr><td colspan='2' align='left' valign='top' class='height_6px'></td></tr><tr><td align='left' valign='top'><img src='../images/bullet02.gif' alt='More' width='5' height='9' vspace='3' align='top' /></td><td align='left' valign='top'><a href='http://finance.fortune.cnn.com/2012/01/20/venture-capital-deals-62/' class='block_link03' target='_blank'>Venture capital deals</a><br /><span class='block_text_italics'>- CNN Money, January 2012</span></td></tr></table>";

function NewsSwitch()
{
	if (document.getElementById('div_news'))
	{
		document.getElementById('div_news').innerHTML =	arrnews[0]			
	}
}

//

