jQuery(document).ready(function () {	
		
$('.wp_bannerize_topbanner ul').aviaSlider({
	blockSize: {height: 3, width:'full'},
	display: 'bottomright',
	transition: 'fade',
	betweenBlockDelay:10,
	showText: false,	
	animationSpeed: 400,
	switchMovement: true
});

$('input#field_email').focus(function(){
	if (this.value == this.defaultValue){
        	this.value = '';
    	}
});


});
