whispercast.local.static.url = {
  links: [
  ]
};

whispercast.local.static.s_cookie_id = 'custom';
whispercast.local.static.p_cookie_id = 'whispercast';

whispercast.local.static.popup_id = 'custom';

whispercast.local.static.popup_width = 648;
whispercast.local.static.popup_height = 408;

whispercast.local.mapURL = function(url) {
  var L = whispercast.local;
  var result = url;
  whispercast.log('MAPPED: '+result);
  return result;
}
whispercast.local.mapPlaceholder = function(url) {
  var result = '';

  var parsed = whispercast.uri.parse(url);
  if (parsed.path.match(/whispercast\/radiolynx\/files/gi))
    result = 'http://'+parsed.authority+':8080'+parsed.path.replace(/whispercast\/radiolynx\/files/gi, 'radiolynx/thumbnails')+'.jpg?wuname=preview&wword=0330bfbdb72cfeaadef7497dde9bedce';
  return result;
}

