/** 
 * LBR Player configuration
 * I'm starting to hate this
 */  
var conf = { 
    // default clip configuration 
    defaults: { 
         
        autoPlay: false, 
        autoBuffering: false, 
        baseUrl: 'http://podcast.lowbudgetfm.com/episodes'         
    }
}
