function load() {
    if (GBrowserIsCompatible()) {
	  //build map for the page
      var map = new GMap2(document.getElementById("seanimap"));
	  map.addControl(new GSmallMapControl());
      map.setCenter(new GLatLng(52.483003, -1.89356),5);
	  var previousCenterPoint;
	  previousCenterPoint = map.getCenter();
	  
	  //var icon = new GIcon();
		//icon.image = "http://www.bbc.co.uk/1xtra/images/logo1.png";
		//icon.shadow = "http://www.bbc.co.uk/1xtra/images/logo1_shadow.png";
		//icon.iconSize = new GSize(20, 30);
		//icon.shadowSize = new GSize(20, 40);
		//icon.iconAnchor = new GPoint(-1, 25);
		//icon.infoWindowAnchor = new GPoint(5, 1);
	  
	  //setup function for creating the points
      function createMarker(point,html) {
        var marker = new GMarker(point);
		var place = new GMarker(point);
        GEvent.addListener(marker, "click", function() {
		  marker.openInfoWindowHtml(html);
		  map.setCenter(place, 6);
        });
        return marker;
      }
	  //listen for a window close - then return to centre
		 GEvent.addListener(map, "infowindowclose", function() {
          map.panTo(previousCenterPoint);
		  map.setZoom(6);
        });
		
		
 		//point 1
      var point = new GLatLng(50.717807, -1.879432);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/craigdavid70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" /><strong>Craig David</strong> takes us through a <strong>Big Night Out</strong> in Bournemouth and tells you what to do if you get stranded there. Listen now:</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/craigdavid_bournemouth.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	  
	    //point 2
      var point = new GLatLng(52.483003, -1.89356);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/zena70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" />Listen to <strong>Zena</strong> hitting the clubs in Birmingham and find out what happened when she lost her hair piece on the dancefloor!</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/zena_birmingham.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	  
	   //point 3
      var point = new GLatLng(51.455313, -2.591902);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/younglion70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" /><strong>Young Lion</strong> shows us around the big party spots in Bristol and gives us his take on the best clubs. Listen now:</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/younglion_bristol.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	  	   //point 4
      var point = new GLatLng(53.410777, -2.977838);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/youngkof70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" />Raspberry Ripple cocktails and nice looking girlies! <strong>Young Kof </strong>takes us on a <strong>Big Night Out</strong> in Liverpool. Listen now:</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/youngkof_liverpool.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	  	  	   //point 5
      var point = new GLatLng(53.799637, -1.54911);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/trevor70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" /><strong>Trevor Nelson</strong> shows you how to have a <strong>Big Night Out</strong> in Leeds with some VIP style. Listen now:</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/trevornelson_leeds.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	  	  	  	   //point 6
      var point = new GLatLng(40.757929, -73.985506);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/toddterry70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" />Seani B find out how they do things Stateside when <strong>Todd Terry</strong> takes us on a <strong>Big Night Out</strong> in New York. Listen now:</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/toddterry_newyork.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	  
	  	  	  	  	   //point 7
      var point = new GLatLng(51.515275, -0.046523);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/reggie70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" />Chocolate biscuits and sweat covered ceilings in Finsbury Park! <strong>Reggie Yates</strong> has a <strong>Big Night Out</strong> in London town. Listen now:</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/reggieyates_london.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	  
	     //point 8
      var point = new GLatLng(52.955108, -1.14931);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/mistajam70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" />Listen now to hear <strong>MistaJam</strong> on a <strong>Big Night Out</strong> in his hometown, Nottingham. Get insider info on the best food and nightclub spots now:</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/mistajam_nottingham.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	  	     //point 9
      var point = new GLatLng(53.383055, -1.464795);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/johnyp70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" />Hear <strong>Johny P</strong> on a <strong>Big Night Out</strong> in Sheffield. Hear where you can get the best chicken and chips in Britain, and find out how he met his girlfriend! </div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/Johnyp_sheffield.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	  	  	     //point 10
      var point = new GLatLng(53.480712, -2.234376);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/jennag70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" />Spice and Sambuca! Listen now to hear 1Xtra presenter, <strong>Jenna G</strong> on a <strong>Big Night Out</strong> in Manchester:</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/jennag_manchester.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	    	     //point 11
      var point = new GLatLng(53.638319, -1.797857);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/djq70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" /><strong>Dj Q</strong> takes us on a <strong>Big Night Out</strong> in his hometown, Huddersfield. Get his take on the best clubs, bars and restaurants. Listen now:</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/djq_huddlesfield.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	    	     //point 12
      var point = new GLatLng(51.196322, 0.742771);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/djb70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" /><strong>DJ B</strong> takes us for a <strong>Big Night Out</strong> in Kent. Find out the best places to shop, eat and party. Listen now:</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/djb_kent.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	       //point 13
      var point = new GLatLng(52.948663, -1.161783);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/dev70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" />Listen now to hear <strong>Dev</strong> getting lost on a <strong>Big Night Out</strong> in Nottingham:</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/bno_dev.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	     //point 14
      var point = new GLatLng(52.135709, -0.468044);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/domu70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" />Listen now to hear <strong>Domu</strong> having a <strong>Big Night Out</strong> in Bedford:</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/bno_domu.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	    //point 15
      var point = new GLatLng(7.946527, -1.023194);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/sway70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" />Listen now to hear <strong>Sway</strong> having a <strong>Big Night Out</strong> in Ghana:</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/bno_sway.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	  	    //point 16
      var point = new GLatLng(51.460932, -0.116024);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/youngnatex70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" />Listen to <strong>Young Nate</strong> get the boys round for Jerk chicken and a Pro-Evo tournament!</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/youngnate_london.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	    	    //point 17
      var point = new GLatLng(53.814646, -1.561034);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/t2.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" /><strong>T2</strong> hooks you up with the best mutton soup in the UK on a <strong>Big Night Out</strong> in Leeds. </div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/t2_leeds.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	  
	  	    	    //point 18
      var point = new GLatLng(52.63457, -1.129443);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/h20.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" /><strong>H20</strong> takes you on a <strong>Big Night Out</strong> in Leicester. Find out the best bars to hit in the city centre. </div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/h2o_leicester.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);

	  
	      	    //point 19
      var point = new GLatLng(53.547958, -2.400307);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/lyrican70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" /><strong>Lyrican and Hoodman</strong> hit the clubs in Manchester. Listen up!</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/lyrican.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	  
	  
	  
	  	      	    //point 20
      var point = new GLatLng(51.598551, -0.075229);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/lemar70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" /><strong>Lemar</strong> hooks you up with the best party spots in North London. Listen now to hear what he gets up to on a <strong> Big Night Out </strong>.</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/lemar_london.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	  //point 21
      var point = new GLatLng(53.344104, -6.267494);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/anniemac.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" />Radio 1 DJ, <strong>Annie Mac</strong> takes you around the old man pubs of Dublin! Find out the best places to dance the night away.</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/annie_mac_dublin.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	  	  //point 22
      var point = new GLatLng(51.500152, -0.126236);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/sincerex70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" />Up and coming UK artist <strong>Sincere</strong> lets you know how to get down in London town.</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/sincere_london.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	  

	  
	    	  //point 23
      var point = new GLatLng(51.447039, -0.158647);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/bashy.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" /><strong>Bashy</strong> takes you out in London town for some milkshake. Find out the best tourist locations and what happened at his birthday party. </div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/bashy_london.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	      	  //point 24
      var point = new GLatLng(51.589506, -0.137794);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/chipmunk70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" /><strong>Chipmunk</strong> tells you what it is like raving across the UK. </div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/chipmunk_london.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	  	  	  //point 25
      var point = new GLatLng(50.798914, -1.091163);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/wideboys.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" />The <strong>Wideboys</strong> take us out down south in Portsmouth for some good food and sea front fun. Find out what happened when their party bus crashed..</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/wideboys_portsmouth.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	  
	    	  	  //point 26
      var point = new GLatLng(53.662112, -1.703583);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/mcbones70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" /><strong>MC Bones</strong> takes you on a tour of Huddlersfield. Find out the best places to shop, eat and party. Listen now. </div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/mcbones_huddersfield.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	  	  	  //point 27
      var point = new GLatLng(51.523975, -0.076986);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/shyfx70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" /><strong>Shy Fx</strong> takes you on a <strong>Big Night Out</strong> in London. Find out where to get the yummiest bagels and lock in to the Dubstep scene. Listen now. </div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/shyfx_london.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	    	  	  //point 28
      var point = new GLatLng(51.492916, -0.225792);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/rampage70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" /><strong>Rampage</strong> tells you where to get the best Jerk Chicken and Bagels in London. Join them for a <strong>Big Night Out</strong>, listen now. </div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/rampage_london.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	
	 	    	  	  //point 29
      var point = new GLatLng(51.47879, -0.010677);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/charlie70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" />Feisy Big Brother 8 contestant <strong>Charlie</strong> listens to some RnB, hip hop and funky house at the Embassy Night Club and then finishes off the night with a kebab in Greenwich! Listen now. </div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/charley_london.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	   
	   
	   
	  
	  
	   	    	  	  //point 30
      var point = new GLatLng( 35.678451, 139.682282);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/fabio70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" />Radio 1 Drum & Bass DJ, Fabio takes you to Tokyo! Listen now. </div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/fabio_tokyo.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	  
	    	  	  //point 31
      var point = new GLatLng( 40.75604, -73.986941);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/jaysean70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" />Jay Sean takes you for a Big Night Out in the Meat Packing District in New York. Listen now:</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/jay_sean.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	  
	   	  	  //point 32
      var point = new GLatLng( 52.519191, -1.897208);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/max70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" />Max takes you for a Big Night Out in Birmingham. Listen now:</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/max_birmingham.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	  
	   	  	  //point 33
      var point = new GLatLng( 25.774252, -80.190262);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/rickross70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" />Rick Ross takes you for a Big Night Out in Miami. Listen now:</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/rickross_miami.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	   
	   
	   	   	  	  //point 34
      var point = new GLatLng( 55.949437, -3.18865 );
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/esp.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" />Natalie Mairs says, Espionage in Edinburgh is a fantastic club! Good drinks and so many floors to cater for all music tastes. It can be a different experience everytime you go! I LOVE IT! Listen now:</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/listeners/natalie_edinburgh.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	     	  	  //point 35
      var point = new GLatLng( 50.412642, -5.073054 );
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/berties.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" />Robert Virgo says, My Favourite places have to be Springboks bar and Berties bar in Newquay. They both have great range of music, very lively and fun atmosphere, and because it is coastal everyone is in holiday mode. It is the closest you will get to Ibiza in the UK. Listen now:</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/listeners/robert_newquay.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	  
	   	  	  //point 36
      var point = new GLatLng( 56.460794, -2.986416);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/fatsams.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" />Ricky Harrison says, My favourite place on a night out is Fat Sams night club in Dundee. I DJ there and recently we won best Scottish night club of the year. It is stylish and creates a unique night out for everyone. Listen now:</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/listeners/ricky_dundee.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	  
		   	  	  //point 37
      var point = new GLatLng( 50.363731, -4.153666);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/zeros.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" />Daniel Alford says, Zeros in Plymouth is a great laugh, so many different people, good music and atmosphere! Listen now:</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/listeners/dan_plymouth.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	
		   	  	  //point 38
      var point = new GLatLng( 51.211082, -1.502882);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/life.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" />Kim Arnold says, Club of Life on London Street is the only place to go and I think you should come and liven it up! Lots of hot girls! Listen now:</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/listeners/kim_andover.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);  
	  
	  
	  
	  		   	  	  //point 39
      var point = new GLatLng( 51.524162, -0.037952);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/tinchy.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" />Tinchy Stryder takes you out in East London. Find out what it would be like to party with Tinchy! Listen now:</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/listeners/tinchy.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);  
	    
			  		   	  	  //point 40
      var point = new GLatLng( 51.45045, -2.600933);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/native70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;"/>1Xtra Listener, Dan Massey says, Native on Small Street in Bristol. Everything from Reggae and hip hop to D&B and Dubstep</div>');
      map.addOverlay(marker);  

	    		   	  	  //point 41
      var point = new GLatLng( 51.721568, -1.281516);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/maxwells70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" />1Xtra Listener, Richard takes you for a Big Night Out in Oxford. Listen now:</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/listeners/richard_oxford.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
           map.addOverlay(marker);
		   
		   
		   	   	  	
		   
		   
				   	   	  	  //point 42
      var point = new GLatLng( 35.261582, 25.448901);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/twinb70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" />1Xtra presenter, Twin B has been to Ibiza, Malia and Ayia Napa with 1Xtra. He tells us the best spots to party like a rock star in Malia. Listen now:</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/twinb_malia.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
           map.addOverlay(marker);
		   
		   
		   
		   
		   	   	  	  //point 43
      var point = new GLatLng( 38.908857, 1.432378);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/msdynamite70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;"/>If you missed 1Xtra in Ibiza you can still find out about the nightime delights of the number one party town. Ms Dynamite reveals all in her Big Night Out. Listen now:</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/missdynamite_ibiza.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
           map.addOverlay(marker);
		   
		   
		      	   	  	  //point 44
      var point = new GLatLng( 34.990636, 33.986203);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/jme70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;"/>If you missed 1Xtra in Ayia Napa you can still find out about the nightime delights of the number one party town. JME reveals all in a Big Night Out. Listen now:</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/jme_ayianapa.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
           map.addOverlay(marker);
		   
		   
		     	   	  	  //point 46
      var point = new GLatLng( 51.897865, -8.471094);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/cork70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;"/>1Xtra listener, Chris tells us what it is like to party in Cork! Listen now:</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/chris_cork.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
           map.addOverlay(marker);
		   
		   
		   	     	   	  	  //point 47
      var point = new GLatLng( 51.519812, -0.200774);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/alexjordan70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;"/>1Xtra DJ, Alex Jordan tells us how to party at Notting Hill Carnival. Listen now:</div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/alex_barbados.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
           map.addOverlay(marker);
		   
		      //point 48
      var point = new GLatLng(51.589506, -0.137794);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/donaeo_live70x70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" /><strong>Donaeo</strong> gives you the lowdown on the nightspots to hit in north London.</strong></div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/donaeo_london.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
	  
	  
	  
	        //point 49
      var point = new GLatLng(51.498199, -0.014806);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/tinietempa70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" /><strong>Tinie Tempa</strong> gives you the lowdown on the nightspots to hit in South London.</strong></div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/tinietempa_london.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);
		   
		   
	    	  //point 50
      var point = new GLatLng(51.51298919934939, -0.13921737670898438);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/ashley_walters_70x70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" /><strong>Ashley Walters</strong> tells you how he gets down on his Saturday <strong>Big Night Out</strong> Plus hear his fav party track. </div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/ashley_walters.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);  
		   	
				 //point 51
      var point = new GLatLng(51.554269, -0.126636);
      var marker = createMarker(point,'<div style="background-color:#fff; font-family:sans-serif; font-size:0.8em; clear:all; height:75px; width:270px; padding-bottom:5px;"><img src="http://www.bbc.co.uk/1xtra/seanib/bno/images/090326_dappy_70.jpg" width="70" height="70" border="0" align="left" style="padding-right:3px; border: 0px solid #000;" /><strong>Dappy</strong> tells you how he gets down on his Saturday <strong>Big Night Out</strong> Plus hear his fave party track. </div><div style="background-color:#fff;"><object type="application/x-shockwave-flash" data="http://www.bbc.co.uk/radio1/player/miniaudio.swf" width="270" height="24" id="audioplayer1"><param name="movie" value="http://www.bbc.co.uk/radio1/player/miniaudio.swf" /><param name="FlashVars" value="playerID=1&amp;bg=0xffffff&amp;leftbg=0xff980d&amp;lefticon=0xffffff&amp;rightbg=0x000000&amp;rightbghover=0x999999&amp;righticon=0xffffff&amp;righticonhover=0xffffff&amp;text=0x000000&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0xd1c2a5&amp;soundFile=http://downloads.bbc.co.uk/1xtra/seanib/bno/090327_dappy.mp3" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#FFFFFF" /></object></div>');
      map.addOverlay(marker);  		
		   
		   
    }
    // display other stuff if not compatible
    else {
      alert("Sorry, the Google Maps API is not compatible with this browser");
    }
}