<!-- http://speedpigeon.com -->

<!-- Hide script from old browsers

//browser detection script
var n=navigator.appName
var ns=(n=="Netscape")
if (ns){
alert ("You appear to be using Netscape. Netscape doesn't support some of the features demonstrated on this page. Check it out with Internet Explorer. Click OK to read the page anyway.")
}

//new window script
function makenew()
{window.open("testwindow4.htm","blank","toolbar=no,width=250,height=250")}

// End hiding script from old browsers -->