function bookmarkme()
{	
	if (document.all)
		window.external.AddFavorite("http://www.habibi.hk","Habibi.hk");		
	else if (window.sidebar)
		window.sidebar.addPanel("Habibi.hk", "http://www.habibi.hk", "");
		
}

function bookmarknow(pagetitle,pageurl)
{
	if (document.all)
		window.external.AddFavorite(pageurl,pagetitle);		
	else if (window.sidebar)
		window.sidebar.addPanel(pagetitle, pageurl, "");
}

function confirmclick(theLink, theSqlQuery)
{
    var is_confirmed = confirm(theSqlQuery);

    return is_confirmed;
} // end of the 'confirmLink()' function
