var forumno = 190
if(location.href.match("act=Post&CODE=00&f=" + forumno)){

temp = new Array()
temp[0] = "[b][list]"
temp[1] = "[*]Price: "
temp[2] = "[*]Location: "
temp[3] = "[*]Contact method: " 
temp[4] = "[/list][/b]"
temp[5] = ""
temp[6] = "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 'Bookmark or Share' button found top right of the forum."
temp[7] = "Use the 'Paypal' button above to insert a payment request form for quick and easy payments through the forum."
temp[8] = ""
temp[9] = "Once your item is sold/found, simply use the MULTI-MODERATION drop down box located BOTTOM LEFT of your topic. This will 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]

}