var forumno = 27
if(location.href.match("act=Post&CODE=00&f=" + forumno)){

temp = new Array()
temp[0] = "[b][list]"
temp[1] = "[*]Size: "
temp[2] = "[*]Offset: "
temp[3] = "[*]Stud pattern: " 
temp[4] = "[*]Price: "
temp[5] = "[*]Location: "
temp[6] = "[*]Contact method: " 
temp[7] = "[/list][/b]"
temp[8] = ""
temp[9] = "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."
temp[10] = ""
temp[11] = "Once your item is sold/found, simply use the MULTI-MODERATION drop down box located BOTTOM LEFT of your topic. This will easily mark your advert as closed and help other Volksdevil users."

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]

}