<html>
<head>
<!--
Change the Prefix name to coorespond to the site used on...
Must coorespond with XML code as well.
In this example I use FGFR (Four Guys From Rolla)
-->
<xml:namespace ns='http://www.intothenow.com' prefix='FGFR'>
<STYLE>
@media all
{
FGFR\:HOMEPAGE {behavior:url(#default#homepage);}
}
</STYLE>
<title></title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<!--XML code -->
<FGFR:HOMEPAGE ID="oHomePage" />
<!-- End XML code -->
<script language="Javascript1.2">
<!-- Hide
var name = navigator.appName;
var useragent = navigator.userAgent;
var version = parseInt(navigator.appVersion);
if ( useragent.indexOf("MSIE") != -1) {
var macIndex = navigator.userAgent.toLowerCase().indexOf("mac");
if ( macIndex != -1 ) {
}
else {
var index = navigator.userAgent.indexOf("MSIE ");
if ( index != -1 ) {
version = parseInt(navigator.userAgent.substring(index+5,index+6));
}
if ( version == 4) {
// Uncomment the following line to launch a second window for non IE5 users
// window.open('whatever.html','NameOfWindow','width=230,height=260');
}
else if ( version > 4) {
// first URL is the one that will get set as home page
// second URL is the one the user gets redirected to
oHomePage.setHomePage('http://www.4guysfromrolla.com');
document.location='http://www.4guysfromrolla.com';
}
}
}
else {
if ( version < 4 ) {
}
// Uncomment the following 3 lines to launch a second window for non IE5 users
// else {
// open('whatever.html','NameOfWindow','width=260,height=260');
// }
}
// stop hiding -->
</script>
<!-- Only used for Non IE5 Users -->
<html>
<head>
<title></title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<font size="4"><b>Setting <font color="red">4 Guys From Rolla</font> As Your Start Page</b></font>
<P> </p>
<b>Microsoft Internet Explorer 4.0 and Above Users:</b>
<ol>
<li>From the Internet Explorer pull-down <i>View</i> menu, select <i>Internet Options</i>.
<li>Select the <i>General</i> tab.
<li>Enter in <font color="red">http://www.4guysfromrolla.com</font> in the Address text field and then click the OK button.
</ol>
<b>Microsoft Internet Explorer 3.0 and Below Users:</b>
<ol>
<li>Go to the Address: <font color="red">http://www.4guysfromrolla.com</font>
<li>From the Internet Explorer pull-down <i>View</i> menu, select <i>Options</i>.
<li>Select <i>Start Page</i> from the page menu.
<li>Select the <i>Use Current</i> button and then the OK button.
</ol>
<b>Netscape Navigator 4.0 and Above Users:</b>
<ol>
<li>From the Netscape pull-down <i>Edit</i> menu, select <i>Preferences</i>.
<li>Select <i>Navigator</i> from the Category list.
<Li>In the "Navigator starts with" section, click the <i>Home Page</i> radio button, and enter <font color="red">http://www.4guysfromrolla.com</font> in the Location text entry box in the Home page section.
<li>Click the OK button.
</ol>
<b>Netscape Navigator 3.0 and Below Users:</b>
<ol>
<li>From the Netscape pull-down <i>Options</i> menu, select <i>General Preferences</i>.
<li>Select the <i>Appearance</i> tab.
<li>In the "Startup" section of the page, click the <i>Home Page Location</i> radio button and enter <font color="red">http://www.4guysfromrolla.com</font> in the text entry box below the button.
<li>Click the OK button.
</ol>
</body>
</html>