// script by http://www.intelliwebtools.com 
var urlAddress = "http://www.moneylaunderingconference.com/2009/default.asp"; 
var pageName = "The moneylaundering.com 14th Annual International Conference & Exhibition"; 
function addToFavorites() { 
if (window.external) { window.external.AddFavorite(urlAddress,pageName)} 
else { alert("Sorry! Your browser doesn't support this feature.");} 
} 
