var theTitle = document.title

var theText =
'<html lang="en">' +
'<head>' +
'<title>Logo Frame</title>' +
'<BODY>' +
'<link rel="stylesheet" type="text/css" href="http://www.BetterEndo.com/NEWCOURSE/style_dataframe.css">' +
'</head>' +
'' +
'<div class="logoframe">' +
'<TABLE BORDER=2 border-color="000000" WIDTH=100% Height=100%>' +
'<TR>' +

'    <TD align="center">   <span style="font-size: 15px"><A href="http://www.BetterEndo.com/NEWCOURSE/aen.table.of.contents.html" TARGET="Main">Automated<BR>Endo<BR>2009<BR>Home</A></span>  </TD>' +

'    <TD align="center">   <span style="font-size: 15px"> <A href="http://www.BetterEndo.com/NEWCOURSE/news.table.of.contents.html" TARGET="Main">Automated<BR>Endo<BR>Newsletters</A></span> </TD>' +

'    <TD align="center">   <span style="font-size: 15px"> <A href="http://www.BetterEndo.com/NEWCOURSE/aen.fine.cut.endo.cartridge.syringe.html" TARGET="data">New<BR>GP<BR>Syringe</A></span> </TD>' +

'    <TD align="center">   <span style="font-size: 15px"><A href="http://www.BetterEndo.com/NEWCOURSE/faq.table.of.contents.html" TARGET="Main">Frequently<BR>Asked<BR>Questions</A> </span> </TD>' +

'    <TD align="center">   <span class="redtext3">NEW!<BR></span><span style="font-size: 15px"><A href="http://www.BetterEndo.com/NEWCOURSE/VFAQ.table.of.contents.html" TARGET="Main">Video Mini-Lectures<BR>and V-FAQs&reg;</A> </span> </TD>' +

'    <TD align="center">   <span style="font-size: 15px"><A href="http://www.BetterEndo.com/NEWCOURSE/faq.email.change.of.address.html" TARGET="data">Email<br>Change of<br>Address</A></span>  </TD>' +


'    <TD align="center">   <span style="font-size: 15px"><A href="http://www.BetterEndo.com/NEWCOURSE/faq.spi.order.form.html" TARGET="data">Email<BR>Order<br>Form</A></span>  </TD>' +

' </TR>' +
'<TR>' +
'<TD ALIGN="center" colspan="8">' +
'<span style="font-size: 15px">' + 
theTitle +
'</span>' +
'</TD>' +
' </TR>' +
'</TABLE>' +
'</div>' +
'</BODY>' +
'</HTML>' +
'' 
parent.logo.document.write
(
theText
)

parent.logo.document.close()

