Forum Moderators: open
But personally you won't need this, because there is the thing called bookmark (add to favourite)
The script you want, I don't really know it, because usually thats are implemented on the pr0n site, so I don't bother to find it out.
But to bookmark them you can use this
<script language=javascript>
function addbookmark()
{
if (document.all)
window.external.AddFavorite("http://www.yoursite.com", "description of your site");
}
</script>
Put that in between <head></head>
then a link <a href=# onclick="addbookmark()">Bookmark me</a>
Sorry for unable to provide what you want.