function ClearInput(){
	if (document.getElementById("txtEmail").className == "text1"){
		document.getElementById("txtEmail").className = "text2";
	}
}

function showBulten(){	
	document.getElementById("bultenUyelik").style.display = "";
}

function hideBulten(){
	document.getElementById("bultenUyelik").style.display = "none";
}

$(document).ready(function(){
	$("#slider").easySlider({
		auto: true, 
		continuous: true,
		speed: 500
	});

	$("#slider2").easySlider({
		auto: true, 
		continuous: true,
		speed: 500
	});

	var random = Math.ceil(3*Math.random());
	$('.random').each(function(){
	    if ( $(this).attr('id') != "random" + random )
	        $(this).remove();
	});
	
	$('#random' + random).attr('id','hiddenContentRandomFilm');
	
	var random = Math.ceil(8*Math.random());
	$('.random_').each(function(){
	    if ( $(this).attr('id') != "random_" + random )
	        $(this).remove();
	});
	
	$('#random_' + random).attr('id','hiddenContentRandomFilmFilmclub');
	
	$("#promo_slider").easySlider({
		auto: true,
		pause: 7000, 
		continuous: true,
		numeric: true,
		speed: 400
	});
});
