<!-- Begin
function isPPC() {

if (navigator.appVersion.indexOf("PPC") != -1) return true;
else return false;
}
var storyAddress = window.location.href;
var encodedStoryAddress = escape(storyAddress);
if(isPPC()) {
}
else {
      document.write('<A title="Email this link to a friend" HREF=\"mailto:\?subject\=Icoco Coffee, Point Chev, Auckland. &body\=  Take a look at this: ' + encodedStoryAddress + '\" >Email this link to a friend<\/A> ');
}

// End -->


