$(function(){
	$('#subscribe form').validate({
		rules: {
			email: {
				required: true,
				email: true
			}
		},
		submitHandler: function() {
			$.post('/subscribe/', $('#subscribe form').serialize(), function(data) {
				$('#warp-email').html(data);
				$('#subscribe form').bind('submit', function() {
					return false;
				});
			});
		}
	});	



	$('#email').focus(function(){
		if($(this).val() != '') $(this).val('');
	}).blur(function(){
		if($(this).val() == '') $(this).val('รับข่าวสารสำคัญจากเรา');
	});

	$('#b_contact').fancybox({
		width: 500,
		height: 500,
		margin: 0,
		padding: 0,
		showCloseButton: false,
		scrolling: 'no',
		hideOnOverlayClick: false,
		overlayColor: '#FFC30D',
		overlayOpacity: 0.5
	});

	if ($.browser.msie && $.browser.version<7) {
		$('#apDiv1 p').fixPNG();
	}
});

function callRegister() {
	$.fancybox({
		href: '/profile/register/',
		type: 'iframe',
		width: 1000,
		height: 500,
		margin: 0,
		padding: 0,
		showCloseButton: false,
		scrolling: 'no',
		hideOnOverlayClick: false,
		overlayColor: '#FFC30D',
		overlayOpacity: 0.5
	});
}
swfobject.embedSWF("/flash/index_v1.swf", "swf", "100%", "100%", "9.0.0","/scripts/swfobject/expressInstall.swf", {}, {quality: 'best',wmode: 'transparent',menu: 'false',scale: 'noscale'});
