// Java Document

 //<![CDATA[
 
 // Begin Javascript
var gmarkers = [];
var htmls = [];
function myclick(i) {
gmarkers[i].openInfoWindowHtml(htmls[i]);
}
    function onLoad() {
      // Map Overlays
      //
      
	  // This function picks up the click and opens the corresponding info window
// Creates one a small marker at the given point
function createMarker(point, attributeHTMLString, name) {
  var marker = new GMarker(point, icon);
  map.addOverlay(marker);
  GEvent.addListener(marker, "click", function() {
    marker.openInfoWindowHtml(attributeHTMLString);
  });
  // save the info we need to use later for the sidebar
  gmarkers[i] = marker;
  htmls[i] = attributeHTMLString;
  // add a line to the sidebar html
  sidebar_html += '<a href="javascript:myclick(' + i + ')">' + name + '</a><br>';
        i++;
        return marker;
}



      // Create small marker icon
var icon = new GIcon();
icon.image = "http://labs.google.com/ridefinder/images/mm_20_blue.png";
icon.shadow = "http://labs.google.com/ridefinder/images/mm_20_shadow.png";
icon.iconSize = new GSize(12, 20);
icon.shadowSize = new GSize(22, 20);
icon.iconAnchor = new GPoint(6, 20);
icon.infoWindowAnchor = new GPoint(5, 1);

<!--    begin pulling data for churches and Christian sites    -->
	
		 	 	 
		
		 // Catacomb of Callisto
	var point = new GPoint(12.511111, 41.858889);
	createMarker(point,"<div id=bubble><a href=''><img style='border-color:#666666' border='1' hspace='5' align='left' src='http://www.sacred-destinations.com/italy/images/thumbnails50/catacomb-samson-and-lion.jpg'><b>Catacomb of Callisto</b></a><br><br></div>","Catacomb of Callisto");
	
	 //  Catacomb of Domitilla
	var point = new GPoint(12.506111, 41.858889);
	createMarker(point,"<div id=bubble><a href=''><img style='border-color:#666666' border='1' hspace='5' align='left' src='http://www.sacred-destinations.com/italy/images/thumbnails50/catacomb-samson-and-lion.jpg'><b>Catacomg of Domitilla</b></a><br><br></div>","Catacomb of Domitilla");
		 	 
		 
		 // Domine Quo Vadis
	var point = new GPoint(12.50373, 41.866492);
	createMarker(point,"<div id=bubble><a href='http://www.sacred-destinations.com/italy/rome-domine-quo-vadis.htm'><img style='border-color:#666666' border='1' hspace='5' align='left' src='http://www.sacred-destinations.com/italy/images/thumbnails50/domine-quo-vadis.jpg'><b>Domine Quo Vadis</b></a><br><br>This small chapel on the Appian Way marks the spot where St. Peter, fleeing persecution, saw the risen Christ. Peter asked, <em>Domine quo vadis?</em> (Lord, where are you going?). Inside the church is a replica of a piece of marble imprinted with the footprint of Christ.</div>","Domine Quo Vadis");
	
		 // Il Gesu
	var point = new GPoint(12.479868, 41.895912);
	createMarker(point,"<div id=bubble><a href=''><img style='border-color:#666666' border='1' hspace='5' align='left' src='http://www.sacred-destinations.com/italy/images/thumbnails50/rome-gesu.jpg'><b>Il Gesu</b></a><br><br>This huge and very Baroque church is the headquarters of the Jesuits and has served as the model for Jesuit churches everywhere. The tomb of St. Ignatius, the order's founder, is topped by the largest piece of lapis lazuli in existence. Next door are the rooms where the saint lived for 12 years.</div>","Gesu");
	
		 // Mamertine Prison
	var point = new GPoint(12.484557, 41.893192);
	createMarker(point,"<div id=bubble><a href='http://www.sacred-destinations.com/italy/rome-mamertime-prison.htm'><img style='border-color:#666666' border='1' hspace='5' align='left' src='http://www.sacred-destinations.com/italy/images/thumbnails50/rome-mamertime-altar.jpg'><b>Mamertine Prison</b></a><br><br>On the Capitoline Hill above the Forum is this ancient prison where St. Peter and Paul are said to have been held before their execution in Rome. You can see where Peter was chained and the miraculous spring he created to baptize his fellow prisoners.</div>","Mamertine Prison");
	
		 // Sant'Agnese
	var point = new GPoint(12.51884, 41.922948);
	createMarker(point,"<div id=bubble><a href='http://www.sacred-destinations.com/italy/rome-st-agnes-outside-walls.htm'><img style='border-color:#666666' border='1' hspace='5' align='left' src='http://www.sacred-destinations.com/italy/images/thumbnails50/rome-agnese2.jpg'><b>Sant'Agnese fuori le Mura</b></a><br><br>Dedicated to a young woman who was martyred in 303 AD, this church was originally built by Constantine and rebuilt by in the 7th century. It has a Byzantine apse mosaic and crowd-free catacombs underneath.</div>","S Agnese");

	// S Cecilia
	var point = new GPoint(12.475790, 41.887597);
	createMarker(point,"<div id=bubble><a href='http://www.sacred-destinations.com/italy/rome-convent-of-santa-cecilia-in-trastevere.htm'><img style='border-color:#666666' border='1' hspace='5' align='left' src='http://www.sacred-destinations.com/italy/images/thumbnails50/rome-cecilia-statue.jpg'><b>S Cecilia</b></a><br><br>This church and convent stands on the site of the 2nd-century home of Cecilia, patron saint of music. Her body was found incorrupt in 1599. Upstairs is a 13th-century fresco; downstairs is her Roman-era house.</div>","S Cecilia");
	
		 // S Clemente
	var point = new GPoint(12.497448, 41.889378);
	createMarker(point,"<div id=bubble><a href='http://www.sacred-destinations.com/italy/rome-san-clemente.htm'><img style='border-color:#666666' border='1' hspace='5' align='left' src='http://www.sacred-destinations.com/italy/images/thumbnails50/rome-clemente.jpg'><b>San Clemente</b></a><br><br>This lovely 12th-century basilica incorporates two previous sacred buildings: downstairs is a church built in 392, with a frescoed narthex, and even lower down is a 2nd-century Mithraic temple. </div>","S Clemente");
	
		 // Sts Cosma e Damiano
	var point = new GPoint(12.487464, 41.892051);
	createMarker(point,"<div id=bubble><a href='http://www.sacred-destinations.com/italy/rome-santi-cosma-e-damiano.htm'><img style='border-color:#666666' border='1' hspace='5' align='left' src='http://www.sacred-destinations.com/italy/images/thumbnails50/rome-cosma-damieno.jpg'><b>SS Cosma e Damiano</b></a><br><br>This ancient church in the Imperial Forum contains ruins of a Roman temple (overlooked through a glass wall in the back) and some wonderful early Christian mosaics in the apse.</div>","SS Cosma e Damiano");
		 
	
		 // S Costanza
	var point = new GPoint(12.517354, 41.922604);
	createMarker(point,"<div id=bubble><a href='http://www.sacred-destinations.com/italy/rome-santa-costanza.htm'><img style='border-color:#666666' border='1' hspace='5' align='left' src='http://www.sacred-destinations.com/italy/images/thumbnails50/rome-costanza-ambulatory.jpg'><b>Mausoleo di Santa Constanza</b></a><br><br>This attractive round church and mausoleum was built to house the tomb of Constantine's daughter Constantia, and its ceilings feature some of the earliest Christian mosaics to be found anywhere. Today it is a popular place for weddings.</div>","S Costanza");
		 
		 // S Croce
	var point = new GPoint(12.515928, 41.888094);
	createMarker(point,"<div id=bubble><a href='http://www.sacred-destinations.com/italy/rome-santa-croce-in-gerusalemme.htm'><img style='border-color:#666666' border='1' hspace='5' align='left' src='http://www.sacred-destinations.com/italy/images/thumbnails50/rome-santa-croce-gerusalemme.jpg'><b>Santa Croce in Gerusalemme</b></a><br><br>This historic basilica just down the road from St. John Lateran is missed by too many visitors. Incorporating the private chapel of Helen, Constantine's mother, it incorporates the imperial palace and houses impressive relics from the Holy Land.</div>","S Croce in Gerusalemme");
	
		 // S Giovanni in Fonte
	var point = new GPoint(12.504319,41.886169);
	createMarker(point,"<div id=bubble><a href='http://www.sacred-destinations.com/italy/rome-lateran-baptistery.htm'><img style='border-color:#666666' border='1' hspace='5' align='left' src='http://www.sacred-destinations.com/italy/images/thumbnails50/rome-baptistery.jpg'><b>S Giovanni in Fonte</b></a><br><br>Also known as the Lateran Baptistery, this octagonal structure is the oldest baptistery in Christendom, built by Emperor Constantine in 315. </div>","S Giovanni in Fonte");
	
		 // S Giovanni in Laterano
	var point = new GPoint(12.505521, 41.885825);
	createMarker(point,"<div id=bubble><a href='http://www.sacred-destinations.com/italy/rome-st-john-lateran.htm'><img style='border-color:#666666' border='1' hspace='5' align='left' src='http://www.sacred-destinations.com/italy/images/thumbnails50/rome-giovanni.jpg'><b>San Giovanni in Laterano</b></a><br><br>Dedicated to both John the Evangelist and John the Baptist, St. John Lateran is the cathedral of Rome and one of the city's four major basilicas. It includes a lovely 13th-century cloister and an ancient baptistery.</div>","S Giovanni in Laterano");
	
		 	 	 
		 // SS Giovanni e Paolo
	var point = new GPoint(12.492068, 41.886447);
	createMarker(point,"<div id=bubble><a href=''><img style='border-color:#666666' border='1' hspace='5' align='left' src=''><b>SS Giovanni e Paolo</b></a><br><br></div>","SS Giovanni e Paolo");
		 
		 // S Lorenzo fuori le Mura
	var point = new GPoint(12.520846, 41.902583);
	createMarker(point,"<div id=bubble><a href='http://www.sacred-destinations.com/italy/rome-st-lawrence-outside-walls.htm'><img style='border-color:#666666' border='1' hspace='5' align='left' src='http://www.sacred-destinations.com/italy/images/thumbnails50/rome-lorenzo.jpg'><b>San Lorenzo fuori le Mura</b></a><br><br>Near Termini station is this major pilgrimage basilica, featuring a columned portico, 6th-century mosaic, catacombs, and lovely 12th-century cloister. It is dedicated to Lawrence, who was martyred by roasting on a gridiron. </div>","S Lorenzo fuori le Mura");
	
		 // S Maria degli Angeli
	var point = new GPoint(12.49697, 41.903153);
	createMarker(point,"<div id=bubble><a href='http://www.sacred-destinations.com/italy/rome-santa-maria-degli-angeli.htm'><img style='border-color:#666666' border='1' hspace='5' align='left' src='http://www.sacred-destinations.com/italy/images/thumbnails50/rome-maria-degli-angeli.jpg'><b>Santa Maria degli Angeli</b></a><br><br>This interesting basilica on the Piazza della Repubblica incorporates the remains of the extensive Baths of Diocletian. Inside are works of medieval and modern art and an astronomical gnomon.</div>","S Maria degli Angeli");
	
		 // S Maria in Aracoeli
	var point = new GPoint(12.483357, 41.89401);
	createMarker(point,"<div id=bubble><a href=''><img style='border-color:#666666' border='1' hspace='5' align='left' src=''><b>Santa Maria in Aracoeli</b></a><br><br></div>","S Maria in Aracoeli");
		 	 	 
		 // S Maria in Cosmedin
	var point = new GPoint(12.477982, 41.89195);
	createMarker(point,"<div id=bubble><a href=''><img style='border-color:#666666' border='1' hspace='5' align='left' src=''><b>Santa Maria in Cosmedin</b></a><br><br></div>","S Maria in Cosmedin");
	
		 // S Maria in Domnica
	var point = new GPoint(12.49557, 41.884659);
	createMarker(point,"<div id=bubble><a href=''><img style='border-color:#666666' border='1' hspace='5' align='left' src=''><b>S Maria in Domnica</b></a><br><br></div>","S Maria in Domnica");
		
		// S Maria Maggiore
	var point = new GPoint(12.498464, 41.897574);
	createMarker(point,"<div id=bubble><a href='http://www.sacred-destinations.com/italy/rome-st-mary-major.htm'><img style='border-color:#666666' border='1' hspace='5' align='left' src='http://www.sacred-destinations.com/italy/images/thumbnails50/rome-maria-maggiore.jpg'><b>Santa Maria Maggiore</b></a><br><br>Built on the site of a miraculous snowfall, this major basilica dates mainly from 420 AD. A huge and impressive space, the church is lined with ancient mosaics and contains many important relics, including a piece of the crib of Christ. </div>","S Maria Maggiore");
	
		 // S Maria in Trastavere
	var point = new GPoint(12.469536, 41.889427);
	createMarker(point,"<div id=bubble><a href='http://www.sacred-destinations.com/italy/rome-santa-maria-in-trastevere.htm'><img style='border-color:#666666' border='1' hspace='5' align='left' src='http://www.sacred-destinations.com/italy/images/thumbnails50/rome-maria-in-trastavere.jpg'><b>Santa Maria in Trastavere</b></a><br><br>This church is held to be the first place of Christian worship in Rome, built where a fountain of oil sprung up on the day of Christ's birth. Inside are many excellent mosaics.</div>","S Maria in Trastavere");
	
		
		 	 
		 // Santa Maria sopra Minerva
	var point = new GPoint(12.47813, 41.897997);
	createMarker(point,"<div id=bubble><a href='http://www.sacred-destinations.com/italy/rome-santa-maria-sopra-minerva.htm'><img style='border-color:#666666' border='1' hspace='5' align='left' src='http://www.sacred-destinations.com/italy/images/thumbnails50/rome-maria-sopra-minerva.jpg'><b>Santa Maria sopra Minerva</b></a><br><br>Said to be Rome's only Gothic church, this 13th-century basilica was built over a temple to Minerva (thus the name). Inside, it contains many art treasures as well as the venerated tomb of St. Catherine of Siena.</div>","S Maria sopra Minerva");
		 
		 // S Nicola in Carcari
	var point = new GPoint(12.480001, 41.891084);
	createMarker(point,"<div id=bubble><a href=''><img style='border-color:#666666' border='1' hspace='5' align='left' src=''><b>S Nicola in Carcari</b></a><br><br></div>","S Nicola in Carcari");
		 	 
		 // San Paolo fuori le Mura
	var point = new GPoint(12.476877, 41.858606);
	createMarker(point,"<div id=bubble><a href='http://www.sacred-destinations.com/italy/rome-st-paul-outside-walls.htm'><img style='border-color:#666666' border='1' hspace='5' align='left' src='http://www.sacred-destinations.com/italy/images/thumbnails50/rome-paolo.jpg'><b>San Paolo fuori le Mura</b></a><br><br>This spectacular major basilica shelters the bones of the Apostle Paul. It also boasts beautiful cloisters, a golden mosaiced exterior, a huge collection of artifacts discovered nearby, and a museum.</div>","S Paolo fuori le Mura");
		 	
			// St. Peter's Basilica
	var point = new GPoint(12.453346, 41.902181);
	createMarker(point,"<div id=bubble><a href='http://www.sacred-destinations.com/italy/rome-st-peters-basilica.htm'><img style='border-color:#666666' border='1' hspace='5' align='left' src='http://www.sacred-destinations.com/italy/images/thumbnails50/st-peters-c-qtl.jpg'><b>St. Peter's Basilica</b></a><br><br>St. Peter's Basilica is a magnificent work of Renaissance art and is the holiest site in Roman Catholic Christianity after the Holy Land.</div>","S Pietro");
	
		 // S Pietro in Vincoli
	var point = new GPoint(12.493354, 41.893573);
	createMarker(point,"<div id=bubble><a href='http://www.sacred-destinations.com/italy/rome-st-peter-in-chains.htm'><img style='border-color:#666666' border='1' hspace='5' align='left' src='http://www.sacred-destinations.com/italy/images/thumbnails50/rome-st-peter-in-chains.jpg'><b>San Pietro in Vincoli</b></a><br><br>A church housing the venerated chains that held St. Peter while he was imprisoned in Rome before being freed by an angel.</div>","S Pietro in Vincoli");
	
		 // S Prassede
	var point = new GPoint(12.498655, 41.896411);
	createMarker(point,"<div id=bubble><a href='http://www.sacred-destinations.com/italy/rome-santa-prassede.htm'><img style='border-color:#666666' border='1' hspace='5' align='left' src='http://www.sacred-destinations.com/italy/rome-santa-prassede-pictures/thumbs/f10_093.jpg'><b>S Prassede</b></a><br><br>A hidden gem near Santa Maria Maggiore, Santa Prassede is a 9th-century basilica with glorious Byzantine mosaics. Also here is a piece of the scourging column of Christ and other relics.</div>","S Prassede");
	
		 // S Sabina
	var point = new GPoint(12.479804, 41.884534);
	createMarker(point,"<div id=bubble><a href='http://www.sacred-destinations.com/italy/rome-santa-sabina.htm'><img style='border-color:#666666' border='1' hspace='5' align='left' src='http://www.sacred-destinations.com/italy/images/thumbnails50/rome-sabina.jpg'><b>Santa Sabina</b></a><br><br>Santa Sabina is Rome's best remaining example of an early Christian church. It dates from 422, and its original wooden doors are still intact.</div>","S Sabina");
	
		 // San Sebastiano Catacomb
	var point = new GPoint(12.515833, 41.855833);
	createMarker(point,"<div id=bubble><a href=''><img style='border-color:#666666' border='1' hspace='5' align='left' src=''><b>San Sebastiano Catacomb</b></a><br><br></div>","S Sebastiano");
	
		 
		 // S Stephano Rotundo
	var point = new GPoint(12.496734, 41.884561);
	createMarker(point,"<div id=bubble><a href=''><img style='border-color:#666666' border='1' hspace='5' align='left' src=''><b>San Stephano Rotundo</b></a><br><br></div>","S Stephano Rotundo");
	
	
	
	// Sistine Chapel
	var point = new GPoint(12.45428, 41.902924);
	createMarker(point,"<div id=bubble><a href='http://www.sacred-destinations.com/italy/vatican-sistine-chapel.htm'><img style='border-color:#666666' border='1' hspace='5' align='left' src='http://www.sacred-destinations.com/italy/images/thumbnails50/ceiling-adam3-wga-75.jpg'><b>Sistine Chapel</b></a><br><br>This world-famous chapel painted by Michelangelo is still used for papal elections. Learn some history and explore a complete photo gallery of its art in our article on the Sistine Chapel.</div>","Sistine Chapel<br>");
	
	
	
	
	      // Create small marker icon
var icon = new GIcon();
icon.image = "http://labs.google.com/ridefinder/images/mm_20_red.png";
icon.shadow = "http://labs.google.com/ridefinder/images/mm_20_shadow.png";
icon.iconSize = new GSize(12, 20);
icon.shadowSize = new GSize(22, 20);
icon.iconAnchor = new GPoint(6, 20);
icon.infoWindowAnchor = new GPoint(5, 1);
	
	<!--    begin pulling data for Roman sites    -->
		 	 	 
		 // Arch of Constantine
	var point = new GPoint(12.490645, 41.889771);
	createMarker(point,"<div id=bubble><a href='http://www.sacred-destinations.com/italy/rome-arch-of-constantine.htm'><img style='border-color:#666666' border='1' hspace='5' align='left' src='http://www.sacred-destinations.com/italy/images/thumbnails50/rome-arch-constantine.jpg'><b>Arch of Constantine</b></a><br><br>This triumphal arch next to the Colosseum is an important monument of religious history: it celebrates Constantine's victory at the Battle of Milvian Bridge, which led to his conversion to Christianity.</div>","Arch of Constantine");
		 	 
		 // Arch of Titus
	var point = new GPoint(12.488569, 41.890697);
	createMarker(point,"<div id=bubble><a href='http://sacred-destinations.com/italy/rome-arch-of-titus.htm'><img style='border-color:#666666' border='1' hspace='5' align='left' src='http://sacred-destinations.com/italy/images/thumbnails50/rome-arch-titus.jpg'><b></b></a><br><br>This triumphal arch near the entrance to the imperial Forum, is of religious interest because of its relief depicting the destruction and looting of the Jewish temple in Jerusalem by the Romans in 70 AD.</div>","Arch of Titus");
	
		 // Baths of Diocletian
	var point = new GPoint(12.497753, 41.903666);
	createMarker(point,"<div id=bubble><a href=''><img style='border-color:#666666' border='1' hspace='5' align='left' src=''><b>Baths of Diocletian</b></a><br><br></div>","Baths of Diocletian");
	
		 // Circo Massimo
	var point = new GPoint(12.48535, 41.886111);
	createMarker(point,"<div id=bubble><img style='border-color:#666666' border='1' hspace='5' align='left' src=''><b>Circo Massimo</b><br><br></div>","Circo Massimo");
	
		 // Colosseum
	var point = new GPoint(12.492316, 41.890208);
	createMarker(point,"<div id=bubble><img style='border-color:#666666' border='1' hspace='5' align='left' src='http://www.sacred-destinations.com/italy/images/thumbnails50/rome-colosseum.jpg'><b>Colosseum</b><br><br>The famous Colosseum (or Flavian Amphitheater) has long been considered sacred because of its association with early Christian martyrs, but this may be only legendary. Regardless, this spectacular structure is a must-see. </div>","Colosseum");
		 
		 // Forum
	var point = new GPoint(12.486187, 41.891768);
	createMarker(point,"<div id=bubble><img style='border-color:#666666' border='1' hspace='5' align='left' src='http://www.sacred-destinations.com/italy/images/thumbnails50/forum.jpg'><b>The Forum</b><br><br>The Imperial Forum is a fascinating stretch of ancient ruins in the center of Rome, including many temples, ancient churches and public buildings.</div>","Forum");
		 
		 // Palatine Hill
	var point = new GPoint(12.486254, 41.888437);
	createMarker(point,"<div id=bubble><a href=''><img style='border-color:#666666' border='1' hspace='5' align='left' src=''><b>Palatine Hill</b></a><br><br></div>","Palatine Hill");
	
		 // Pantheon
	var point = new GPoint(12.476864, 41.89854);
	createMarker(point,"<div id=bubble><a href='http://www.sacred-destinations.com/italy/rome-pantheon.htm'><img style='border-color:#666666' border='1' hspace='5' align='left' src='http://www.sacred-destinations.com/italy/rome-pantheon-pictures/thumbs/d50_113.jpg'><b>The Pantheon (Santa Maria ad Martyres)</b></a><br><br>This magnificent ancient temple was built by Emperor Hadrian in 125 AD and converted into a church in 609. It is the oldest intact ancient building in Rome and one of the city's most spectacular sights.</div>","Pantheon<br>");
	
	
	// Create small marker icon
var icon = new GIcon();
icon.image = "http://labs.google.com/ridefinder/images/mm_20_white.png";
icon.shadow = "http://labs.google.com/ridefinder/images/mm_20_shadow.png";
icon.iconSize = new GSize(12, 20);
icon.shadowSize = new GSize(22, 20);
icon.iconAnchor = new GPoint(6, 20);
icon.infoWindowAnchor = new GPoint(5, 1);


 <!--    begin pulling data for other sites    -->
		 
	
	
		 	 // Capitoline Museums
	var point = new GPoint(12.483017, 41.893281);
	createMarker(point,"<div id=bubble><a href='http://www.sacred-destinations.com/italy/rome-capitoline-hill-and-museum.htm'><img style='border-color:#666666' border='1' hspace='5' align='left' src='http://www.sacred-destinations.com/italy/images/thumbnails50/rome-capitoline.jpg'><b>Capitoline Museums</b></a><br><br>Capitoline Hill is the most sacred of the seven in Rome. Today, it mainly hosts the Capitoline Museum, featuring temple ruins, classical sculptures and the remains of a colossal statue of Constantine.</div>","Capitoline Museums");
		 
		 // Synagogue
	var point = new GPoint(12.477982, 41.89195);
	createMarker(point,"<div id=bubble><a href='http://www.sacred-destinations.com/italy/rome-great-synagogue.htm'><img style='border-color:#666666' border='1' hspace='5' align='left' src='http://www.sacred-destinations.com/italy/images/thumbnails50/rome-synagogue-chmouel-75.jpg'><b>Great Synagogue</b></a><br><br>This huge and magnificent synagogue dates from 1904, after King Victor Emmanuel II dismantled the Roman Ghetto and granted the Jews of Rome full citizenship. It includes an excellent Jewish museum.</div>","Great Synagogue");
	
	// Vatican Museums
	var point = new GPoint(12.453529, 41.906689);
	createMarker(point,"<div id=bubble><a href='http://www.sacred-destinations.com/italy/vatican-museums.htm'><img style='border-color:#666666' border='1' hspace='5' align='left' src='http://www.sacred-destinations.com/italy/images/thumbnails50/vatican-museum.jpg'><b>Entrance to Vatican Museums</b></a><br><br>Housed in the former papal palace, the Vatican Museums together contain one of the most important art collections in the world.</div>","Vatican Museums");
	
	 // put the assembled sidebar_html contents into the sidebar div
   //document.getElementById("sidebar").innerHTML = sidebar_html;
    }

	//]]>