	if(window.top.location.toString().indexOf("vestlihouse.com") > 0) {
		/*
			window.onload = function() {
			clientheight  = document.body.clientHeight 
			clientwidth  = document.body.clientWidth

			anim1 = setInterval(function(){
				if (document.getElementById('middle').style.pixelHeight > clientheight -10) {
					clearInterval(anim1);
					document.getElementById('middle').style.height = '100%';				
				} else {
					document.getElementById('middle').style.pixelHeight += 30;
				}
			}, 5);

			document.getElementById('s3').style.height = clientheight;
			document.getElementById('s3').style.width = clientwidth;	
			
			document.body.onresize = function() {
				document.getElementById('s3').style.height = document.body.clientHeight;
				if (document.body.clientWidth > 800) {
					document.getElementById('s3').style.width = document.body.clientWidth;
				}
			}
			*/
	//	}

		$(function() {
		    setTimeout(function() {
			$('#s3').cycle({ 
			    fx:'fade',
			    delay: 1000,
			    pause:  0,
			    random: 1,
			    speed: 2000,
			    timeout:	2000
			});
			});
		});
	}
