// JScript source code

function sign(route)
					{
					document.write("<DIV style=\"route-sign\"><TABLE align=center cellSpacing=0 cellPadding=0 rules=none border=0><TR><TD bgcolor=black colSpan=3 height=10></TD></TR><TR><TD width=10 bgColor=black></TD><TD class=\"sign-face\" bgcolor=white width=40 height=40><P align=center><FONT face=Arial color=black><STRONG>" + route + "</STRONG></FONT></P></TD><TD width=10 bgColor=black></TD></TR><TR><TD bgColor=black colSpan=3 height=10></TD></TR></TABLE></div>");
					}	
					
	







