/***********************************************
* Email a friend script
***********************************************/
function EmailLink(){
window.location = "mailto:"+"?subject=Australian Asthma Conference 2008, Sydney, Australia: I thought this link might interest you." + "&body= "+document.title+"  "+window.location;
}
/***********************************************
* Bookmark site script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

function bookmarksite(title, url){
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
}