function tpc(z){var a=document.location.href,d=new Date();a=a.substr(a.lastIndexOf('/')+4)
try{d.setFullYear(parseInt(a.substr(4,4)));d.setMonth(parseInt(a.substr(2,1)=='0'?a.substr(3,1):a.substr(2,2))-1);
d.setDate(parseInt(a.substr(0,1)=='0'?a.substr(1,1):a.substr(0,2)));
}catch(e){d=new Date()}
document.writeln('<p>Topic Created on '+d.toDateString()+' by '+z);
};
