function addBookmark()
{
	var bookmarkurl      = "http://www.gamesfree.com/";
	var bookmarktitle    = "Free Games on GamesFree.com";
	var nonie            = 'Sorry, only Mozilla Firefox and Internet Explorer support this method to add a bookmark/favourite\n But please feel free to visit the site\'s home page to add a bookmark manually';

	if (window.sidebar) { // Mozilla Firefox Bookmark
		window.sidebar.addPanel(bookmarktitle, bookmarkurl,"");
	} else if(document.all){ // IE Favourites
		window.external.AddFavorite(bookmarkurl,bookmarktitle);
	} else {
		alert(nonie);
	}
}

function BannerBox1(){
urls    = new Array(4);
urls[0] = "1";
urls[1] = "2";
urls[2] = "3";
urls[3] = "4";

pics    = new Array(4);
pics[0] = "box1-1";
pics[1] = "box1-2";
pics[2] = "box1-3";
pics[3] = "box1-4";

index = Math.floor(Math.random() * urls.length);
url = "<a href='http://www.gamesfree.com/out.php?id=" + urls[index] + "' onMouseOver='window.status='Open'; return true;' target='_blank'><img src='http://images.gamesfree.com/images/" + pics[index] + ".gif' alt='more games' width='100' height='100' border='0'></a>";
return(url);
}

function BannerBox2(){
urls    = new Array(5);
urls[0] = "5";
urls[1] = "6";
urls[2] = "7";
urls[3] = "8";
urls[4] = "9";

pics    = new Array(5);
pics[0] = "box2-1";
pics[1] = "box2-2";
pics[2] = "box2-3";
pics[3] = "box2-4";
pics[4] = "box2-5";

index = Math.floor(Math.random() * urls.length);
url = "<a href='http://www.gamesfree.com/out.php?id=" + urls[index] + "' onMouseOver='window.status='Open'; return true;' target='_blank'><img src='http://images.gamesfree.com/images/" + pics[index] + ".gif' alt='more games' width='100' height='100' border='0'></a>";
return(url);
}

