updatecontent="Lots of updates this week!
* Corrected a few minor issues with some of the older episodes, mostly color and name corrections.
( Thanks to Jironobou for finding some of these )
* Uploaded Episode 8 - \"Waterle-ism\"
* Corrected some link and display issues in the archives, also re-ordered it to block last first.
* Added this little spot for more communication and update information.
* Corrected Shang Tsungs' profile picture in the Karacters menu.- Ratcoon2";
blue=0;
green=0;
purple=0;
red=0;
turq=0;
yellow=0;
grey=0;
rainbow=0;
goodorevil="evil";
function spower2()
{
document.getElementById('characters1').style.display="none";
document.getElementById('characters2').style.display="none";
document.getElementById('goev').style.display="none";
}
function pranger()
{
prangers=blue+green+purple+red+turq+yellow+grey+rainbow;
if (prangers==6)
{
rainbow=7;
document.backc.style.display="none";
hcmenudown();
}
}
function pranger2()
{
document.pgrey.style.display="block";
document.pneg.style.display="block";
document.backc.style.display="block";
document.backc.style.top="435";
}
function pranger3()
{
document.pgrey.style.display="none";
document.pneg.style.display="none";
document.backc.style.display="none";
document.backc.style.top="334";
}
function nblue()
{
blue=1;
document.pblue.src="nblue.png";
}
function hblue()
{
document.pblue.src="pblue.png";
pranger();
}
function ngreen()
{
green=1;
document.pgreen.src="ngreen.png";
}
function hgreen()
{
document.pgreen.src="pgreen.png";
pranger();
}
function npurple()
{
purple=1;
document.ppurple.src="npurple.png";
}
function hpurple()
{
document.ppurple.src="ppurple.png";
pranger();
}
function nturq()
{
turq=1;
document.pturq.src="nturq.png";
}
function hturq()
{
document.pturq.src="pturq.png";
pranger();
}
function nred()
{
red=1;
document.pred.src="nred.png";
}
function hred()
{
document.pred.src="pred.png";
pranger();
}
function nyellow()
{
yellow=1;
document.pyellow.src="nyellow.png";
}
function hyellow()
{
document.pyellow.src="pyellow.png";
pranger();
}
function ngrey()
{
grey=1;
document.pgrey.src="ngrey.png";
}
function hgrey()
{
document.pgrey.src="pgrey.png";
pranger();
}
function nneg()
{
neg=1;
document.pneg.src="nneg.png";
}
function hneg()
{
document.pneg.src="pneg.png";
pranger();
}
function evilside()
{
document.getElementById('characters1').style.display="none";
document.getElementById('characters2').style.display="block";
goodorevil="good";
}
function goodside()
{
document.getElementById('characters2').style.display="none";
document.getElementById('characters1').style.display="block";
goodorevil="evil";
}
function goodevil()
{
if (goodorevil=="good")
{
goodside();
}
else if (goodorevil=="evil")
{
evilside();
}
}
function cmenudown()
{
setTimeout("cmenudown2();",1);
}
function cmenudown2()
{
cmenu=cmenu+5;
document.select.style.top=cmenu,'px';
if (cmenu!=0)
cmenudown();
if (cmenu==0)
{
goodside();
document.getElementById('goev').style.display="block";
blockbackc1();
}
}
function cmenuup()
{
spower2();
setTimeout("cmenuup2();",1);
}
function cmenuup2()
{
cmenu=cmenu-5;
document.select.style.top=cmenu,'px';
if (cmenu==-480)
menudown();
if (cmenu!=-480)
cmenuup();
}
cmenu=-480;
function dmenudown()
{
setTimeout("dmenudown2();",1);
}
function dmenudown2()
{
dmenu=dmenu+5;
document.dmenu.style.top=dmenu,'px';
if (dmenu!=0)
dmenudown();
}
function dmenuup()
{
setTimeout("dmenuup2();",1);
}
function dmenuup2()
{
dmenu=dmenu-5;
document.dmenu.style.top=dmenu,'px';
if (dmenu==-480)
menudown();
if (dmenu!=-480)
dmenuup();
}
dmenu=-350;
function pmenudown()
{
setTimeout("pmenudown2();",1);
}
function pmenudown2()
{
pmenu=pmenu+5;
document.pmenu.style.top=pmenu,'px';
if (pmenu!=0)
pmenudown();
}
function pmenuup()
{
setTimeout("pmenuup2();",1);
}
function pmenuup2()
{
pmenu=pmenu-5;
document.pmenu.style.top=pmenu,'px';
if (pmenu==-480)
menudown();
if (pmenu!=-480)
pmenuup();
}
pmenu=-350;
function hcmenudown()
{
setTimeout("hcmenudown2();",1);
}
function hcmenudown2()
{
hcmenu=hcmenu+2;
document.kmenu.style.top=hcmenu,'px';
if (hcmenu!=190)
hcmenudown();
if (hcmenu==190)
pranger2();
}
function hcmenudown3()
{
setTimeout("hcmenudown4();",1);
}
function hcmenudown4()
{
hcmenu=hcmenu+5;
document.kmenu.style.top=hcmenu,'px';
if (hcmenu!=90)
hcmenudown3();
}
function hcmenuup()
{
rainbow=0;
blue=0;
green=0;
purple=0;
red=0;
turq=0;
yellow=0;
grey=0;
rainbow=0;
pranger3();
setTimeout("hcmenuup2();",1);
}
function hcmenuup2()
{
hcmenu=hcmenu-5;
document.kmenu.style.top=hcmenu,'px';
if (hcmenu!=-390)
hcmenuup();
}
hcmenu=-390;
function menudown()
{
setTimeout("menudown2();",1);
}
function menudown2()
{
menu=menu+5;
document.menu.style.top=menu,'px';
if (menu!=0)
menudown();
}
function menuup()
{
setTimeout("menuup2();",1);
}
function menuup2()
{
menu=menu-5;
document.menu.style.top=menu,'px';
if (menu==-330&&menutype=="karakters")
{cmenudown();hcmenudown4();}
if (menu==-330&&menutype=="downloads")
{dmenudown();}
if (menu==-330&&menutype=="products")
{pmenudown();}
else if (menu!=-330)
{menuup();}
}
menu=-330;
function menucharacterson()
{
document.menu.src="style/menukaraktersmk"+mkt+"on.jpg";
}
function menuoff()
{
document.menu.src="style/menumk"+mkt+".jpg";
}
function menuarchiveson()
{
document.menu.src="style/menuarchivesmk"+mkt+"on.jpg";
}
function menudownloadson()
{
document.menu.src="style/menudownloadsmk"+mkt+"on.jpg";
}
function menuproductson()
{
document.menu.src="style/menuproductsmk"+mkt+"on.jpg";
}
function menufeedbackon()
{
document.menu.src="style/menufeedbackmk"+mkt+"on.jpg";
}
function menulinkson()
{
document.menu.src="style/menulinksmk"+mkt+"on.jpg";
}
function dmenuoff()
{
document.dmenu.src="style/dmenumk"+mkt+".jpg";
}
function dmenumainmenuon()
{
document.dmenu.src="style/dmenumainmenumk"+mkt+"on.jpg";
}
function dmenuiconson()
{
document.dmenu.src="style/dmenuiconsmk"+mkt+"on.jpg";
}
function dmenuwallpaperson()
{
document.dmenu.src="style/dmenuwallpapersmk"+mkt+"on.jpg";
}
function dmenupodcaston()
{
document.dmenu.src="style/dmenupodcastmk"+mkt+"on.jpg";
}
function dmenuotheron()
{
document.dmenu.src="style/dmenuothermk"+mkt+"on.jpg";
}
function pmenuoff()
{
document.pmenu.src="style/pmenumk"+mkt+".jpg";
}
function pmenumainmenuon()
{
document.pmenu.src="style/pmenumainmenumk"+mkt+"on.jpg";
}
function pmenumenson()
{
document.pmenu.src="style/pmenumensmk"+mkt+"on.jpg";
}
function pmenuwomenson()
{
document.pmenu.src="style/pmenuwomensmk"+mkt+"on.jpg";
}
function pmenuhatson()
{
document.pmenu.src="style/pmenuhatsmk"+mkt+"on.jpg";
}
function pmenuotheron()
{
document.pmenu.src="style/pmenuothermk"+mkt+"on.jpg";
}
function kmenuoff()
{
document.kmenu.src="style/kmenumk"+mkt+".jpg";
document.select.src="style/menus1mk"+mkt+".jpg";
}
function kmenumainon()
{
document.kmenu.src="style/kmenumainmk"+mkt+"on.jpg";
}
function kmenu1on()
{
document.select.src="style/kmenu1mk"+mkt+"on.jpg";
}
function kmenu2on()
{
document.select.src="style/kmenu2mk"+mkt+"on.jpg";
}
function kmenu3on()
{
document.select.src="style/kmenu3mk"+mkt+"on.jpg";
}
function kmenu4on()
{
document.select.src="style/kmenu4mk"+mkt+"on.jpg";
}
function kmenu5on()
{
document.select.src="style/kmenu5mk"+mkt+"on.jpg";
}
function kmenu6on()
{
document.select.src="style/kmenu6mk"+mkt+"on.jpg";
}
function kmenu7on()
{
document.kmenu.src="style/kmenu7mk"+mkt+"on.jpg";
}
function kmenu8on()
{
document.kmenu.src="style/kmenu8mk"+mkt+"on.jpg";
}
function blockbackc1()
{
document.backc.style.display="block";
}
function stylemk()
{
var ran_unrounded=Math.random()*4;
var ran_number=Math.round(ran_unrounded);
mkt=ran_number;
if(mkt==0)
{
stylemk();
}
if(mkt==1)
{
document.getElementById('mkts').innerHTML='









';
document.getElementById('menu').src="style/menumk1.jpg";
document.getElementById('dmenu').src="style/dmenumk1.jpg";
document.getElementById('pmenu').src="style/pmenumk1.jpg";
document.getElementById('kmenu').src="style/kmenumk1.jpg";
document.getElementById('select').src="style/menus1mk1.jpg";
}
if(mkt==2)
{
document.getElementById('mkts').innerHTML='





';
document.getElementById('menu').src="style/menumk2.jpg";
document.getElementById('dmenu').src="style/dmenumk2.jpg";
document.getElementById('pmenu').src="style/pmenumk2.jpg";
document.getElementById('kmenu').src="style/kmenumk2.jpg";
document.getElementById('select').src="style/menus1mk2.jpg";
}
if(mkt==3)
{
document.getElementById('mkts').innerHTML='






';
document.getElementById('menu').src="style/menumk3.jpg";
document.getElementById('dmenu').src="style/dmenumk3.jpg";
document.getElementById('pmenu').src="style/pmenumk3.jpg";
document.getElementById('kmenu').src="style/kmenumk3.jpg";
document.getElementById('select').src="style/menus1mk3.jpg";
}
if(mkt==4)
{
document.getElementById('mkts').innerHTML='







';
document.getElementById('menu').src="style/menumk4.jpg";
document.getElementById('dmenu').src="style/dmenumk4.jpg";
document.getElementById('pmenu').src="style/pmenumk4.jpg";
document.getElementById('kmenu').src="style/kmenumk4.jpg";
document.getElementById('select').src="style/menus1mk4.jpg";
}
}
//-- Secret Character Change
function mktsecret1()
{
document.secrets1.src="Secrets/mk1.gif";
}
function mktsecret2()
{
document.secrets2.src="Secrets/mk2.gif";
}
function mktsecret3()
{
document.secrets3.src="Secrets/mk3.gif";
}
function mktsecret4()
{
document.mk45.src="Secrets/mk4.gif";
}
//-- Secret Randomize
function secrets()
{
var ran_unrounded=Math.random()*500000;
var ran_number=Math.round(ran_unrounded);
secretblock=ran_number;
setTimeout("secrets2();",ran_number);
var ran_unrounded=Math.random()*6;
var ran_number=Math.round(ran_unrounded);
mkt2=ran_number;
}
//-- Secret block
function secrethide()
{
document.getElementById('secretsdiv').style.display="none";
}
function secrets2()
{
document.getElementById('secretsdiv').style.display="block";
if (mkt==1)
{
mktsecret1();
document.secretst1.src="Secrets/mkt"+mkt2+".gif";
}
if (mkt==2)
{
mktsecret2();
document.secretst2.src="Secrets/mkt"+mkt2+".gif";
}
if (mkt==3)
{
mktsecret3();
document.secretst3.src="Secrets/mkt"+mkt2+".gif";
}
if (mkt==4)
{
mktsecret4();
document.secretst4.src="Secrets/mkt"+mkt2+".gif";
}
setTimeout("secrethide();",10000);
}
function prevon()
{
document.prev.src="../../main/prevon.png";
}
function currenton()
{
document.curr.src="../../main/currenton.png";
}
function nexton()
{
document.next.src="../../main/nexton.png";
}
function discusson()
{
document.discuss.src="../../main/discusson.png";
}
function prevoff()
{
document.prev.src="../../main/prevoff.png";
}
function firstoff()
{
document.first.src="../../main/firstoff.png";
}
function firston()
{
document.first.src="../../main/firston.png";
}
function currentoff()
{
document.curr.src="../../main/currentoff.png";
}
function nextoff()
{
document.next.src="../../main/nextoff.png";
}
function discussoff()
{
document.discuss.src="../../main/discussoff.png";
}
function episodecover()
{
document.writeln('
');
}
function nextprevmenu()
{
prev=episode-1;
next=episode+1;
document.writeln('
');
document.writeln('
');
document.writeln('
');
document.writeln('
');
document.writeln('
');
if (typeof forum!='undefined' && forum!="")
{
document.writeln('
');
}
//document.writeln(''+episodetitle+'
');
//document.writeln("");
}
function episodeuncover()
{
document.pngone.style.display="block";
document.coin.style.display="block";
document.nextprev.style.display="block";
document.prev.style.display="block";
document.first.style.display="block";
document.next.style.display="block";
document.curr.style.display="block";
document.logo.style.display="none";
}
function episodeuncovercurrent()
{
document.pngone.style.display="block";
document.coin.style.display="block";
document.nextprev.style.display="block";
document.prev.style.display="block";
document.first.style.display="block";
document.next.style.display="none";
document.curr.style.display="block";
document.logo.style.display="none";
}
function episodeuncovertutorial()
{
document.pngone.style.display="block";
document.coin.style.display="block";
document.nextprev.style.display="block";
document.prev.style.display="none";
document.first.style.display="none";
document.next.style.display="block";
document.curr.style.display="block";
document.logo.style.display="none";
}
function episodeuncoverfirst()
{
document.pngone.style.display="block";
document.coin.style.display="block";
document.nextprev.style.display="block";
document.prev.style.display="none";
document.first.style.display="block";
document.next.style.display="block";
document.curr.style.display="block";
document.logo.style.display="none";
}
function episodeuncoverfeedback()
{
document.nextprev.style.display="block";
document.first.style.display="block";
document.curr.style.display="block";
}
function episodeuncoverforum()
{
document.pngone.style.display="block";
document.coin.style.display="block";
document.nextprev.style.display="block";
document.prev.style.display="none";
document.first.style.display="block";
document.next.style.display="none";
document.curr.style.display="block";
document.logo.style.display="none";
}
function koin()
{
document.coin.style.display="none";
}
function title()
{
document.writeln('M.M.K.R. Episode ',episode,', ',episodetitle,'');
top.document.title = document.title;
}
function p1()
{
document.p1.style.display="block";
}
function p2()
{
document.p2.style.display="block";
}
function p3()
{
document.p3.style.display="block";
}
function p4()
{
document.p4.style.display="block";
}
function p5()
{
document.p5.style.display="block";
}
function p6()
{
document.p6.style.display="block";
}
function p7()
{
document.p7.style.display="block";
}
function p8()
{
document.p8.style.display="block";
}
function p9()
{
document.p9.style.display="block";
}
function p10()
{
document.p10.style.display="block";
}
function p11()
{
document.p11.style.display="block";
}
function p12()
{
document.p12.style.display="block";
}
function pv1()
{
document.p1.style.display="none";
}
function pv2()
{
document.p2.style.display="none";
}
function pv3()
{
document.p3.style.display="none";
}
function pv4()
{
document.p4.style.display="none";
}
function pv5()
{
document.p5.style.display="none";
}
function pv6()
{
document.p6.style.display="none";
}
function pv7()
{
document.p7.style.display="none";
}
function pv8()
{
document.p8.style.display="none";
}
function pv9()
{
document.p9.style.display="none";
}
function pv10()
{
document.p10.style.display="none";
}
function pv11()
{
document.p11.style.display="none";
}
function pv12()
{
document.p12.style.display="none";
}
function donator()
{
var ran_unrounded=Math.random()*5;
var ran_number=Math.round(ran_unrounded);
mkt=ran_number;
if(mkt==0)
{
donategoal="3,274.22";
donatereason="Funding to restore Tristin's Kombat Ranger powers";
donatebar="l2-1.jpg"
}
if(mkt==1)
{
donategoal="8.95";
donatereason="Domain Renewel";
donatebar="l2-5.jpg"
}
if(mkt==2)
{
donategoal="97.50";
donatereason="Gas for Kombat Kords";
donatebar="l2-1.jpg"
}
if(mkt==3)
{
donategoal="24.95";
donatereason="Replacement Kombat Ranger Uniforms";
donatebar="l2-1.jpg"
}
if(mkt==4)
{
donategoal="99.00";
donatereason="Site Hosting Services";
donatebar="l2-1.jpg"
}
if(mkt==5)
{
donategoal="1.00";
donatereason="2 Replacement Barakas";
donatebar="l2-1.jpg"
}
}
function rants()
{
document.getElementById('rantbody').innerHTML=rant;
}
var BrowserDetect = {
init: function () {
this.browser = this.searchString(this.dataBrowser) || "An unknown browser";
this.version = this.searchVersion(navigator.userAgent)
|| this.searchVersion(navigator.appVersion)
|| "an unknown version";
this.OS = this.searchString(this.dataOS) || "an unknown OS";
},
searchString: function (data) {
for (var i=0;i