//function load(){ //document.body.style.backgroundImage = "url(/truewrestle/images/RosesBackground.gif)"; //} function CGload(){ //document.body.style.backgroundImage = "url(/truewrestle/images/RosesBackground.gif)"; var ip = '3.141.8.247'; document.getElementById("bomb").value = ip; document.getElementById("bomb1").value = ip; document.getElementById("bomb2").value = ip; document.getElementById("bomb3").value = ip; document.getElementById("bomb4").value = ip; document.getElementById("bomb5").value = ip; document.getElementById("bomb6").value = ip; document.getElementById("bomb7").value = ip; document.getElementById("bomb8").value = ip; document.getElementById("bomb9").value = ip; document.getElementById("bomb10").value = ip; if(typeof ip === 'undefined') { document.write("Please turn off anonymous browsing and reload the page."); } document.getElementById("warning").innerHTML = ""; } function mouseDown(e) { var targ; targ = e.target; targ = targ.id; var elems = document.getElementById(targ) document.getElementById(targ).style.backgroundImage = "url(/truewrestle/images/InTab.gif)"; document.getElementById("explain").innerHTML = "working"; if(elems.id == "tab"){ document.getElementById("explain").innerHTML = "Here, you can find several pictures featuring some of my older artwork. Good nostalgic value for some. =)"; } else if (elems.id == "tab1") document.getElementById("explain").innerHTML = "Here, you can view videos related to my work, or female wrestling/fighting in general."; else if (elems.id == "tab2") document.getElementById("explain").innerHTML = "This will take you to the links/affiliates page."; else if (elems.id == "tab3") document.getElementById("explain").innerHTML = "Here, you will find downloadable content made by me or people I work with. Please keep in mind that these cost money, although they are fairly cheap."; else if (elems.id == "tab4") document.getElementById("explain").innerHTML = "Check me out on Patreon. If you like what you see, consider supporting my work! It would be much appreciated."; else if (elems.id == "tab5") document.getElementById("explain").innerHTML = "Here is where I'll let you know anything extra I have planned, if anything at all."; } function mouseUp(e) { var targs; targs = e.target; targs = targs.id; document.getElementById(targs).style.backgroundImage = "url(/truewrestle/images/Tab.gif)"; document.getElementById("explain").innerHTML = "Welcome to BombTehSite"; } function innermouseDown(d) { var targe; targe = d.target; targe = (targe.parentNode).id var elem = document.getElementById(targe) document.getElementById(targe).style.backgroundImage = "url(/truewrestle/images/InTab.gif)"; if(elem.id == "tab"){ document.getElementById("explain").innerHTML = "Here, you can find several pictures featuring some of my older artwork. Good nostalgic value for some. =)"; } else if (elem.id == "tab1") document.getElementById("explain").innerHTML = "Here, you can view videos related to my work, or female wrestling/fighting in general."; else if (elem.id == "tab2") document.getElementById("explain").innerHTML = "This will take you to the links/affiliates page."; else if (elem.id == "tab3") document.getElementById("explain").innerHTML = "Here, you will find downloadable content made by me or people I work with. Please keep in mind that these cost money, although they are fairly cheap."; else if (elem.id == "tab4") document.getElementById("explain").innerHTML = "Check me out on Patreon. If you like what you see, consider supporting my work! It would be much appreciated."; else if (elem.id == "tab5") document.getElementById("explain").innerHTML = "Here is where I'll let you know anything extra I have planned, if anything at all."; } function innermouseUp(d) { var targe; targe = d.target; targe = (targe.parentNode).id document.getElementById(targe).style.backgroundImage = "url(/truewrestle/images/Tab.gif)"; document.getElementById("explain").innerHTML = "Welcome to BombTehSite"; }