/*
 * Author: TaopaiC [ http://pctao.org ]
 * 本 著作 係採用創用 CC 姓名標示-非商業性-相同方式分享 2.5 台灣 授權條款授權.
 *   ( http://creativecommons.org/licenses/by-nc-sa/2.5/tw/ )
 * 例外: 非當教材使用時, 使用 WTFPL 授權 ( http://sam.zoy.org/wtfpl/ )
 */

var appid = "qEFVvWDV34GAXxU.u9GibrknuEn4QiymhEsmde08pB8M_lDrRkf4wa6J4fgetw--";
var ylurl = "http://tw.lifestyle.yahooapis.com/v0.1/"
var pipeurl = "http://pipes.yahoo.com/pipes/pipe.run?_id=6d023b101b9afccd59ed9b284cbe54f3&_render=json&version=v0.1";

var testdata;

function doBizGetDetails() {
	url = pipeurl + "&fun=Biz.getDetails";
	url += "&appid=" + $("input[name=appid]").val();
	url += "&ID=" + $("#bizgd input[name=ID]").val();
	$.getJSON(url, function(feed) {
		testdata = feed;
	} );
}

$(function() {
	initPage();
});


