You just need to use the onLoad event to trigger the bookmark function.
Inbetween your page's HEAD /HEAD tags, put:
Code:
<script type="text/javascript">
function bookmarksite() {
if (document.all) { window.external.AddFavorite("http://www.AsianShemaleLinks.com/main.html", " AsianShemaleLinks.com "); }
if (window.sidebar) { window.sidebar.addPanel(" AsianShemaleLinks.com ", "http://www.AsianShemaleLinks.com/main.html", ""); } }
</script>
Then in your BODY tag:
Code:
<BODY onLoad="javascript:bookmarksite();">