var forumno = 1
if(location.href.match("act=Post&CODE=00&f=" + forumno)){

temp = new Array()
temp[0] = "Hello and welcome to CorradoG60.co.uk."
temp[1] = "Please introduce yourself here and tell us your name, where you are and what you drive."
temp[2] = ""
temp[3] = "You may now delete all of this text and proceed with your introduction. Thanks."

forms = document.forms['REPLIER']

forms.Post.value = temp[0] + '\n' + temp[1] + '\n' + temp[2] + '\n' + temp[3]

}
