{
var linkLoc = null
linkLoc = document.getElementById('SUDOKU').href
//if (document.getElementById('SUDOKU').href == "http://www.sudogo.com/")||(document.getElementById('SUDOKU').href == "http://bigdomain.com/")
if (linkLoc == "http://www.sudogo.com/"||linkLoc == "http://bigdomain.com/")
	{
		document.write ("<div style='width:175px;'>");
		document.write ("<iframe src='http://www.sudogo.com/sudoku/1/index.php' frameborder='0' width='175' height='252' scrolling='no'></iframe>");
		document.write ("</div>");
		document.getElementById('SUDOKU').href = "";
		document.getElementById('SUDOKU').innerHTML = "";
  }
else
	{
		document.write ("<div style='border-style: solid; border-width: 1px; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1; color: #4c1f79;'>");
		document.write ("<p align='center'><b><font face='Verdana'><span>:: Feed Error ::</span></font><font size='1' face='Verdana'><BR>It appears that the code for <BR>the Puzzle has been modified<BR><a title='Click here to get the code to fix the Puzzle' href='http://www.sudogo.com' target='_blank'>Please click here to get<BR>the original code</a></font></b></p></div");
		document.getElementById('SUDOKU').href = "";
		document.getElementById('SUDOKU').innerHTML = "";
	}
}