﻿// JavaScript Document
$(function(){
//load入公版/////////////////////////////////////////////////////////////////////////////////////////////	   
	$("#top_login").load("load/top_logined.htm",function(){
		$.getScript("js/top.js");					   
										   });


	$("#bottom").load("load/bottom.htm");	
	$("#bottom2").load("load/bottom.htm");
		   })
