function Play(videoaspect, videourl) {
    if (navigator.userAgent.match(/iPad/i) == null && navigator.userAgent.match(/iPhone/i) == null && navigator.userAgent.match(/iPod/i) == null) {
        if (videoaspect == '16x9') {
            document.getElementById("player").innerHTML = '<embed id="main" name="main" type="application/x-shockwave-flash" src="../../mediaplayer.swf" flashvars="config={\'clip\':{\'urlResolvers\': \'bwcheck\',\'provider\':\'rtmp\',\'autoPlay\':\'true\',\'scaling\':\'fit\',\'bitrates\': [{\'url\':\'MP4:1Mbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'640\',\'height\':\'380\',\'bitrate\':\'1200\',\'isDefault\':\'true\'},{\'url\':\'MP4:720kbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'640\',\'height\':\'380\',\'bitrate\':\'720\'},{\'url\':\'MP4:325kbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'640\',\'height\':\'380\',\'bitrate\':\'320\'}]},\'plugins\':{\'rtmp\':{\'url\': \'../../flowplayer.rtmp-3.2.3.swf\',\'netConnectionUrl\':\'rtmp://128.91.53.216/appcvod/\'},\'bwcheck\': {\'url\': \'../../flowplayer.bwcheck-3.2.3.swf\',\'serverType\':\'wowza\',\'dynamic\':true,\'netConnectionUrl\': \'rtmp://128.91.53.216/appcvod/\'}},\'controls\':{\'fullscreen\':true,\'autoHide\':false}},\'playerId\':\'player\'}" allowfullscreen="true" quality="high" bgcolor="#000000"  height="404px" width="640px"> <br /> <img src="../files/images/Ac_videobranding.jpg" />';
            document.getElementById("player").style.height = '470px';
            var myClipList =   document.getElementsByClassName("clips");
            if (myClipList.length > 0)
            {
	    var myLinks = myClipList[0].getElementsByTagName('li');
	    for (i = 0; i <= (myLinks.length - 1); i++)
	    { 
	      	var a = myLinks[i].getElementsByTagName('a');
	    	if (a[0].href.indexOf(videourl) !=-1){
	      		myLinks[i].setAttribute("class", "ItemPlaying");
	      	} else 
	      	{
	      		myLinks[i].setAttribute("class", "Item");
	      	}
	      		
	    }
	    }
  	 	
        } else {
            document.getElementById("player").innerHTML = '<embed id="main" name="main" type="application/x-shockwave-flash" src="../../mediaplayer.swf" flashvars="config={\'clip\':{\'urlResolvers\': \'bwcheck\',\'provider\':\'rtmp\',\'autoPlay\':\'true\',\'scaling\':\'fit\',\'bitrates\': [{\'url\':\'MP4:1Mbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'640\',\'height\':\'500\',\'bitrate\':\'1200\',\'isDefault\':\'true\'},{\'url\':\'MP4:720kbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'640\',\'height\':\'500\',\'bitrate\':\'720\'},{\'url\':\'MP4:325kbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'640\',\'height\':\'500\',\'bitrate\':\'320\'}]},\'plugins\':{\'rtmp\':{\'url\': \'../../flowplayer.rtmp-3.2.3.swf\',\'netConnectionUrl\':\'rtmp://128.91.53.216/appcvod/\'},\'bwcheck\': {\'url\': \'../../flowplayer.bwcheck-3.2.3.swf\',\'serverType\':\'wowza\',\'dynamic\':true,\'netConnectionUrl\': \'rtmp://128.91.53.216/appcvod/\'}},\'controls\':{\'fullscreen\':true,\'autoHide\':false}},\'playerId\':\'player\'}" allowfullscreen="true" quality="high" bgcolor="#000000"  height="524px" width="640px"> <br /> <img src="../files/images/Ac_videobranding.jpg" />';
  	    document.getElementById("player").style.height = '580px';
            var myClipList =   document.getElementsByClassName("clips");
	    var myLinks = myClipList[0].getElementsByTagName('li');
	    if (myClipList.length > 0)
            {
            for (i = 0; i <= (myLinks.length - 1); i++)
	    { 
	      	var a = myLinks[i].getElementsByTagName('a');
	    	if (a[0].href.indexOf(videourl) !=-1){
	      		myLinks[i].setAttribute("class", "ItemPlaying");
	      	} else 
	      	{
	      		myLinks[i].setAttribute("class", "Item");
	      	}
	      		
	    }
	    }
        }

    } else {
        if (navigator.userAgent.match(/iPhone/i) == null) {
            if (videoaspect == '16x9') {

                document.getElementById("player").innerHTML = '<video src="http://streams.net.isc.upenn.edu:1935/appcvod/_definst_/1Mbps/16x9/MP4:' + videourl + '.mp4/playlist.m3u8" controls style=" height:360px ;width:640px" > </video><br /> <img src="../files/images/Ac_videobranding.jpg" /> ';
                document.getElementById("player").style.height = '470px';
            } else {
                document.getElementById("player").innerHTML = '<video src="http://streams.net.isc.upenn.edu:1935/appcvod/_definst_/1Mbps/4x3/MP4:' + videourl + '.mp4/playlist.m3u8" controls style=" height:480px ;width:640px" > </video><br /> <img src="../files/images/Ac_videobranding.jpg" />';
                document.getElementById("player").style.height = '580px';
            }
        } else {
            if (videoaspect == '16x9') {

                document.getElementById("player").innerHTML = '<video src="http://streams.net.isc.upenn.edu:1935/appcvod/_definst_/325kbps/16x9/MP4:' + videourl + '.mp4/playlist.m3u8" controls style=" height:360px ;width:640px" > </video><br /> <img src="../files/images/Ac_videobranding.jpg" /> ';
                document.getElementById("player").style.height = '470px';
            } else {
                document.getElementById("player").innerHTML = '<video src="http://streams.net.isc.upenn.edu:1935/appcvod/_definst_/325kbps/4x3/MP4:' + videourl + '.mp4/playlist.m3u8" controls style=" height:480px ;width:640px" > </video><br /> <img src="../files/images/Ac_videobranding.jpg" />';
                document.getElementById("player").style.height = '580px';
            }
        }
    }
}
function Play2(videoaspect, videourl, obj) {
    if (navigator.userAgent.match(/iPad/i) == null && navigator.userAgent.match(/iPhone/i) == null && navigator.userAgent.match(/iPod/i) == null) {
        if (videoaspect == '16x9') {
            document.getElementById("player").innerHTML = '<embed id="main" name="main" type="application/x-shockwave-flash" src="../../mediaplayer.swf" flashvars="config={\'clip\':{\'urlResolvers\': \'bwcheck\',\'provider\':\'rtmp\',\'autoPlay\':\'true\',\'scaling\':\'fit\',\'bitrates\': [{\'url\':\'MP4:1Mbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'640\',\'height\':\'380\',\'bitrate\':\'1200\',\'isDefault\':\'true\'},{\'url\':\'MP4:720kbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'640\',\'height\':\'380\',\'bitrate\':\'720\'},{\'url\':\'MP4:325kbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'640\',\'height\':\'380\',\'bitrate\':\'320\'}]},\'plugins\':{\'rtmp\':{\'url\': \'../../flowplayer.rtmp-3.2.3.swf\',\'netConnectionUrl\':\'rtmp://128.91.53.216/appcvod/\'},\'bwcheck\': {\'url\': \'../../flowplayer.bwcheck-3.2.3.swf\',\'serverType\':\'wowza\',\'dynamic\':true,\'netConnectionUrl\': \'rtmp://128.91.53.216/appcvod/\'}},\'controls\':{\'fullscreen\':true,\'autoHide\':false}},\'playerId\':\'player\'}" allowfullscreen="true" quality="high" bgcolor="#000000"  height="404px" width="640px"> <br /> <img src="../files/images/Ac_videobranding.jpg" />';
            document.getElementById("player").style.height = '470px';
            document.getElementById("player").playlist("ul.clips");
            
  	    obj.style.backgroundColor ="red";
        } else {
            document.getElementById("player").innerHTML = '<embed id="main" name="main" type="application/x-shockwave-flash" src="../../mediaplayer.swf" flashvars="config={\'clip\':{\'urlResolvers\': \'bwcheck\',\'provider\':\'rtmp\',\'autoPlay\':\'true\',\'scaling\':\'fit\',\'bitrates\': [{\'url\':\'MP4:1Mbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'640\',\'height\':\'500\',\'bitrate\':\'1200\',\'isDefault\':\'true\'},{\'url\':\'MP4:720kbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'640\',\'height\':\'500\',\'bitrate\':\'720\'},{\'url\':\'MP4:325kbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'640\',\'height\':\'500\',\'bitrate\':\'320\'}]},\'plugins\':{\'rtmp\':{\'url\': \'../../flowplayer.rtmp-3.2.3.swf\',\'netConnectionUrl\':\'rtmp://128.91.53.216/appcvod/\'},\'bwcheck\': {\'url\': \'../../flowplayer.bwcheck-3.2.3.swf\',\'serverType\':\'wowza\',\'dynamic\':true,\'netConnectionUrl\': \'rtmp://128.91.53.216/appcvod/\'}},\'controls\':{\'fullscreen\':true,\'autoHide\':false}},\'playerId\':\'player\'}" allowfullscreen="true" quality="high" bgcolor="#000000"  height="524px" width="640px"> <br /> <img src="../files/images/Ac_videobranding.jpg" />';
  	    document.getElementById("player").style.height = '580px';
  	    var myClipList =   document.getElementsByClassName("clips");
  	    var myLinks = myClipList[0].getElementsByTagName('li');
  	    for (i = 0; i <= (myLinks.length - 1); i++)
  		{ 
  		var a = myLinks[i].getElementsByTagName('a');

  			if (a[0].href.indexOf(videourl) !=-1){
  				myLinks[i].setAttribute("class", "ItemPlaying");
  		} else {
  				myLinks[i].setAttribute("class", "Item");
  		}
  		
  		}
  	 	
        }

    } else {
        if (navigator.userAgent.match(/iPhone/i) == null) {
            if (videoaspect == '16x9') {

                document.getElementById("player").innerHTML = '<video src="http://streams.net.isc.upenn.edu:1935/appcvod/_definst_/1Mbps/16x9/MP4:' + videourl + '.mp4/playlist.m3u8" controls style=" height:360px ;width:640px" > </video><br /> <img src="../files/images/Ac_videobranding.jpg" /> ';
                document.getElementById("player").style.height = '470px';
            } else {
                document.getElementById("player").innerHTML = '<video src="http://streams.net.isc.upenn.edu:1935/appcvod/_definst_/1Mbps/4x3/MP4:' + videourl + '.mp4/playlist.m3u8" controls style=" height:480px ;width:640px" > </video><br /> <img src="../files/images/Ac_videobranding.jpg" />';
                document.getElementById("player").style.height = '580px';
            }
        } else {
            if (videoaspect == '16x9') {

                document.getElementById("player").innerHTML = '<video src="http://streams.net.isc.upenn.edu:1935/appcvod/_definst_/325kbps/16x9/MP4:' + videourl + '.mp4/playlist.m3u8" controls style=" height:360px ;width:640px" > </video><br /> <img src="../files/images/Ac_videobranding.jpg" /> ';
                document.getElementById("player").style.height = '470px';
            } else {
                document.getElementById("player").innerHTML = '<video src="http://streams.net.isc.upenn.edu:1935/appcvod/_definst_/325kbps/4x3/MP4:' + videourl + '.mp4/playlist.m3u8" controls style=" height:480px ;width:640px" > </video><br /> <img src="../files/images/Ac_videobranding.jpg" />';
                document.getElementById("player").style.height = '580px';
            }
        }
    }
}
function PlayExtended(videoaspect, videourl) {
    if (navigator.userAgent.match(/iPad/i) == null && navigator.userAgent.match(/iPhone/i) == null && navigator.userAgent.match(/iPod/i) == null) {
        if (videoaspect == '16x9') {
            document.getElementById("player").innerHTML = '<embed id="main" name="main" type="application/x-shockwave-flash" src="../../mediaplayer.swf" flashvars="config={\'clip\':{\'urlResolvers\': \'bwcheck\',\'provider\':\'rtmp\',\'autoPlay\':\'true\',\'scaling\':\'fit\',\'bitrates\': [{\'url\':\'MP4:1Mbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'850\',\'height\':\'480\',\'bitrate\':\'1200\',\'isDefault\':\'true\'},{\'url\':\'MP4:720kbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'850\',\'height\':\'480\',\'bitrate\':\'720\'},{\'url\':\'MP4:325kbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'640\',\'height\':\'360\',\'bitrate\':\'320\'}]},\'plugins\':{\'rtmp\':{\'url\': \'../../flowplayer.rtmp-3.2.3.swf\',\'netConnectionUrl\':\'rtmp://128.91.53.216/appcvod/\'},\'bwcheck\': {\'url\': \'../../flowplayer.bwcheck-3.2.3.swf\',\'serverType\':\'wowza\',\'dynamic\':true,\'netConnectionUrl\': \'rtmp://128.91.53.216/appcvod/\'}},\'controls\':{\'fullscreen\':true,\'autoHide\':false}}}" allowfullscreen="true" quality="high" bgcolor="#000000"  height="520px" width="850px"> <br />  ';
			document.getElementById("player").style.width = '850px';
			document.getElementById("player").style.height = '520px';
        } else {
            document.getElementById("player").innerHTML = '<embed id="main" name="main" type="application/x-shockwave-flash" src="../../mediaplayer.swf" flashvars="config={\'clip\':{\'urlResolvers\': \'bwcheck\',\'provider\':\'rtmp\',\'autoPlay\':\'true\',\'scaling\':\'fit\',\'bitrates\': [{\'url\':\'MP4:1Mbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'850\',\'height\':\'480\',\'bitrate\':\'1200\',\'isDefault\':\'true\'},{\'url\':\'MP4:720kbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'850\',\'height\':\'480\',\'bitrate\':\'720\'},{\'url\':\'MP4:325kbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'640\',\'height\':\'360\',\'bitrate\':\'320\'}]},\'plugins\':{\'rtmp\':{\'url\': \'../../flowplayer.rtmp-3.2.3.swf\',\'netConnectionUrl\':\'rtmp://128.91.53.216/appcvod/\'},\'bwcheck\': {\'url\': \'../../flowplayer.bwcheck-3.2.3.swf\',\'serverType\':\'wowza\',\'dynamic\':true,\'netConnectionUrl\': \'rtmp://128.91.53.216/appcvod/\'}},\'controls\':{\'fullscreen\':true,\'autoHide\':false}}}" allowfullscreen="true" quality="high" bgcolor="#000000"  height="520px" width="850px"> <br />  ';
	document.getElementById("player").style.width = '850px';
	document.getElementById("player").style.height = '520px';
        }

    } else {
        if (navigator.userAgent.match(/iPhone/i) == null) {
            if (videoaspect == '16x9') {

                document.getElementById("player").innerHTML = '<video src="http://streams.net.isc.upenn.edu:1935/appcvod/_definst_/1Mbps/16x9/MP4:' + videourl + '.mp4/playlist.m3u8" controls style=" height:480px ;width:850px" > </video><br />  ';
            } else {
                document.getElementById("player").innerHTML = '<video src="http://streams.net.isc.upenn.edu:1935/appcvod/_definst_/1Mbps/4x3/MP4:' + videourl + '.mp4/playlist.m3u8" controls style=" height:480px ;width:850px" > </video><br /> ';

            }
        } else {
            if (videoaspect == '16x9') {

                document.getElementById("player").innerHTML = '<video src="http://streams.net.isc.upenn.edu:1935/appcvod/_definst_/325kbps/16x9/MP4:' + videourl + '.mp4/playlist.m3u8" controls style=" height:480px ;width:850px" > </video><br /> ';
            } else {
                document.getElementById("player").innerHTML = '<video src="http://streams.net.isc.upenn.edu:1935/appcvod/_definst_/325kbps/4x3/MP4:' + videourl + '.mp4/playlist.m3u8" controls style=" height:480px ;width:850px" > </video><br /> ';

            }
        }
    }
}


