<!-- 

/*

** File:    checkframeset.js

** Version: 1.0

** Created: 28/08/2001 by Malessa Korotnicki

** Purpose: Checks if the page is outside of its frameset. 

** If true, outputs a mesage to the user and provides a link to the frameset.

*/



if (!top.frames[0]){

   document.writeln("<p align=\"center\"><a href=\"index.html\"><img src=\"images/logo_gs_white.gif\" width=\"160\" height=\"44\" border=\"0\" alt=\"Back to Genesearch frameset\"/></a><br>");

   document.writeln("<small><a href=\"index.html\">Frames</a> | <a href=\"contact.php\">Contact</a> | <a href=\"sitemap.php\">Sitemap</a><br>");

}//end if



//-->