PHOTOS
Pictures also on:
Google
facebook
flikr
tumblr
';
//alert(scriptToWrite);
document.write(scriptToWrite);
scriptToWrite='';
//alert(scriptToWrite);
document.write(scriptToWrite);
};
scriptToWrite='';
document.write(scriptToWrite);
* -no- */
//PhotoUser='All Photos';
//alert(PhotosArray.length);
var RandomPhotoN=0;
function OpenRandomPhoto() {
RandomPhotoN=Math.floor(PhotosArray.length*Math.random());
var PhotoURL=PhotosArray[RandomPhotoN].Photo;
alert(RandomPhotoN+' of '+PhotosArray.length+' \n'+PhotoURL);
window.open(PhotoURL);
};
//-->