var forumno = 31
if(location.href.match("act=Post&CODE=00&f=" + forumno)){

temp = new Array()
temp[0] = "[b][list]"
temp[1] = "[*]Year: "
temp[2] = "[*]8v/16v/Vr6: "
temp[3] = "[*]Early/Late spec: " 
temp[4] = "[/list][/b]"
temp[5] = ""
temp[6] = "After filling in the above fields, please delete this text and enter your vehicles details here. Show us pictures, tell us about modifications and update the topic as you go. Once you have posted, you can share your motor by clicking the 'FaceBook' and 'MySpace' links found bottom right of your topic."

forms = document.forms['REPLIER']

forms.Post.value = temp[0] + '\n' + temp[1] + '\n' + temp[2] + '\n' + temp[3] + '\n' + temp[4] + '\n' + temp[5] + '\n' + temp[6]

}
