// JavaScript Document

var bookmarkurl="http://www.consoleclan.org/forum/index.php?act=uportal"
var bookmarktitle="Console Clan - Il Portale"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}