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

var image = new Array();
   image[0] = "http://netny.net/files/2010/10/vatican.jpg";
   image[1] = "http://netny.net/files/2010/10/rosary.jpg";
   image[2] = "http://netny.net/files/2010/10/mass.jpg"; 
   
  
var link = new Array();
   link[0] = "http://netny.net/blog/themes/the-world-seen-from-the-vatican/";
   link[1] = "http://netny.net/blog/themes/liturgy/";
   link[2] = "http://netny.net/blog/themes/liturgy/";
   

 	 
  var tout = new Array();
   tout[0] = "The Vatican";
   tout[1] = "The Rosary";
   tout[2] = "Holy Mass";
  


var text = new Array();
   text[0] = "Weekly news magazine featuring the latest news from the Vatican..";
   text[1] = "Join Bishop DiMarzio and meditate with Our Lady on the life of Our Lord ..";
   text[2] = "Join us for the celebration of Holy Mass at the Basilica of St. James..";
   

