// JavaScript Document
function Framed()
{
if (top.document.title != 'Maya ART') 
	{
		location.href = "index.php"
	}
}

