if (parent.location.href == self.location.href){
	//alert("borely");
	document.write("<frameset rows='100%,*' frameborder='no' border='0' framespacing=0>\r\n");
	document.write("<frame src='http://www.golfclub-borely.com' frameborder='no' noresize>\r\n");
	document.write("<frame src='cours_de_golf.html' frameborder='no' noresize>\r\n");
	document.write("</frameset>\r\n");
	document.write("</body></html>");
}