Author's Comments
Look carefully for specific instructions
To change the splash image, replace the image URLs to your own.
YOu can add as many random images as you like, by adding the following line into the script:
myimages[#]='IMAGE URL HERE';
^ change the # into the corresponding number.
YOu can add as many random images as you like, by adding the following line into the script:
myimages[#]='IMAGE URL HERE';
^ change the # into the corresponding number.
Script Comments
Showing latest 4 of 4 comments

how dare you cut off my comment without telling me :(
just change
if (document.title.slice(-10) == 'Xanga Site') {
to
if (document.title.slice(-1) != '#') {
it would previously check for 'Xanga Site' [.com/]
but apparently Xanga dropped the 'Site' so it couldn’t find the address
The new code works for any html (website)
By eerie113 on Apr 14, 2009 11:34 pm
fixed:
//Random Intro Splash Page by Mystical for Createblog.com
//Modified Intro Splash script by Micron
function enterSite() {
document.getElementById('s plash').style.display = 'none';
var content = document.getElementsByTagName( "center");
for (var i=0; i
By eerie113 on Apr 14, 2009 11:28 pm
Yeah this recently stopped working
By Smoot on Jun 23, 2008 2:08 am
It don't work;;;;
By no001hk on Jun 21, 2008 6:55 am