var a = Math.round(2*Math.random());

var image = new Array();
   image[0] = "http://netny.net/files/2010/02/shroud.jpg";
   image[1] = "http://netny.net/files/2010/03/john1.jpg";
   image[2] = "http://netny.net/files/2009/01/5th1.jpg"; 
   
  
var link = new Array();
   link[0] = "http://netny.net/blog/shows/level-1/the-shroud/";
   link[1] = "http://netny.net/blog/shows/level-1/john-of-the-cross/";
   link[2] = "http://netny.net/blog/themes/5th-dimension/";
   

 	 
  var tout = new Array();
   tout[0] = "The Shroud";
   tout[1] = "John of the...";
   tout[2] = "The 5th Dimension";
  


var text = new Array();
   text[0] = "There is evidence that the Shroud, venerated in France as early as...";
   text[1] = "St. John of the Cross is seen as a man in love with God, whose..";
   text[2] = "Does life end in death? Are there such things as demons, ghosts?..";
   
