
jQuery(function($){
  $("#gblink").click(function(){
    $.cookie('jQuery_client_language',null,{path:"/"});
    $.cookie('language-jf','jt',{path:"/"});
	location.href=location.href; 

  });
  $("#big5link").click(function(){
    $.cookie('jQuery_client_language',"big5",{path:"/"}); 
    jQuery("body").gb2big5();
    $.cookie('language-jf','ft',{path:"/"});
	location.href=location.href; 
	
  });

  
  var $language = $.cookie('jQuery_client_language'); 
  if($language && $language=="big5"){
    $("body").gb2big5();
    document.title =jtf(document.title);
	$(".bigflash").html("<object id='jf-flash'  width='1000' height='428' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'><param id='jf-param' name='movie' value='/Portals/0/flash/home_v8_20111027_ft.swf' /><param name='wmode' value='transparent' /><param name='quality' value='high' /><embed id='jf-embed' width='1000' height='428' type='application/x-shockwave-flash' wmode='transparent' pluginspage='http://www.macromedia.com/go/getflashplayer' quality='high' src='/Portals/0/flash/home_v8_20111027_ft.swf'></embed></object>");


  }
});

