$(document).ready(
	function(){
		/*設定呼叫的時間 1000=1秒*/
		var SetTime6 = 2000;
		var SetTime7 = 3000;
		var SetTime8 = 4000;
		var SetTime9 = 5000;
		setTimeout('CallMe6();',SetTime6);
		setTimeout('CallMe7();',SetTime7);
		setTimeout('CallMe8();',SetTime8);
		setTimeout('CallMe9();',SetTime9);
	}
);
/*
*	可將不同區塊放置在不同的CallMe Function裡 來分別呼叫 區塊
*/
function CallMe6(){
	$('#id_ads_03').load('../web_php_ad/index_03.php'); /*讀入中間的廣告*/
	$('#id_ads_02').load('../web_php_ad/index_02.php'); /*讀入中右的FLASH廣告*/
}

function CallMe7(){
	//前四塊小廣告
	$('#id_index_05_01').html('<embed src="http://www.122.com.tw/flex_swf_all/ads190x70x1.swf?net_column_id=202&sw=190&sh=70&vno=6" width="190" height="70" />');
	$('#id_index_05_02').html('<embed src="http://www.122.com.tw/flex_swf_all/ads190x70x1.swf?net_column_id=203&sw=190&sh=70&vno=15" width="190" height="70" />');
	$('#id_index_05_03').html('<embed src="http://www.122.com.tw/flex_swf_all/ads190x70x1.swf?net_column_id=204&sw=190&sh=70&vno=6" width="190" height="70" />');
	$('#id_index_05_04').html('<embed src="http://www.122.com.tw/flex_swf_all/ads190x70x1.swf?net_column_id=205&sw=190&sh=70&vno=15" width="190" height="70" />');
}

function CallMe8(){
	//後四塊小廣告
	$('#id_index_05_05').html('<embed src="http://www.122.com.tw/flex_swf_all/ads190x70x1.swf?net_column_id=206&sw=190&sh=70&vno=6" width="190" height="70" />');
	$('#id_index_05_06').html('<embed src="http://www.122.com.tw/flex_swf_all/ads190x70x1.swf?net_column_id=207&sw=190&sh=70&vno=15" width="190" height="70" />');
	$('#id_index_05_07').html('<embed src="http://www.122.com.tw/flex_swf_all/ads190x70x1.swf?net_column_id=208&sw=190&sh=70&vno=6" width="190" height="70" />');
	$('#id_index_05_08').html('<embed src="http://www.122.com.tw/flex_swf_all/ads190x70x1.swf?net_column_id=209&sw=190&sh=70&vno=15" width="190" height="70" />');
}

function CallMe9(){
	//實体下二塊廣告
	$('#id_index_06_01').html('<embed src="http://www.122.com.tw/flex_swf_all/ads468x60x1.swf?net_column_id=527&sw=468&sh=60&vno=2" width="468" height="60" />');
	$('#id_index_06_02').html('<embed src="http://www.122.com.tw/flex_swf_all/ads468x60x1.swf?net_column_id=528&sw=468&sh=60&vno=6" width="468" height="60" />');
}