function AddReferralCode() {
var links = this.getElementsByTagName("A");
if (links && (links.length != 0)) {
var smugLink = links.item(0);
smugLink.href = "http://www.smugmug.com/?referrer=JSSIQkEPuQ4vo";
}
}
YE.onAvailable('footer', AddReferralCode);


function openWindow (name,width,height) {
var options='width=' + width + ',height=' + height;
window.open('',name,options);
return true;
}

SM.SmugMug.config.size = 'resizeable'; // will this show smugmug small?