//configure status message to show
var statusmsg="Click to add event to your calendar"

function showstatus(){
window.status=statusmsg
return true
}