﻿$(document).ready(
		function(){
		    //Bind Picture Carousel
			$('#rotateThis').innerfade({
				animationtype: 'fade',
				speed: 1000,
				timeout: 5000,
				type: 'sequence',
				containerheight: '100px'
			});
            
            //Bind labels to input boxes
            $("input").labelify();
            
			}
	);


