var now=new Date();
var status=(now.getSeconds())%4;

function comment()
{
var a1 = "mailto:mikemagee";
var b1 = "why.co.uk?subject=Comment on: " + location.href;
mail_str = a1 + "&#64;" + "&#97;&#115;&#107;" + b1;
mail_str += "&body=Mike, I have the following comments on:  " + document.title;
location.href = mail_str;
}
