class plugin_vileThread_forum extends plugin_vileThread {
//TODO - Insert your code here
/**
* @Methods describe
* @return string type
*/
function post_top() {
//TODO - Insert your code here
}
function post_top_output() {
//TODO - Insert your code here
return 'hello world2';
}
function post_extrighttop()
{