<!-- Begin

	var oHeaderNow = new Date();
	var iHeaderHour = oHeaderNow.getHours();
	var sTagLine;
		
	/* if (iHeaderHour < 1 || iHeaderHour > 23) sTagLine = "It's after midnight - do you know where your data is?";
	else if (iHeaderHour < 12) sTagLine = "It's after " + iHeaderHour + " am - do you know where your data is?";
	else if (iHeaderHour == 12) sTagLine = "It's after noon - do you know where your data is?";
	else sTagLine = "It's after " + (iHeaderHour - 12) + " pm - do you know where your data is?";
	It just works!
	*/
	if (sPageName == "home.htm") sTagLine = "Real Results, Real Fast!";
	else if (sPageName == "overview.htm") sTagLine = "Organize your data, your way!";
	else if (sPageName == "faqs.htm") sTagLine = "Get more out of your data.";
	else if (sPageName == "reviews.htm") sTagLine = "What others are saying...";
	else if (sPageName == "presskit.htm") sTagLine = "Tell a friend...";
	else if (sPageName == "support.htm") sTagLine = "How can we help?";
	else if (sPageName == "support1.htm") sTagLine = "Thanks again!";
	else if (sPageName == "download.htm") sTagLine = "Real Results In Minutes!";
	else sTagLine = "The right data, in the right place, at the right time";
	
	document.writeln("<table width='950' border='0' cellspacing='0' cellpadding='0' bgcolor='#FFFFFF'>");
	document.writeln("  <tr>"); 
	document.writeln("    <td colspan='3' width='140' bgcolor='#B4C4DC'><img alt='' src='images/topleft.gif' width='38' height='42' border='0'/><img src='images/space.gif' width='102' height='1' border='0'></td>");
	document.writeln("    <td bgcolor='#B4C4DC' rowspan='2' width='100%'><a href='Home.htm'><img alt='' src='images/logo.gif' width='219' height='50' border='0'/></a></td>");
	document.writeln("    <td colspan='3' width='293' bgcolor='#B4C4DC' align='right' valign='top'><img alt='' src='images/topright.gif' width='38' height='42' border='0'/></td>");
	document.writeln("  </tr>");
	document.writeln("  <tr>"); 	
	document.writeln("    <td bgcolor='#333333' width='16'>&nbsp;</td>");
	document.writeln("    <td class='dark' bgcolor='#333333' rowspan='2' width='108' align='center'><a href='Reviews.htm'><img alt='' src='images/stars.gif' width='100' height='20' border='0'/></a></td>"); 
	document.writeln("    <td bgcolor='#333333' align='right' valign='top' width='16'><img alt='' src='images/dateright.gif' width='16' height='14' border='0'/></td>");
					// rowspan col 4
	document.writeln("    <td bgcolor='#333333' valign='top' width='16'><img alt='' src='images/barleft.gif' width='16' height='14' border='0'/></td>");

	if (sPageName == "beta.htm") document.writeln("    <td bgcolor='#333333' rowspan='2' width='261'><nobr><img alt='' src='images/hometop2.gif' width='92' height='35' border='0'/><img alt='' src='images/trytop2.gif' width='77' height='35' border='0'/><img alt='' src='images/emailtop2.gif' width='92' height='35' border='0'/></nobr></td>");
	else document.writeln("    <td bgcolor='#333333' rowspan='2' width='261'><nobr><a href='Home.htm'><img alt='' src='images/hometop.gif' width='92' height='35' border='0'/></a><a href='Download.htm'><img alt='' src='images/trytop.gif' width='77' height='35' border='0'/></a><a href='mailto:Sales@FileAmigo.com?Subject=FileAmigo%20Inquiry'><img alt='' src='images/emailtop.gif' width='92' height='35' border='0'/></a></nobr></td>");
	
	document.writeln("    <td bgcolor='#333333' width='16'>&nbsp;</td>");
	document.writeln("  </tr>");	
	document.writeln("  <tr>");
	document.writeln("    <td valign='bottom' bgcolor='#333333' width='16'><img alt='' src='images/dateleft.gif' width='16' height='14' border='0'/></td>");
					// rowspan col 2
	document.writeln("    <td bgcolor='#333333' width='16'>&nbsp;</td>");
	document.writeln("    <td class=dark bgcolor='#333333' align='center' width='100%'><font class='banner' color='red'>" + sTagLine + "</font></td>");
	document.writeln("    <td align='right' valign='bottom' bgcolor='#333333' width='16'>&nbsp;</td>");
					// rowspan col 6
	document.writeln("    <td align='right' valign='bottom' bgcolor='#333333' width='16'><img alt='' src='images/barright.gif' width='16' height='14' border='0'/></td>");
	document.writeln("  </tr>");
	document.writeln("</table>");

//  End -->
