// JavaScript Document
function checkFrame() {
if (top.location==self.location)  {
	document.getElementById('noFrame').style.display = 'block';
}
}
