document.writeln("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">" +
"<html>" +
"<head>" +

"<style type=\"text/css\">" +
"	body {" +
"		font-family: sans-serif;" +
"		background-color: white;" +
"		border: 0;" +
"		margin-top: 4px;" +
"		margin-left: 4px;" +
"	}" +
"	a, A:link, a:visited, a:active {" +
"		color: rgb(225,40,40);" +
"		text-decoration: none;" +
"		font-size: 11px;" +
"        }" +
"	A:hover {" +
"		text-decoration: underline;" +
"		font-size: 11px;" +
"        }" +
"	li, ul{" +
"		margin: 0px 15px 0px 15px; color: rgb(255,255,255); font-size: 10px; font-weight: bold" +
"        }" +
"	ol {" +
"		padding: 5px 1em 5px 1em; margin: 0px 15px 0px 15px; color: rgb(0,0,0); background: rgb(211,211,211); font-size: 12px; font-weight: bold" +
"        }" +
"	p, tr, td {" +
"		color: rgb(0,0,0); font-size: 11px;" +
"        }" +
"" +
"	.sjiRed { background-color: rgb(225,40,40); }" +
"	.sjiRedText { color: rgb(225,40,40); }" +
"	.boldItalic { font-weight: bold; font-style: italic; }" +
"	.large { font-size: 125%; }" +
"	.bold { font-weight: bold;}" +
"	.hasPadding { padding: 10px; }" +
"" +
"" +
"	.header1, h1 {" +
"		color: rgb(255,255,255); background: rgb(225,40,40); font-weight: bold; font-size: 13px; margin: 0px; padding: 2px;" +
"       }" +
"	.header2, h2 {" +
"		color: rgb(0,0,0); background: rgb(211,211,211); padding: 5px; font-weight: bold; font-size: 12px;" +
"       }" +
"	.topLinks {" +
"		text-align: right; font-weight: bold; " +
"       }" +
"	a.topLinks {" +
"		color: rgb(255,255,255);" +
"		}" +
"	.userMessage {" +
"		color: rgb(0,0,0); background: rgb(211,211,211); padding: 1em 2em 1em 2em; font-weight: bold; font-size: 12px; margin: 60px 0px 0px 30px;" +
"       }" +
"	.blockQuote {" +
"		padding: 1em 0em 1em 2em; color: rgb(255,255,255); background: rgb(225,40,40); font-weight: bold; font-size: 13px; margin: 5px 65px;" +
"       }" +
"	.grayList {" +
"		padding: 5px 1em 5px 1em; margin: 0px 15px 0px 15px; color: rgb(0,0,0); background: rgb(211,211,211); font-size: 12px; font-weight: bold" +
"        }" +
"" +
"</style>" +
"<link rel=\"stylesheet\" type=\"text/css\" href=\"util/menu.css\">" +
"</head>" +
"" +
"<body>" +
"" +
"<!-- Header -->" +
"<table border=\"0\" style=\"border-collapse: collapse\">" +
" <tr>" +
" <td border=\"0\" style=\"width: 25% align: left\"><a href=\"http://www.samjackson.com/\"><img src=\"images/logo.jpg\" align=\"left\" width=\"187\" height=\"80\" border=\"0\" alt=\"Samuel Jackson\"></a></td>" +
" <td style=\"width: 75%; text-align: right\" class=\"boldItalic large\">\"The Cotton Moisture People\"</td>" +
" </tr>" +
"</table>" +
"<!-- /Header -->" +
"" +
"<!-- Body -->" +
"<div class=\"sjiRed topLinks header1\">" +
"	<a class=\"topLinks\" href=\"http://www.samjackson.com/\">S.J.I.</a>&nbsp;" +
"	" +
"</div>" +
'');