var text="Memories of an Immigrant"
var speed =100

var x = 0
function bb() {
window.status =text
if (x == text.length) {
x = 0
}
else {
x++
}
setTimeout("bb()",speed)
}
bb();




function addbookmark()
{
bookmarkurl="http://www.mohager.co.sr"
bookmarktitle="Memories Of a freedom seeking"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
