﻿$("<scri"+"pt>"+"</scr"+"ipt>").attr({src:'SCRIPT/XNP/Calen.js?r='+Math.random(),type:'text/javascript',id:'load'}).appendTo($('head').remove('#loadScript'));

function XUrl(h,s){
    document.location=XNPAUrl+"new_"+h+".html#frames(content="+s+")";
}

//設定Mobile的定義(全小寫)
var mobileAgent = new Array("iphone", "ipod", "ipad", "android", "mobile", "blackberry", "webos", "incognito", "webmate", "bada", "nokia", "lg", "ucweb", "skyfire");
//讀取用戶的瀏覽器資料
var browser = navigator.userAgent.toLowerCase();
var isMobile = false; 
//檢查開始
for (var i=0; i<mobileAgent.length; i++){
    if (browser.indexOf(mobileAgent[i])!=-1){
	isMobile = true;
	//if($.cookie('isMobile')==true){break;}
	//alert(mobileAgent[i]);
	//程式碼(轉址)
	if(confirm('轉址到手機版?'))
	{
	location.href = 'http://www.chengpou.com.mo/mobile/';
	}
	//停止運行迴圈
	break;
    }
}

$(document).ready(function(){
	jQuery("#datepicker").datepicker({changeMonth: true,changeYear: true});
//	$('#datepicker').datepicker('option', $.extend({showMonthAfterYear: false},$.datepicker.regional["zh-TW"]));

    pagetooltip();

    jQuery(".top_head_title_1").click(function(){ window.location='Default.html'; });
	jQuery(".top_head_title_2").click(function(){ window.location='NEWS/THINK/think_list_1.html'; });
	jQuery(".top_head_title_3").click(function(){ window.location='NEWS/PASTRY/pastry_list_1.html'; });
	jQuery(".top_head_title_9").click(function(){ window.location='NEWS/MATHERLAND/matherland_list_1.html'; });
	jQuery(".top_head_title_4").click(function(){ window.location='NEWS/SPECIAL/special_list_1.html'; });
	jQuery(".top_head_title_10").click(function(){ window.location='NEWS/BLOG/Default.html'; });
	jQuery(".top_head_title_5").click(function(){ window.location='NEWS/stale_news.html'; });
	jQuery(".top_head_title_6").click(function(){ window.location='NEWS/about.html'; });
	jQuery(".top_head_title_7").click(function(){ window.location='NEWS/advertisement.html'; });
	jQuery(".top_head_title_8").click(function(){ window.location='Default.html'; });
	jQuery(".top_head_title_11").click(function(){ window.location='http://www.chengpou.com.mo/Book/'; });
	jQuery(".top_head_title_12").click(function(){ window.location='http://www.chengpou.com.mo/Mobile/'; });

//cvi_map.add(document.getElementById('news_page_img'),{opacity: 30, areacolor: '#0099ff', noborder: true});
//tooltip();

});
