var box="";
		var box_heading = "Technical Learning"
		var box_heading_style = "boxHeaderRight"
		var head_bgcolor = "#006699"
		var border_color = "#006699"
		var left_corner_img = "<img src='images/left_blue.gif' width='13' height='13'>"		
		var right_corner_img = "<img src='images/right_blue.gif' width='13' height='13'>"
						
		box += "<table width='90%' align='center' border='0' cellpadding='0' cellspacing='0'>"  
		box += "<tr>"  
		box += "<td><table width='100%' border='0' cellspacing='0' cellpadding='0'>"  
		box += "<tr>"  
		box += "<td width='13' valign='bottom'>"+left_corner_img+"</td>"
	//	box += "<td bgcolor="+head_bgcolor+"><img src='images/spacer3.gif' width='1' height='1'></td>"  
		box += "<td align='center' class="+box_heading_style+" bgcolor="+head_bgcolor+"><img src='images/spacer3.gif' width='1' height='1'>"+box_heading+"</td>"
		box += "<td width='13' valign='bottom'>"+right_corner_img+"</td>"  
		box += "</tr>"  
//		box += "<tr>"  
//		box += "<td bgcolor="+head_bgcolor+">&nbsp;</td>"  
//		box += "<td align='center' class="+box_heading_style+" bgcolor="+head_bgcolor+"><img src='images/spacer3.gif' width='1' height='1'>"+box_heading+"</td>"
//		box += "<td bgcolor="+head_bgcolor+">&nbsp;</td>"  
//		box += "</tr>"  
		box += "</table></td>"
		box += "</tr>"  
		box += "<tr>" 
		box += "<td><table width='100%' border='1' cellpadding='0' cellspacing='0' bordercolor="+border_color+">"
		box += "<tr>" 
		box += "<td><table width='100%' height='' border='0' cellspacing='2' cellpadding='2'>"		
		box += "<tr>" 						
 		box += '<td class=leftLinks><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="150" height="150"><param name="movie" value="swf/ticker.swf"><param name="quality" value="high"><embed src="swf/ticker.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="150" height="150"></embed></object></td>'  
//		box += '<td class=leftLinks><embed src="swf/box_text.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="150" height="125"></embed></td>"
		box += "</tr>" 		
		box += "</table></td>"
		box += "</tr>"  
		box += "</table></td>"
		box += "</tr>"  
		box += "</table>"
		document.write(box);
