
function IncludeJavaScript(jsFile)
{
  document.write('<script type="text/javascript" src="'
    + jsFile + '"></scr' + 'ipt>'); 
}



  google_ad_client = "pub-4593531647611623";
  google_ad_slot = "7230065242";
  google_ad_width = 468;
google_ad_height = 60;



document.write ("<font Size=5 FACE='Arial'>")
document.write ("<b>Industry News</b>")
document.write ("<font FACE='Arial'>")
document.write ("</font>")

			
					document.write("<table border='0' cellpadding='0' cellspacing='6' width='100%'>")
													
													for (y in headline)
													{
													
													document.write("<tr>")	
			
													document.write("<td>")	
													document.write("<font size='2' face='Arial'>")													
													document.write(headline[y])	
																
													document.write("</td>")	
													document.write("</tr>")	
													}
													
												document.write("</table>")		
													
														
	
	
	
document.write('<div style="padding-top: 8px; padding-bottom: 8px; width: 450px; text-align: center; font-family: Verdana; font-size: 10px; color: #666666;">Powered by <a href="http://www.401khelpcenter.com" target="_blank" style="color: #666666; text-decoration: none">401khelpcenter.com</a></div>')


// IncludeJavaScript('http://pagead2.googlesyndication.com/pagead/show_ads.js');			   


function formatCurrency(num) {
num = num.toString().replace(/\$|\,/g,'');
if(isNaN(num))
num = "0";
sign = (num == (num = Math.abs(num)));
num = Math.floor(num*100+0.50000000001);
cents = num%100;
num = Math.floor(num/100).toString();
if(cents<10)
cents = "0" + cents;
for (var i = 0; i < Math.floor((num.length-(1+i))/3); i++)
num = num.substring(0,num.length-(4*i+3))+','+
num.substring(num.length-(4*i+3));
return (((sign)?'':'-') + '$' + num );
// insert this -> "+ '.' + cents" at the end after num to get cents
}    
