title = 'OP prices, reviews and charts';   
url = 'http://www.compareop.com';
////////////////////////////////////////////////////


function AddToFav() 
{ 
if (window.sidebar) { // Mozilla
	window.sidebar.addPanel(title, url,"");	} 
else if( window.external ) { // IE
	window.external.AddFavorite( url, title); }	
} 

