$(function(){
	$('div.subscript form #email').bind('focus', function() {
		if($(this).val()=='enter email address') $(this).val('');
	}).bind('blur', function() {
		if($(this).val()=='') $(this).val('enter email address');
	});	
	
	$('div.subscript form').submit(function(){
		var re = /^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i;
		if(re.test(
			$(this).find('#email').val())
		) {
			$.post("/subscribe/", $(this).serialize(), function(data) {
				if(data){
					alert(data);
				}else{
					alert('Thank you for subscribe.');
					$(this).find('#email').val('');
				}		
			});	
		} else {
			alert('Please enter valid email address');
		}
		return false;
	});
	
	$(".banner610x320px").load('home/banner/', function() {
		$("#tabs").tabs({ 
			fx: {
				opacity: 'toggle' 
			}//,
			//event: 'mouseover'
			//,rotate: 1500
		});	   
	});

	$('.box-people, .box-fashion').tabs({ 
		spinner: false,
		event: 'mouseover'
	});


	$('.box-photo-gallery ul li a').fancybox({
		type: 'iframe',
		height: 535,
		width: 711,
		padding: 10,
		margin: 0,
		autoScale: false,
		showCloseButton: false,
		scrolling: 'no'
	});

	if (isIE()) {
		fxIE();
	}
});


function fxIE() {
	$('div.box-photo-gallery > ul > li:nth-child(n+26)').css({
		'display':'none'
	});
	$('div.box-photo-gallery > p:first-child').css({
		'background' : 'url(/assets/images/bg/dot.gif) repeat-x left bottom',
		'color':'#66666',
		'margin':'0',
		'padding':'0 0 5px 4px'
	});
	$('div.box-photo-gallery > ul > li:first-child').css({
		'margin':'0 0 6px',
		'width':'160px'
	});
	
	$('div.box-photo-gallery > ul > li:not(:first-child)').css({
		'display':'block',
		'height':'37px'
	});

	$('div.box-photo-gallery > p:last-child').css({
		'background':'url(/assets/images/dot.gif) repeat-x left top',
		'border-bottom':'#d6d6d6 1px solid',
		'padding':'5px 0 5px 3px',
		'margin-top':'-10px'
	});
	$('div.box-photo-gallery > p:last-child > a').css({
		'background':'url(/assets/images/bullet/bullet-view-all.gif) no-repeat 37px 3px',
		'padding':'0 20px 0 0'
	});

	$('div.box-photo-gallery > ul > li:nth-child(2),div.box-photo-gallery > ul > li:nth-child(3),div.box-photo-gallery > ul > li:nth-child(5),div.box-photo-gallery > ul > li:nth-child(6),div.box-photo-gallery > ul > li:nth-child(8),div.box-photo-gallery > ul > li:nth-child(9),div.box-photo-gallery > ul > li:nth-child(11),div.box-photo-gallery > ul > li:nth-child(12),div.box-photo-gallery > ul > li:nth-child(14),div.box-photo-gallery > ul > li:nth-child(15),div.box-photo-gallery > ul > li:nth-child(17),div.box-photo-gallery > ul > li:nth-child(18),div.box-photo-gallery > ul > li:nth-child(20),div.box-photo-gallery > ul > li:nth-child(21),div.box-photo-gallery > ul > li:nth-child(23),div.box-photo-gallery > ul > li:nth-child(24)').css({
		'width':'55px'
	});
	$('div.box-photo-gallery > ul > li:nth-child(4),div.box-photo-gallery > ul > li:nth-child(7),div.box-photo-gallery > ul > li:nth-child(10),div.box-photo-gallery > ul > li:nth-child(13),div.box-photo-gallery > ul > li:nth-child(16),div.box-photo-gallery > ul > li:nth-child(19),div.box-photo-gallery > ul > li:nth-child(22),div.box-photo-gallery > ul > li:nth-child(25)').css({
		'width':'50px'
	});

	$('div.box-photo-gallery > ul > li:nth-child(2),div.box-photo-gallery > ul > li:nth-child(3),div.box-photo-gallery > ul > li:nth-child(5),div.box-photo-gallery > ul > li:nth-child(6),div.box-photo-gallery > ul > li:nth-child(8),div.box-photo-gallery > ul > li:nth-child(9),div.box-photo-gallery > ul > li:nth-child(11),div.box-photo-gallery > ul > li:nth-child(12),div.box-photo-gallery > ul > li:nth-child(14),div.box-photo-gallery > ul > li:nth-child(15)').css({
		'background':'url(assets/images/home/bg/bg-grey-cross.gif) no-repeat right bottom'
	});
}
