/*********** ADD TO FAVORITE **********/
function favthis() {	
	var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome') > -1;  
	
	title = "FutureLMT.com"; 
	url = "http://www.futurelmt.com/";
	if(is_chrome){
		alert("Google Chrome is not yet supported, please Bookmark us Manually");
	} else if (window.sidebar) { 
		window.sidebar.addPanel(title, url,"");
	} else if( window.external ) { 
		window.external.AddFavorite( url, title);
	} else if(window.opera && window.print) { 
		return true;
	} 
}