// © Ryan Lynd Design 2008

//*****iFrame Restore******//
//var parentHandshake:Boolean=false;
//function Handshake(childLink) {
	if (parent.parentHandshake==true) {

		//alert("handshake made");
		//alert(document.getElementById('frame2').src);
	}
	else {
		//alert("no handshake");
		var childLink = 'http://'+location.hostname+'/index.html?frame2='+location.pathname;
		window.open(childLink, '_self');
		}

//}
//*****iFrame Restore******//