function addbookmark()
{
    var bookmarkurl = "http://www.baskenttv.com.tr"
    var bookmarktitle = "BASKENTTV.COM.TR"
    if (document.all)
    window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

function googlesearch()
{
    document.gs.submit();
}