if (typeof width == "undefined") width = 140;if (typeof bordercolor == "undefined") bordercolor = "#666666";if (typeof titlecolor == "undefined") titlecolor = "#ffffff";if (typeof backcolor == "undefined") backcolor = "#eeeedd";

	beginString  = ' ';
	beginString += ' <table border="0" cellpadding="1" cellspacing="0" bgcolor="' + bordercolor + '" width="' + width + '"> ';
	beginString += '  <tbody>';
	beginString += '    <tr>';
	beginString += '      <td><a href="http://www.argmax.com/news.php">';
	beginString += '  <font face="verdana,arial,helvetica" size="1" color="' + titlecolor + '"><b>ArgMax.com</b></font></a>';
	beginString += '  <font face="verdana,arial,helvetica" size="1" color="' + titlecolor + '"><b>Headlines:</b></font></td>';
	beginString += '    </tr>';
	beginString += '    <tr>';
	beginString += '      <td>';
	beginString += '      <table border="0" cellpadding="3" cellspacing="0" width="100%">';
	beginString += '        <tbody>';
	beginString += '          <tr>';
	beginString += '            <td bgcolor="' + backcolor + '" align="Left"><font face="arial,verdana,helvetica" size="1">';

document.writeln(beginString);

if (typeof number == "undefined") number = 4;if (typeof target == "undefined") target = "_top";
 if (number > 0) { 

document.write(' <a href=http://www.forbes.com/2010/02/05/kelly-genpact-employment-markets-equities-jobs-temp.html target='+ target +' >Staffing Success For Kelly Services</a> - Forbes<BR><BR>');
 } 

 if (number > 1) { 

document.write(' <a href=http://www.csmonitor.com/2009/1203/p02s12-usgn.html target='+ target +' >Will US regulators balk at Comcast-NBC deal?</a> - CSMonitor<BR><BR>');
 } 

 if (number > 2) { 

document.write(' <a href=http://news.yahoo.com/s/nm/20090521/bs_nm/us_usa_economy_gross target='+ target +' >PIMCO&#39;s Gross: U.S. at risk of losing top AAA rating</a> - Yahoo<BR><BR>');
 } 

 if (number > 3) { 

document.write(' <a href=http://www.brookings.edu/views/testimony/aaron/20071003.htm target='+ target +' >Funding the Veterans Affairs of the Future</a> - Brookings<BR><BR>');
 } 

 if (number > 4) { 

document.write(' <a href=http://www.argmax.com/mt_blog/# target='+ target +' >Income in 2006</a> - Irons<BR><BR>');
 } 

 if (number > 5) { 

document.write(' <a href=http://www.sims.berkeley.edu/~hal/people/hal/NYTimes/2007-06-28.html target='+ target +' >An iPod Has Global Value. Ask the (Many) Countries That Make It</A>, June 28, 2007</a> - Varian<BR><BR>');
 } 

 if (number > 6) { 

document.write(' <a href=http://www.federalreserve.gov/boarddocs/snloansurvey/200705/default.htm target='+ target +' ></a></p></a> - Fed<BR><BR>');
 } 

 if (number > 7) { 

document.write(' <a href=http://www.cbo.gov/showdoc.cfm?index=8061&amp;sequence=0 target='+ target +' >Monthly Budget Review</a> - CBO<BR><BR>');
 } 

 if (number > 8) { 

document.write(' <a href=http://delong.typepad.com/sdj/2006/06/al_gore_deserve.html target='+ target +' >Al Gore Deserves More Credit, Guys</a> - DeLong<BR><BR>');
 } 

 if (number > 9) { 

document.write(' <a href=http://slate.msn.com//id/2135226/ target='+ target +' >How Much Should Hotel Web Access Cost?</a> - Landsburg<BR><BR>');
 } 

	endString  = '            <div align=center><a href=http://www.argmax.com/news.php>more headlines...</a></div>';
	endString += '            </font>';
	endString += '            </td>';
	endString += '          </tr>';
	endString += '        </tbody>';
	endString += '      </table>';
	endString += '      </td>';
	endString += '    </tr>';
	endString += '  </tbody>';
	endString += '</table>';

document.writeln(endString);

