function openVideo(a,b) {
$(a).html('<img src="static/image/mobile/images/icon_load.gif" />');
var w = $(a).width();
var h = w * 0.85;
if(/youku/.test(b)){ //解析优酷
b = b.match(/id_(.*?)\.html|sid\/(.*?)\/v/);
b = 'Youku Universal Player' + (b[1] ? b[1] : b[2]);
}else if( .test(b)){ //解析秒拍