var myLatLng = new google.maps.LatLng(31.189288075616876, 121.4809349924326);

$(function(){
	
	if(!urlGet){
		var now_num = Math.random();
		if(urlGet){
			now_num = Math.round(now_num*2)+1;
		}else{
			now_num = Math.round(now_num*1)+1;
		}
		
		swfobject.embedSWF(sitePath+"templates/"+now_num+".swf", "hed-pan-flash", "100%", "100%", "9.0.124", false);
		
		
	}
	
	swfobject.embedSWF(sitePath+"templates/intro.swf", "right-flash", "230", "200", "9.0.124", false);
	
	var myOptions = {
		zoom: 14,
		center: myLatLng,
		mapTypeId: google.maps.MapTypeId.ROADMAP
	}
	map = new google.maps.Map(document.getElementById("map-list"), myOptions);
	
	var marker = new google.maps.Marker({
			position: new google.maps.LatLng(31.189288075616876, 121.4809349924326), 
			map: map
		});
		
		markerClick(marker);



});
