addLoginHandler();
			
			$(document).ready(function() {
			
				$('#loginfields').append("<input name='swidth' type='hidden' value='" + screen.width + "' />"); 
				$('#loginfields').append("<input name='sheight' type='hidden' value='" + screen.height + "' />");
			
				$('.loginmessage').animate({	
					backgroundColor: "#600000"
				}, 2000);
				
				$('.loginmessage').animate({	
					backgroundColor: "#000000"
				}, 2000);
				
				
			
			})
			
			
			$('#featured-container').cycle({ 
			fx:    'scrollLeft',
			easing: 'easeOutBack',
			timeout: 8000
			});
			
