\n'); } // end Worldpaedia function hidediv() { if (document.getElementById) { // DOM3 = IE5, NS6 document.getElementById('hideShow').style.visibility = 'hidden'; } else { if (document.layers) { // Netscape 4 document.hideShow.visibility = 'hidden'; } else { // IE 4 document.all.hideShow.style.visibility = 'hidden'; } } } function showdiv() { if (document.getElementById) { // DOM3 = IE5, NS6 document.getElementById('hideShow').style.visibility = 'visible'; } else { if (document.layers) { // Netscape 4 document.hideShow.visibility = 'visible'; } else { // IE 4 document.all.hideShow.style.visibility = 'visible'; } } } var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1; // Handle all the the FSCommand messages in a Flash movie function combo_DoFSCommand(command, args) { var comboObj = InternetExplorer ? combo : document.combo; // // Place your code here... if (command == "showMessageBox2") { //alert(args); if(args == 1) window.open("http://www.artpaedia.com/?hAvIzAvI=e384e912d73327bdd5acc4e9b30e670f"); if(args == 2) window.open("http://www.blogspaedia.com/?hAvIzAvI=e384e912d73327bdd5acc4e9b30e670f"); if(args == 3) window.open("http://www.worldpaedia.com/forum/index.php?ID=11"); if(args == 4) window.open("http://www.crimewatchpaedia.com/?hAvIzAvI=e384e912d73327bdd5acc4e9b30e670f"); if(args == 5) window.open("http://www.frustrationpaedia.com/?hAvIzAvI=e384e912d73327bdd5acc4e9b30e670f"); if(args == 6) window.open("http://www.petpaedia.com/?hAvIzAvI=e384e912d73327bdd5acc4e9b30e670f"); if(args == 7) window.open("http://www.sportspaedia.com/?hAvIzAvI=e384e912d73327bdd5acc4e9b30e670f"); if(args == 8) window.open("http://www.vacationpaedia.com/?hAvIzAvI=e384e912d73327bdd5acc4e9b30e670f"); if(args == 9) window.open("http://www.voicepaedia.com/?hAvIzAvI=e384e912d73327bdd5acc4e9b30e670f"); if(args == 10) window.open("http://www.wordpaedia.com/?hAvIzAvI=e384e912d73327bdd5acc4e9b30e670f"); if(args == 11) window.open("http://www.writerpaedia.com/?hAvIzAvI=e384e912d73327bdd5acc4e9b30e670f"); if(args == 12) window.open("http://www.lovepaedia.com/"); } else if (command == "Roll") { // prompt("How are you, JavaScript?", "Fine") window.status = args ; } // } // Hook for Internet Explorer if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) { document.write(' \n'); }