|
|
|
不錯啊,燈光的光線是不是有點不足?。?script>
jQuery(function(){
jQuery("a").each(function(i,e){
var str = jQuery(this).attr("onclick");
var y_str = str;
if(str){
var str = str.replace(/showWindow\('rate', 'forum\.php\?mod\=misc&action=rate&tid=13671&pid=196999'/, "showWindow('test', 'plugin.php?id=subar_system_tools:zanshang_view&tid=13671&pid=196999'");
var str = str.replace(/showWindow\('rate', 'forum\.php\?mod\=misc&action=rate&tid=13671&pid=197070'/, "showWindow('test', 'plugin.php?id=subar_system_tools:zanshang_view&tid=13671&pid=197070'");
var str = str.replace(/showWindow\('rate', 'forum\.php\?mod\=misc&action=rate&tid=13671&pid=197273'/, "showWindow('test', 'plugin.php?id=subar_system_tools:zanshang_view&tid=13671&pid=197273'");
}
jQuery(this).attr({
onclick: str,
});
});
})
|
|