<base href="http://m.naquan.org/" />


<? 

    if (isMobile()) {
        //ƶ
        
        echo file_get_contents("http://m.naquan.org/list/index.html?k=".$tk['title']);
    } else {
        //pc
     
        echo file_get_contents("http://www.naquan.org/cate/index.html?k=".$tk['title']);
    }
    ?>
