<!--
/*
copyright http://www.web-stirs.com web designer
*/
// This code will pop out websites that frame this page
if (top.frames.length!=0) {
  top.location=self.document.location;
}
// -->
