clear clc % extracts from http://www.cduniverse.com/ 12/30/04 collection(1) = makeCD( 'Blues', 'Clapton, Eric', 'Sessions For Robert J', 2004, 2, 18.95 ); collection(2) = makeCD( 'Blues', 'Charles, Ray', 'Genius Loves Company', 2004, 4.5, 15.35 ); collection(3) = makeCD( 'Blues', 'Charles, Ray', 'Spirit Of Christmas', 1986, 4.7, 10.09 ); collection(4) = makeCD( 'Blues', 'Charles, Ray', 'Very Best Of Ray Charles', 2000, 4.5, 9.49 ); collection(5) = makeCD( 'Classical', 'Bocelli, Andrea', 'Andrea', 2004, 4.6, 14.89 ); collection(6) = makeCD( 'Classical', 'Groban, Josh', 'Closer', 2003, 4.6, 15.35 ); collection(7) = makeCD( 'Classical', 'Phantom Of The Opera', 'The Phantom Of The Opera: Deluxe Edition', 2004, 2, 21.05 ); collection(8) = makeCD( 'Classical', 'Trans-Siberian Orchestra', 'Beethoven''s Last Night', 2000, 4.7, 15.19 ); collection(9) = makeCD( 'Country', 'Alison Krauss And Union Station', 'Lonely Runs Both Ways', 2004, 4.7, 14.29 ); collection(10) = makeCD( 'Country', 'Twain, Shania', 'Greatest Hits', 2004, 3.9, 13.49 ); collection(11) = makeCD( 'Country', 'Rogers, Kenny', 'Gift', 1996, 2.6, 8.19 ); collection(12) = makeCD( 'Latin', 'Yankee, Daddy', 'Barrio Fino', 2004, 4.6, 12.89 ); collection(13) = makeCD( 'Latin', 'Trevi, Gloria', 'Como Nace El Universo', 2004, 5, 12.15 ); collection(14) = makeCD( 'Latin', 'Ivy Queen', 'Real', 2004, 4.8, 13.29 ); collection(15) = makeCD( 'Latin', 'El Gran Combo', 'Aqui Estamos y De Verdad', 2004, 4.5, 12.15 ); collection(16) = makeCD( 'Latin', 'Fey', 'La Fuerza Del Destino', 2004, 4, 12.15 ); collection(17) = makeCD( 'Rock/Pop', 'U2', 'How To Dismantle An Atomic Bomb', 2004, 3.4, 13.49 ); collection(18) = makeCD( 'Rock/Pop', 'Ludacris', 'The Red Light District', 2004, 4, 13.49 ); collection(19) = makeCD( 'Rock/Pop', 'Alison Krauss And Union Station', 'Lonely Runs Both Ways', 2004, 4.7, 14.29 ); collection(20) = makeCD( 'Rock/Pop', '2Pac', 'Loyal To The Game', 2004, 3.9, 13.49 ); collection(21) = makeCD( 'Rock/Pop', 'Cure', 'Three Imaginary...', 2004, 4.5, 19.85 ); collection(22) = makeCD( 'R & B', 'Ludacris', 'The Red Light District', 2004, 4, 13.49 ); collection(23) = makeCD( 'R & B', '2Pac', 'Loyal To The Game', 2004, 3.9, 13.49 ); collection(24) = makeCD( 'R & B', 'Eminem', 'Encore', 2004, 3.5, 15.75 ); collection(25) = makeCD( 'R & B', 'T.I.', 'Urban Legend', 2004, 4.4, 14.75 ); collection(26) = makeCD( 'R & B', 'Nas', 'Street''s Disciple', 2004, 4.2, 15.99 ); collection(27) = makeCD( 'Rap', '2Pac', 'Loyal To The Game', 2004, 3.9, 13.49 ); collection(28) = makeCD( 'Rap', 'Eminem', 'Encore', 2004, 3.5, 15.75 ); collection(29) = makeCD( 'Rap', 'T.I.', 'Urban Legend', 2004, 4.4, 14.75 ); collection(30) = makeCD( 'Rap', 'Nas', 'Street''s Disciple', 2004, 4.2, 15.99 ); collection(31) = makeCD( 'Rap', 'Ashanti', 'Concrete Rose', 2004, 3.7, 14.15 ); collection(32) = makeCD( 'Heavy Metal', 'Rammstein', 'Reise, Reise', 2004, 4.2, 12.65 ); collection(33) = makeCD( 'Heavy Metal', 'Bon Jovi', '100,000,000 Bon Jovi Fans Can''t Be Wrong', 2004, 3.8, 47.15 ); collection(34) = makeCD( 'Heavy Metal', 'Killers', 'Hot Fuss', 2004, 4.4, 13.15 ); collection(35) = makeCD( 'Heavy Metal', 'Dream Theater', 'Live At Budokan', 2004, 4.8, 20.85 ); collection(36) = makeCD( 'Heavy Metal', 'Anthrax', 'Greater Of Two Evils', 2004, 3.8, 13.29 );