Changes

MediaWiki:Common.js

32 bytes added, 06:39, 13 April 2014
no edit summary
if (document.location.href == "http://www.madacamp.com/Test"){
var madacycle_array_index = photosgallery.length -1;
var first_madacycle_index = Math.round(madacycle_array_index * Math.random());
alert(madacycle_array_index);
alert(first_madacycle_index);
 
}