// 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.business-standard.com/india/news/bpo-companies-create-jobs-in-buffalo-too/384450/' class='block_link03' target='_blank'>BPO companies create jobs in Buffalo, too</a><br /><span class='block_text_italics'>- Business Standard, Feburary 2010</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://www.google.com/url?sa=X&q=http://www.thehindubusinessline.com/2010/02/01/stories/2010020152100200.htm&ct=ga&cd=jus_Zwq2b-I&usg=AFQjCNHmlTVgFi_LuJSByJ1iJXcwQEabSA' class='block_link03' target='_blank'>Services firms bullish on prospects in Europe</a><br /><span class='block_text_italics'>- Hindu Business Line, January 2010</span></td></tr></table>";

function NewsSwitch()
{
	if (document.getElementById('div_news'))
	{
		document.getElementById('div_news').innerHTML =	arrnews[0]			
	}
}

//
