// JavaScript Document

var photo_img = ".post_event_photobox img";
var height;
var width;
var height_set;

$(function(){
	$('.post_event_photobox img').load(function(){
		height = $(this).attr('height');
		width = $(this).attr('width');
		if(width > height){
				if(width > 190){
					$(this)
					.css('width','190px')
					.css('margin-top',(200-height)/2+'px');
					height_set = $(this).attr("height");
					$(this).css('margin-top',(200-height_set)/2+'px');
				};
		}else{
				if(height > 190){
					$(this)
					.css('height','190px')
					.css('margin-top',(200-height)/2+'px');
					height_set = $(this).attr('height');
					$(this).css('margin-top',(200-height_set)/2+'px');
					
				};
		};
	});
});

//以下IE6用
$(function(){
		height = $('#photoimg1').attr('height');
		width = $('#photoimg1').attr('width');
		if(width > height){
				if(width > 190){
					$('#photoimg1')
					.css('width','190px')
					.css('margin-top',(200-height)/2+'px');
					height_set = $('#photoimg1').attr("height");
					$('#photoimg1').css('margin-top',(200-height_set)/2+'px');
				};
		}else{
				if(height > 190){
					$('#photoimg1')
					.css('height','190px')
					.css('margin-top',(200-height)/2+'px');
					height_set = $('#photoimg1').attr('height');
					$('#photoimg1').css('margin-top',(200-height_set)/2+'px');
					
				};
		};
});

$(function(){
		height = $('#photoimg2').attr('height');
		width = $('#photoimg2').attr('width');
		if(width > height){
				if(width > 190){
					$('#photoimg2')
					.css('width','190px')
					.css('margin-top',(200-height)/2+'px');
					height_set = $('#photoimg2').attr("height");
					$('#photoimg2').css('margin-top',(200-height_set)/2+'px');
				};
		}else{
				if(height > 190){
					$('#photoimg2')
					.css('height','190px')
					.css('margin-top',(200-height)/2+'px');
					height_set = $('#photoimg2').attr('height');
					$('#photoimg2').css('margin-top',(200-height_set)/2+'px');
					
				};
		};
});

$(function(){
		height = $('#photoimg3').attr('height');
		width = $('#photoimg3').attr('width');
		if(width > height){
				if(width > 190){
					$('#photoimg3')
					.css('width','190px')
					.css('margin-top',(200-height)/2+'px');
					height_set = $('#photoimg3').attr("height");
					$('#photoimg3').css('margin-top',(200-height_set)/2+'px');
				};
		}else{
				if(height > 190){
					$('#photoimg3')
					.css('height','190px')
					.css('margin-top',(200-height)/2+'px');
					height_set = $('#photoimg3').attr('height');
					$('#photoimg3').css('margin-top',(200-height_set)/2+'px');
					
				};
		};
});

$(function(){
		height = $('#photoimg4').attr('height');
		width = $('#photoimg4').attr('width');
		if(width > height){
				if(width > 190){
					$('#photoimg4')
					.css('width','190px')
					.css('margin-top',(200-height)/2+'px');
					height_set = $('#photoimg4').attr("height");
					$('#photoimg4').css('margin-top',(200-height_set)/2+'px');
				};
		}else{
				if(height > 190){
					$('#photoimg4')
					.css('height','190px')
					.css('margin-top',(200-height)/2+'px');
					height_set = $('#photoimg4').attr('height');
					$('#photoimg4').css('margin-top',(200-height_set)/2+'px');
					
				};
		};
});

$(function(){
		height = $('#photoimg5').attr('height');
		width = $('#photoimg5').attr('width');
		if(width > height){
				if(width > 190){
					$('#photoimg5')
					.css('width','190px')
					.css('margin-top',(200-height)/2+'px');
					height_set = $('#photoimg5').attr("height");
					$('#photoimg5').css('margin-top',(200-height_set)/2+'px');
				};
		}else{
				if(height > 190){
					$('#photoimg5')
					.css('height','190px')
					.css('margin-top',(200-height)/2+'px');
					height_set = $('#photoimg5').attr('height');
					$('#photoimg5').css('margin-top',(200-height_set)/2+'px');
					
				};
		};
});
