// JavaScript Document

var arrnews = new Array;

arrnews[0]="<table width='242' border='0' cellspacing='0' cellpadding='0'><tr><td width='170' align='left' valign='top'>IBM  Acquired NISC, LLC...<br /><img src='images/spacer.gif' alt='Tholons' width='1' height='1' /><br /><img src='images/bullet02.gif' alt='More' width='5' height='9' vspace='4' align='top' /> <a href='pages/research_02_madeals.aspx' target='_self' class='block_link01'>More</a><br /><img src='images/spacer.gif' alt='Tholons Capital' width='1' height='2' /><br />Informatica Corporation Acquired Siperian, Inc...<br /><img src='images/spacer.gif' alt='Tholons Capital' width='1' height='1' /><br /><img src='images/bullet02.gif' alt='More' width='5' height='9' vspace='4' align='top' /> <a href='pages/research_02_madeals.aspx' target='_self' class='block_link01'>More</a></td><td width='72' align='right' valign='top'><a href='pages/research_02_madeals.aspx' target='_self'><img src='images/home_md.gif' alt='M&amp;A Deals' width='65' height='72' border='0' /></a></td></tr></table>";

function MaSwitch()
{
	if (document.getElementById('div_ma'))
	{
		document.getElementById('div_ma').innerHTML =	arrnews[0]			
	}
}

//
