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

