        
function formFunctions(){


}
 

function goToPrint() {

	if (window.name == 'babywindow'){


		$("#container").append("<strong>Find this content at: </strong>" + location.href);

	}

}

 
 


