
function write(str)
{
  document.write(str);
}

//========================
 
  videos = new Array();

  videos [0] = new Array();
  videos [1] = new Array();
  videos [2] = new Array();
  videos [3] = new Array();
  videos [4] = new Array();
  videos [5] = new Array();
  videos [6] = new Array();
  videos [7] = new Array();
  videos [8] = new Array();
  videos [9] = new Array();
  videos [10] = new Array();
  videos [11] = new Array();

  videos [0][0] = "Camel - Stationary Traveller"; //Nome del Video
  videos [0][1] = "http://www.youtube.com/v/MKBwku-PsPY"; //Link YouTube

  videos [1][0] = "Camel - Slow yourself down";
  videos [1][1] = "http://www.youtube.com/v/CTJLEXacUJc";

  videos [2][0] = "Camel - The snow goose";
  videos [2][1] = "http://www.youtube.com/v/6WD4hw4iweY";

  videos [3][0] = "King Crimson - Epitaph ";
  videos [3][1] = "http://www.youtube.com/watch?v=YfFWE8vIBCA";

  videos [4][0] = "Genesis - The musical box";
  videos [4][1] = "http://www.youtube.com/v/W35wtfcByIY";

  videos [5][0] = "Procol Harum - Homburg";
  videos [5][1] = "http://www.youtube.com/v/Rr7LxgBMLMI&hl=it&fs=1";    
  
  videos [6][0] = "Soft Machine - The tale of taliesin";
  videos [6][1] = "http://www.youtube.com/v/9gpaMTgBCx0";

  videos [7][0] = "P.F.M - La carrozza di Hans";
  videos [7][1] = "http://www.youtube.com/v/A4qtITloLqY";

  videos [8][0] = "Steve Hackett - Horizons";
  videos [8][1] = "http://www.youtube.com/v/S-cV2-HWoV0";

  videos [9][0] = "Camel - Never let go";
  videos [9][1] = "http://www.youtube.com/v/YbqaKyVEFjU";

  videos [10][0] = "Genesis - Entangled";
  videos [10][1] = "http://www.youtube.com/v/_FFgpcYHQzg";  

  videos [11][0] = "Banco del mutuo soccorso - Canto di primavera";
  videos [11][1] = "http://www.youtube.com/v/zZds8MXYey8";  

 
  var NumVideos = videos.length; 
  var NumVoci = 2;
 //========================



 

