function makehomepage()
{

	if (document.all){//
  Element.update('homepagediv','<A HREF="javascript:void[0];" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://www.mumsontop.co.nz\');"><img src="/images/email/home.jpg"/>Make MOT My Homepage</a>');
  
}

else if (document.getElementById){
  //document.write('<a href="http://www.mumsontop.co.nz">Drag this link onto your Home button to make this your Home Page.</a>');
}
else if (document.layers){
 // document.write('<b>Make this site your home page:</b><br>- Go to <b>Preferences</b> in the <B>Edit</B> Menu.<br>- Choose <b>Navigator</b> from the list on the left.<br>- Click on the <b>"Use Current Page"</b> button.');
}
else {
 // document.write('<b>Make this site your home page:</b><br>- Go to <b>Preferences</b> in the <B>Edit</B> Menu.<br>- Choose <b>Navigator</b> from the list on the left.<br>- Click on the <b>"Use Current Page"</b> button.');
}

}
