if(location.href.match(/\/topic\//i)){
var newtop = "http://i928.photobucket.com/albums/ad130/imhieu/new_thread.gif"
var ilink = $(".topic-buttons a").eq(0).attr("href");
var newlink = ilink.split("?");
var newtype = ilink.split("&");
$(".topic-buttons a").before("

");
}