/**
 * ___LandingPage___
 *  
 * @author ciskavriezenga
 */



/*================================================================================ */
/*______________________________ LandingPage CLASS _______________________________ */
/*================================================================================ */

/*
 * @constructor Intouch constructor of Intouch
 */


IT.LandingPage = function(){
	IT.Log.stream("LandingPage: inside LandingPage constructor");
	//get landingPage container for buttons
	this.container = $("#landPButContainer");
	
}

