//Frames Test Function
//by Bob Miller
//ver 2.00 June 20, 2004


<!--
function chkForFrames()
{
if(top.frames.length > 0){ 
 top.location.href = "http://www.skywriting.net";
}}
//-->