// open -from /global_ssi/bw_channeltop.htm
	document.write('<TABLE CELLPADDING=0 CELLSPACING=0 WIDTH=763 BORDER=0><TR><TD VALIGN=BOTTOM WIDTH=381>');
	
	document.write('<A HREF="http://www.businessweek.com/index.html" TARGET="_top"><IMG SRC="http://www.businessweek.com/common_images/bw_logo1.gif" WIDTH=300 HEIGHT=54 BORDER=0><\/A><br />');

	document.write('<\/TD><TD align="right" background="http://images.businessweek.com/autos/launch/testdrive.gif" style="repeat:no-repeat;"><TABLE CELLPADDING=5 CELLSPACING=0 BORDER=0 ALIGN=right><TR><TD VALIGN=top>');

//NEW Search function	
	document.write('<FORM METHOD="GET" ACTION="http://search.businessweek.com/Search" NAME="searchBW" TARGET="_top">');
	document.write('<h5 style="font: 10px Arial, Helvetica, sans-serif; font-weight: normal; margin: 0px; color: #666; inherit;">SEARCH SITE</h5>');
	document.write('<input type="text" name="searchTerm" maxlength="256" style="font-size:10px;width:120px;" />');
	document.write('<input type="hidden" name="skin" value="BusinessWeek" />');
	document.write('<input type="image" src="http://images.businessweek.com/common_images/bw_gosearch.gif" value="Submit" border="0" alt="GO" align="absmiddle" width="23" height="15" /><br style="clear:right;" />');
	document.write('<font class="smalltext"><a href="http://search.businessweek.com/advanced.jsp">Advanced Search</a></font>');

	document.write('<\/TD><\/FORM><\/TR><\/TABLE><\/TD><\/TR><\/TABLE>');

//<!-- channels -->


	document.write('<map name="channels" id="channelMap">');
	
	document.write('<area shape="rect" alt="Top News" target="_top" coords="0,0,66,17" href="http://www.businessweek.com/index.html" id="dbArea" />');

	document.write('<area shape="rect" alt="BW Magazine" target="_top" coords="68,0,151,17" href="http://www.businessweek.com/contents.htm" id="mzArea" />');

	document.write('<area shape="rect" alt="Investing" target="_top" coords="153,0,220,17" href="http://www.businessweek.com/investor/index.html" id="piArea" />');

	document.write('<area shape="rect" alt="Asia" target="_top" coords="222,0,267,17" href="http://www.businessweek.com/globalbiz/asia/index.html" id="asArea" />');
	
		document.write('<area shape="rect" alt="Europe" target="_top" coords="269,0,325,17" href="http://www.businessweek.com/globalbiz/europe/index.html" id="euArea" />');

	document.write('<area shape="rect" alt="Technology" target="_top" coords="327,0,413,17" href="http://www.businessweek.com/technology/index.html" id="tcArea" />');

	document.write('<area shape="rect" alt="Autos" target="_top" coords="415,0,467,17" href="http://www.businessweek.com/autos/index.html" id="auArea" />');

	document.write('<area shape="rect" alt="Innovation" target="_top" coords="469,0,547,17" href="http://www.businessweek.com/innovate/index.html" id="diArea" />');

	document.write('<area shape="rect" alt="Small Business" target="_top" coords="549,0,620,17" href="http://www.businessweek.com/smallbiz/index.html" id="sbArea" />');

	document.write('<area shape="rect" alt="B-Schools" target="_top" coords="622,0,700,17" href="http://www.businessweek.com/bschools/index.html" id="bsArea" />');

	document.write('<area shape="rect" alt="Careers" target="_top" coords="702,0,763,17" href="http://www.businessweek.com/careers/index.html" id="caArea" />');


	
	document.write('<\/map>');

	document.write('<img src="http://images.businessweek.com/gen/11_tabs/tc_channeltop.gif" width="763" height="17" border="0" alt="BusinessWeek Channels : BW Magazine, Daily Briefing, Investing, Asia, Europe, Technology, Autos, Innovation, Small Business, B-Schools and Careers" usemap="#channels" style="margin-bottom:10px;" id="channelGif"><br style="clear:both;" />');

		

//<!-- CHANNELTOP END -->

	document.write('<table width="763" cellpadding="0" cellspacing="0" border="0" valign="top">');
	
	document.write('<tr><td align="right">');
					
						var days = new Array("SUNDAY","MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY");
						var months = new Array("JANUARY","FEBRUARY","MARCH","APRIL","MAY","JUNE","JULY","AUGUST","SEPTEMBER","OCTOBER","NOVEMBER","DECEMBER");
						var today = new Date();
						var year = today.getYear();
						if(year < 1900){year += 1900;}
						var dateLine = months[today.getMonth()] + " "+" " + today.getDate() + ", " + year + " "+" ";
						document.write('<h5 style="font: 10px Arial, Helvetica, sans-serif; font-weight: normal; margin:0px 0px 12px 3px;text-align:right;">');
						document.write(dateLine);
						document.write('<\/h5>');
		
					
	document.write('<\/td><\/tr><\/table>');
	
	document.close();

