/* AVIP Addon:ESPN (global header below AVIP header code) - Eton Bones*/
if(window['vidType']){
    vidType['ESPN']={};    
    vidType['ESPN'].prefix='http://sports.espn.go.com/broadband/player.swf?mediaId=%video%';    
    vidType['ESPN'].example='http://etonbones.proboards100.com/index.cgi?board=examples&action=display&thread=19';
    vidType['ESPN'].preprocess=function(vType,vURI){if(vURI.match(/videoId=([^&]+)/i))caller[caller.length-1].arguments[2]=RegExp.$1};
    vidType['ESPN'].params={allownetworking:'internal'}
}
