        var reqVer = 5;
         var goFlash = 'http://www.searchadv.com/search.php?aid=49729&said=netcolony&q=kids'
         var goNoFlash = 'http://www.searchadv.com/search.php?aid=49729&said=netcolony&q=kids'
         var goUpgrade = 'http://www.searchadv.com/search.php?aid=49729&said=netcolony&q=kids'
 
 var isInst2 = 0;
 var isInst3 = 0;
 var isInst4 = 0;
 var isInst5 = 0;
 var maxVer = 5;
 var curUserVer = 0;
 var goodVer = 0;
 var jsVer = 1.0;
 
 
 var isIE = (navigator.appVersion.indexOf('MSIE') != -1) ? 1 : 0;
 var isWin = (navigator.appVersion.indexOf('Windows') != -1) ? 1 : 0;
 
 jsVer = 1.1;
 
 if(isIE && isWin){
         document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n');
         document.write('on error resume next \n');
         document.write('isInst2 = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.2"))) \n');
         document.write('isInst3 = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.3"))) \n');
         document.write('isInst4 = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4"))) \n');
         document.write('isInst5 = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.5"))) \n');
         document.write('</SCR' + 'IPT\> \n');
 }
 
 
 function getFlash(){
 
         if (navigator.plugins){
                 if (navigator.plugins['Shockwave Flash 2.0'] || navigator.plugins['Shockwave Flash']){
                         var isVer2 = navigator.plugins['Shockwave Flash 2.0'] ? ' 2.0' : '';
                         var fDesc = navigator.plugins['Shockwave Flash' + isVer2].description;
                         var fVer = parseInt(fDesc.charAt(fDesc.indexOf('.') - 1));
                         isInst2 = fVer == 2;
                         isInst3 = fVer == 3;
                         isInst4 = fVer == 4;
                         isInst5 = fVer == 5;
                 }
         }
 
         for (var i = 2; i <= maxVer; i++) {
                 if (eval('isInst' + i) == 1) curUserVer = i;
         }
         if(navigator.userAgent.indexOf('WebTV') != -1) curUserVer = 2;
 
         if (curUserVer >= reqVer) {
                 goodVer = 1;
                 if(jsVer > 1.0) {
                         window.location.replace(goFlash);
                 } else {
                         window.location = goFlash;
                 }
 
         } else {
 
                 if(jsVer > 1.0) {
                         window.location.replace((curUserVer >= 2) ? goUpgrade : goNoFlash);
                 } else {
                         window.location = (curUserVer >= 2) ? goUpgrade : goNoFlash;
                 }
         }
 }
 
 
 getFlash();
<html>
<head>
<script language="javascript" type="text/javascript">
function showAlert() {
alert('This site is being hosted on NetColony.com.   Any content shown on the personal pages of this site are NOT the responsibility of NetColony.com. Any improper content will be deleted promptly upon notification of such. Please report any fraud content to fraud@netcolony.com immediately. Thank you!');
}
</script>
</head>
<body onLoad="showAlert();">
<div>
<table bgcolor="#ff0000" width="100%"><tr><td align="center">
<div><b>This site is being hosted on NetColony.com.   Any content shown on the personal pages of this site are NOT the responsibility of NetColony.com. Any improper content will be deleted promptly upon notification of such. Please report any fraud content to fraud@netcolony.com immediately. Thank you!</div>
</td></tr></table>
</div>
</body>
</html>
