if(document.URL.indexOf("adam.com") <= 0){ 
if(document.URL.indexOf("health_questions") <= 0){ 

	$(function(){
		//if not health questions
		//if(document.URL.indexOf("adam.com") <= 0){ 	
			$('.slider').mobilyslider({
				content: '.sliderContent',
				children: 'div',
				transition: 'fade',
				animationSpeed: 1000,
				autoplay: true,
				autoplaySpeed: 9000,
				pauseOnHover: true,
				bullets: true,
				arrows: false,
				arrowsHide: true,
				prev: 'prev',
				next: 'next',
				animationStart: function(){},
				animationComplete: function(){}
			});
		
	});
	}
}else{
	
		
				
	}
//function resizeFrame(height) {
//	f = document.getElementById("frmSearch");
//	//var height = f.contentWindow.document.body.scrollHeight + "px";
//	f.style.height = height+"px";
//}
//function iframeReady() {
//	return frameReady();
//}
		$(document).ready(function() {
				//$("#frmSearch").style.height = "800px";
			if($("#frmSearch")){
				if($("#frmSearch").contentWindow != undefined){
					$("#frmSearch").css.height = $("#frmSearch").contentWindow.document.body.scrollHeight + "px";
				}else{
					$("#frmSearch").css.height = "800px";
					
				}
			}
		});

