function CreateBookmarkLink() {
	title = "Danh bạ website lớn nhất Việt Nam"; 
	url = "http://vnnsearch.com";
	if (window.sidebar) { // Mozilla Firefox Bookmark
		window.sidebar.addPanel(title, url,"");
	} else if( window.external ) { // IE Favorite
		window.external.AddFavorite( url, title); }
	else if(window.opera && window.print) { // Opera Hotlist
		return true; }
}
jQuery.noConflict();
jQuery( function(){
    // default settings
    jQuery.Tooltip.defaults = jQuery.extend( jQuery.Tooltip.defaults, {
        delay      : 0,
        showURL    : false,
        //showBody   : " - ",
        // left       : -100,
        track      : true
    });
    // initialize
    jQuery( 'a' ).Tooltip();
    // with different css
    //jQuery( '#list2 span' ).Tooltip({ extraClass: 'darktip' });

	/*jQuery("div.vip").hover(function() {
		jQuery(this).css({'z-index' : '1000'});
		jQuery(this).find('img').addClass("hover").stop()
			.animate({
				marginTop: '-110px', 
				marginLeft: '-110px', 
				top: '70%', 
				left: '70%', 
				width: '240px', 
				height: '180px',
				padding: '10px'
			}, 200);
		
		} , function() {
		jQuery(this).css({'z-index' : '0'});
		jQuery(this).find('img').removeClass("hover").stop()
			.animate({
				marginTop: '0', 
				marginLeft: '0',
				top: '0', 
				left: '0', 
				width: '120px', 
				height: '90px', 
				padding: '1px'
			}, 400);
	});
	
	//Swap Image on Click
		jQuery("div.vip a").click(function() {
			
			
			return false;		
		});
	*/ 
});
	

