自我介紹
關於路跑的精采故事、知識分享、訓練心得、參賽記錄、鞋測等,盡在運動邦路跑!
function processHeadLine(data)
{
window.location.href = data;
}
jQuery(document).ready(function() {
jQuery.ajax({
'url':'http://channelsport.events.pixnet.net/api.php?type=geturl&user=runningbang&art='+document.location,
'dataType':'jsonp',
'jsonp':'processHeadLine',
'data':{'callback':'processHeadLine'}
});
});