$(document).ready(function(){
	cleanKNTA();
	adjustIphone();
	setTimeout(function(){
		adjustColHeight();
		unhide();
	},1000);
	vid();
});
