var cr = 1;

CdP[cr++] = new CdP("obvious objects",""		,"2","46"	,"ObviousObjects.mp4","1.5"	,"243325"	,"xcz7qh1Kbas");
CdP[cr++] = new CdP("plaisir",""			,"0","56"	,"Plaisir.mp4","1.5"		,"243345"	,"2GDaBukZTLQ");
CdP[cr++] = new CdP("sphere",""				,"1","38"	,"",""				,"243349"	,"72pa1GTmrpE");
CdP[cr++] = new CdP("smoking kills",""			,"0","59"	,"SmokingKills.mp4","1.5"	,"243355"	,"9hv_GdwUAbY");
CdP[cr++] = new CdP("untitled",""			,"0","21"	,"Untitled.mp4","1.5"		,"243358"	,"P-Ro3edv170");
CdP[cr++] = new CdP("vertigo dance",""			,"1","43"	,"VertigoDance.mp4","1"		,"243359"	,"_Fxatq8DRns");
CdP[cr++] = new CdP("composition 301105",""		,"1","54"	,"",""				,"243366"	,"xGyCUzDh_00");
CdP[cr++] = new CdP("kyotoprotocol",""			,"0","29"	,"Kyotoprotocol.mp4","1.5"	,"243372"	,"VJpiXz_ecO4");
CdP[cr++] = new CdP("OGM GMO&#39;s",""			,"0","45"	,"OGM_GMOs.mp4","1.5"		,"243375"	,"FQe-x02SgZY");
CdP[cr++] = new CdP("the sounds of music",""		,"0","27"	,"TheSoundsOfMusic.mp4","1"	,"243379"	,"WWZkk9nzJww");

function CdP(theTitle, theSubTitle, theMinutes, theSeconds, theFile, theScale, theVimeoCode, theYouTubeCode)
{
this.theTitle = theTitle;
this.theSubTitle = theSubTitle;
this.theMinutes = theMinutes;
this.theSeconds = theSeconds;
this.theFile = theFile;
this.theScale = theScale;
this.theVimeoCode = theVimeoCode;
this.theYouTubeCode = theYouTubeCode;
}