More actions
You do not have permission to edit this page., for the following reasons:
You can view and copy the source of this page.
/*
* TRIVIA AT BOTTOM OF ACCREDITATION.
* ----------------------------------
*/
var a = [
["Ailor are the most populous Race in all of Aloria, and can be found on almost every continent.", "Ailor"],
];
var pre = "<b>Did You Know?</b> "
var randomValue = a[Math.floor(a.length * Math.random())];
var url = "<a href='http://wiki.massivecraft.com/" + randomValue[1] + "'>here</a>."
document.getElementById("trivia").innerHTML = pre + randomValue[0];
document.getElementById("read").innerHTML = url;
/**
* Collapsible tables
*
* Allows tables to be collapsed, showing only the header. See [[Wikipedia:NavFrame]].
000
1:0
Return to MediaWiki:Common.js.