/**
 * Created by 23rd and Walnut
 * www.23andwalnut.com
 * User: Saleem El-Amin
 * Date: 6/8/11
 * Time: 9:39 AM
 */

var myPlaylist = [

    {
        mp3:'mix/cloudsplitter_citizen_of_the_town.mp3',
        oga:'mix/cloudsplitter_citizen_of_the_town.ogg',
        title:'Cloudsplitter',
        artist:'Citizen Of The Town',
        rating:5,
        // buy:'#',
        price:'0',
        duration:'4:32',
        cover:'mix/cloudsplitter.jpg'

    },
    {
        mp3:'mix/the_jolts_the_dabbler.mp3',
        // oga:'mix/the_jolts_the_dabbler.ogg',
        title:'The Jolts',
        artist:'The Dabbler',
        rating:5,
        // buy:'#',
        price:'0',
        duration:'4:02',
        cover:'mix/jolts.jpg'

    },
    {
        mp3:'mix/bison_melody_this_is_for_you.mp3',
        // oga:'mix/bison_melody_this_is_for_you.ogg',
        title:'Bison',
        artist:'Melody This Is For You',
        rating:5,
        // buy:'#',
        price:'0',
        duration:'8:37',
        cover:'mix/bison.jpg'

    },
    {
        mp3:'mix/alicia_hansen_homesickness.mp3',
        // oga:'mix/alicia_hansen_homesickness.ogg',
        title:'Alicia Hansen',
        artist:'Homesickness - produced by Aaron Joyce',
        rating:5,
        // buy:'#',
        price:'0',
        duration:'3:13',
        cover:'mix/alicia_hansen.jpg'

    },
    {
        mp3:'mix/slates_broken_parts.mp3',
        // oga:'mix/slates_broken_parts.ogg',
        title:'Slates',
        artist:'Broken Parts',
        rating:5,
        // buy:'#',
        price:'0',
        duration:'4:40',
        cover:'mix/slates.jpg'

    },
    {
        mp3:'mix/haggatha_pinkus.mp3',
        // oga:'mix/haggatha_pinkus.ogg',
        title:'Haggatha',
        artist:'Pinkus',
        rating:5,
        // buy:'#',
        price:'0',
        duration:'5:12',
        cover:'mix/haggatha.jpg'

    },
    {
        mp3:'mix/whats_wrong_tohei_cruise_boat.mp3',
        // oga:'mix/whats_wrong_tohei_cruise_boat.ogg',
        title:'What\'s Wrong Tohei',
        artist:'Cruise Boat',
        rating:5,
        // buy:'#',
        price:'0',
        duration:'2:45',
        cover:'mix/whats_wrong_tohei.jpg'

    },

    {
        mp3:'mix/jess_hill_precariously.mp3',
        // oga:'mix/jess_hill_precariously.ogg',
        title:'Jess Hill',
        artist:'Precariously - produced by Aaron Joyce',
        rating:5,
        // buy:'#',
        price:'0',
        duration:'4:20',
        cover:'mix/jess_hill.jpg'

    },
    {
        mp3:'mix/ghost_house_footprint.mp3',
        // oga:'mix/ghost_house_footprint.ogg',
        title:'Ghost House',
        artist:'Footprint',
        rating:5,
        // buy:'#',
        price:'0',
        duration:'3:08',
        cover:'mix/ghost_house.jpg'

    },
    {
        mp3:'mix/the_pack_ad_bc_is_on_fire.mp3',
        // oga:'mix/the_pack_ad_bc_is_on_fire.ogg',
        title:'The Pack AD',
        artist:'BC Is On Fire',
        rating:5,
        // buy:'#',
        price:'0',
        duration:'3:41',
        cover:'mix/the_pack_ad.jpg'

    },
    {
        mp3:'mix/safety_show_death_dive.mp3',
        // oga:'mix/safety_show_death_dive.ogg',
        title:'Safety Show',
        artist:'Death Dive',
        rating:5,
        // buy:'#',
        price:'0',
        duration:'2:59',
        cover:'mix/safety_show.jpg'

    },
    {
        mp3:'mix/japandroids_younger_us.mp3',
        // oga:'mix/japandroids_younger_us.ogg',
        title:'Japandroids',
        artist:'Younger Us',
        rating:5,
        // buy:'#',
        price:'0',
        duration:'3:35',
        cover:'mix/japandroids.jpg'

    },
    {
        mp3:'mix/white_lung_atlanta.mp3',
        // oga:'mix/white_lung_atlanta.ogg',
        title:'White Lung',
        artist:'Atlanta',
        rating:5,
        // buy:'#',
        price:'0',
        duration:'2:36',
        cover:'mix/white_lung.jpg'

    }
];

