var forumno = 28
if(location.href.match("act=Post&CODE=00&f=" + forumno)){

temp = new Array()
temp[0] = "Please title your topic accordingly, as it will be sorted alphabetically. Your post will be locked automatically but you may edit it at any time."
temp[1] = ""
temp[2] = "Once you have posted, you can share your guide by clicking the 'FaceBook' and 'MySpace' links found bottom right of your topic."
temp[3] = ""
temp[4] = "You may now delete all of this text and proceed with your guide. Thanks."

forms = document.forms['REPLIER']

forms.Post.value = temp[0] + '\n' + temp[1] + '\n' + temp[2] + '\n' + temp[3] + '\n' + temp[4]

}
