Base64={_keyStr:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",encode:function(d){for(var a="",c,b,g,e,h,f,i=0,d=Base64._utf8_encode(d);i<d.length;)c=d.charCodeAt(i++),b=d.charCodeAt(i++),g=d.charCodeAt(i++),e=c>>2,c=(c&3)<<4|b>>4,h=(b&15)<<2|g>>6,f=g&63,isNaN(b)?h=f=64:isNaN(g)&&(f=64),a=a+this._keyStr.charAt(e)+this._keyStr.charAt(c)+this._keyStr.charAt(h)+this._keyStr.charAt(f);return a},decode:function(d){for(var a="",c,b,g,e,h,f=0,d=d.replace(/[^A-Za-z0-9\+\/\=]/g,"");f<
d.length;)c=this._keyStr.indexOf(d.charAt(f++)),b=this._keyStr.indexOf(d.charAt(f++)),e=this._keyStr.indexOf(d.charAt(f++)),h=this._keyStr.indexOf(d.charAt(f++)),c=c<<2|b>>4,b=(b&15)<<4|e>>2,g=(e&3)<<6|h,a+=String.fromCharCode(c),64!=e&&(a+=String.fromCharCode(b)),64!=h&&(a+=String.fromCharCode(g));return a=Base64._utf8_decode(a)},_utf8_encode:function(d){for(var d=d.replace(/\r\n/g,"\n"),a="",c=0;c<d.length;c++){var b=d.charCodeAt(c);128>b?a+=String.fromCharCode(b):(127<b&&2048>b?a+=String.fromCharCode(b>>
6|192):(a+=String.fromCharCode(b>>12|224),a+=String.fromCharCode(b>>6&63|128)),a+=String.fromCharCode(b&63|128))}return a},_utf8_decode:function(d){for(var a="",c=0,b=c1=c2=0;c<d.length;)b=d.charCodeAt(c),128>b?(a+=String.fromCharCode(b),c++):191<b&&224>b?(c2=d.charCodeAt(c+1),a+=String.fromCharCode((b&31)<<6|c2&63),c+=2):(c2=d.charCodeAt(c+1),c3=d.charCodeAt(c+2),a+=String.fromCharCode((b&15)<<12|(c2&63)<<6|c3&63),c+=3);return a}};
(function(d){function a(){d("a.aio-a").each(function(){var b=d(this).attr("href"),a;a:{a=b;for(var e in c)if(c[e].re.test(a)){a=c[e];break a}a=!1}a&&(a.phtml&&(b=a.phtml(b)),e="",a.html&&(e=a.html.replace(/{param}/g,b)),d(this).after(e).remove())})}var c={image:{title:"Image",ext:["jpg","jpeg","gif","png","svg"],html:'<img src="{param}" />'},media:{title:"Multimedia",ext:"mp3,wav,mp4,ogg,webm,avi".split(","),html:'<p style="text-align:center"><object><embed type="application/x-mplayer2"pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/MediaPlayer/"src="{param}" filename="{param}" autostart="false" showcontrols="True"showstatusbar="false" showdisplay="false" AutoSize="true" autorewind="false"height="253" width="350"></embed></object></p>'},
document:{title:"Document",ext:"pdf,doc,docx,xls,xlsx,ppt,pptx,ai,psd,tiff,eps,ps,xps,ttf,pages".split(","),html:'<p style="text-align:center"><a href="{param}" target="_blank"><b>Download File</b></a><br><iframe src="http://docs.google.com/gview?url={param}&amp;embedded=true"style="width: 100%; height: 600px;" frameborder="0"></iframe></p>'},ggdoc:{title:"Google Doc",re:/^https?:\/\/docs.google.com\/((viewer)|(open))/,html:'<p style="text-align:center"><iframe src="{param}&embedded=true" style="width: 100%; height: 600px;"></iframe></p>'},
slideshare:{title:"Slide share",re:/^http:\/\/www.slideshare.net\/slideshow\/embed_code/,html:'<p style="text-align:center"><iframe src="{param}" style="width:425px; height:355px; margin:auto"></iframe></p>'},zingmp3:{title:"Zing MP3 Player",re:/^http:\/\/static.mp3.zing.vn\/[^?#]+player[^?#]*\.swf/i,html:'<p style="text-align:center"><object width="300" height="61"><param name="movie" value="{param}" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><embed width="300" height="61" src="{param}" quality="high"wmode="transparent" type="application/x-shockwave-flash"></embed></object></p>'},
zingalbum:{title:"Zing Album",re:/^http:\/\/static.mp3.zing.vn\/[^?#]+playlist[^?#]*\.swf/i,html:'<p style="text-align:center"><object width="430" height="430"><param name="movie" value="{param}" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><embed width="430" height="430" src="{param}" quality="high"wmode="transparent" type="application/x-shockwave-flash"></embed></object></p>'},flash:{title:"Flash",ext:["swf","flv"],html:'<p style="text-align:center"><embed src="{param}" quality=high bgcolor=#FFF width="400" height="300" name="{param}" align=""type="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></embed></p>'},
zingmp3f:{title:"Translated Zing MP3 link",re:/^http:\/\/mp3\.zing\.vn\/bai-hat\/[^?#]+\.html/},zingalbumf:{title:"Translated Zing Album link",re:/^http:\/\/mp3\.zing\.vn\/album\/[^?#]+\.html/},nct:{title:"Nhac Cua Tui",re:/http:\/\/www\.nhaccuatui\.com\/nghe\?M=[a-zA-Z0-9]+/,html:'<p style="text-align:center"><object width="300" height="50"><param name="movie" value="{param}" /><param name="quality" value="high" />  <param name="wmode" value="transparent" /><embed src="{param}" quality="high" wmode="transparent"type="application/x-shockwave-flash" width="300" height="50"></embed></object></p>',
phtml:function(b){return b.replace("/nghe?M=","/m/")}},youtube:{title:"Youtube",re:/http:\/\/www\.youtube\.com\/watch\?v=[a-zA-Z0-9]/,html:'<p style="text-align:center"><object class="restrain" type="application/x-shockwave-flash" width="640" height="385"data="{param}?version=3&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded" id="yui-gen0"><param name="movie"value="{param}?version=3&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded"><param name="wmode" value="transparent"><param name="allowfullscreen" value="true"><embed width="640" height="385" type="application/x-shockwave-flash"src="{param}?version=3&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded" allowfullscreen="true" /></object></p>',
phtml:function(b){return b.replace("/watch?v=","/v/")}}};(function(){for(var b in c){var a=c[b];if(a.ext)a.re=RegExp("^http:\\/\\/[^?#]+\\.(("+a.ext.join(")|(")+"))([?#].*)?$","i")}})();(function(){c.zingmp3f.fhtml=function(a){if((a=d(a).find("#_strNoAuto").attr("value"))&&!(10>a.length)){var c;c="http://static.mp3.zing.vn/skins/mp3_main/flash/player/mp3Player_skin{random}.swf?xmlurl=".replace("{random}",1+Math.floor(11*Math.random()));return c+a}};c.zingalbumf.fhtml=function(a){if((a=d(a).find("#_strNoAuto").attr("value"))&&
!(10>a.length))return"http://static.mp3.zing.vn/skins/mp3_main/flash/mp3playlist.swf?xmlURL="+a}})();d(document).ready(function(){a()})})(jQuery);

