<!-- START OF Default Start Up Page Link (IE) DHTML -->
<!-- SUMMARY BRIEF
This code makes a link that will set the user's
default start up page (homepage) to whatever
link you specify.
You can change the URL (http://www.saman-golestani.tripod.com)
to anything else you want. You can also change
the Link Text in the code below. Make sure not
to change any other code.
-->
<!-- Put this code wherever you want the link to be in your page. -->
<font face="Tahoma" size="2" color="#008000">
<a class="chlnk" style="cursor:hand; text-decoration:none; font-weight:700"
onClick="this.style.behavior='url(#default#homepage)';
this.setHomePage('http://www.webloger.com/');">
Click here to make Webloger your default homepage!
</a>
</font>
<!-- END OF Default Start Up Page Link (IE) DHTML -->