//bookmark
var bookmarkurl="http://www.airportexpress.at"
var bookmarktitle="Airportservice Wien"

function add_bookmark ()
{
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

