var forumno = 23
if(location.href.match("act=Post&CODE=00&f=" + forumno)){

temp = new Array()
temp[0] = "[b][list]"
temp[1] = "[*]Model: "
temp[2] = "[*]Year: "
temp[3] = "[*]Mot: " 
temp[4] = "[*]Tax: "
temp[5] = "[*]Mileage: "
temp[6] = "[*]Location: "
temp[7] = "[*]Contact method: "
temp[8] = "[*]Price: "
temp[9] = "[/list][/b]"
temp[10] = ""
temp[11] = "After filling in the above fields, please delete this text and enter your description here. Once your advert is posted, you can share it 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] + '\n' + temp[7] + '\n' + temp[8] + '\n' + temp[9] + '\n' + temp[10]  + '\n' + temp[11]

}
