if(location.href.match("act=calendar&code=newevent")){

temp = new Array()
temp[0] = "Please delete all of this text after reading."
temp[1] = ""
temp[2] = "If there is a forum topic relating to this event, please add the link in this post. If you view the topic, and copy the address in your browser bar, you can paste it here."
temp[3] = "" 
temp[4] = ""

forms = document.forms['REPLIER']

forms.Post.value = temp[0] + '\n' + temp[1] + '\n' + temp[2] + '\n' + temp[3] + '\n' + temp[4]

}