document.write("<html>");
document.write("<head>");
document.write("<title>Last Time Around</title>");
document.write("<style type='text/css'>");
document.write("	#dot1	{text-align='justify';}");
document.write("</style>");

document.write("</head>");
document.write("<body bgcolor='#FEFEF2' style='margin-left:70; background-repeat:repeat-y; background-position-x:left; background-image: url(images/border.gif)' onLoad='initialize()'>");
document.write("<table border='0' cellspacing='0' width='100%'>");
document.write("  <tr>");
document.write("    <td width='4%'></td>");
document.write("    <td width='96%'><img src='images/lta0.jpg' alt='lta0.gif' WIDTH='617' HEIGHT='132' onClick='history.go(-1)' style='cursor:hand'></td>");
document.write("  </tr>");
document.write("</table>");

document.write("<table border='0' cellspacing='0' width='90%'>");
document.write("  <tr>");
document.write("    <td width='6%'></td>");
document.write("    <td width='94%'>");

function initialize()
{
	document.title = "Last Time Around";
}
//var str = window.location.href
//myArray = str.split("?")
//document.write("<!--#include file='omwl44.shtm' -->");
