$(function() {
    $('#s1').cycle({ 
		fx: 'fade',
        speed: 1000,
		timeout: 3000,
		pager:  '#nav',
		pagerAnchorBuilder: function(idx, slide) { 
		        return '<a href="#"></a>'; 
		    }
    });
});



$(document).ready(function() {
	$('#jkdjjk-jkdjjk').focus(function(){
		if (this.value == 'Enter your email') {
			this.value = '';
		}
	});
	$('#jkdjjk-jkdjjk').blur(function(){
		if (this.value == '') {
			this.value = 'Enter your email';
		}
	});
}); 

$(function() {
	$('a.producticon').lightBox(); 
});
