//This puts a big HTML file into a variable and prints it.  Allows for an external page to be displayed inline in IE, which doesn't support <object> correctly.

var myPage = 'Any comments are the sole property of their poster, and may not reflect official TigerTronics policy. &nbsp;<a href="/disclaimer.html">Disclaimer</a><br>Except for comments or content owned by someone else, page copyright 2007-2010 TigerTronics. &nbsp;<a href="/Contact_us.htm">Contact TigerTronics</a>';

document.write(myPage);
