function xtractFileExt(a){a=a.replace(/^\s|\s$/g,"");if(a.match(/([^\/\\]+)\.(swf|wmv)$/i)){return RegExp.$2}else{return""}}function createPlayer(b,a,e,f,c){var d=xtractFileExt(a);if(d=="swf"){createSWFPlayer(b,a,e,f,c)}else{if(d=="wmv"){createWMVPlayer(b,a,e,f,c)}}}function createSWFPlayer(d,a,f,h,e){var b={file:a,image:f,height:h,width:e};var g={wmode:"opaque",allowfullscreen:"true",allowscriptaccess:"always"};var c={};swfobject.embedSWF("http://www.marriedinohio.com/movies/players/mediaplayer.swf",d,e,h,"7.0.0","http://www.marriedinohio.com/movies/players/expressInstall.swf",b,g,c)}function createWMVPlayer(b,c,i,h,g){var d=document.getElementById(b);var a="http://www.marriedinohio.com/movies/players/wmvplayer.xaml";var f={file:c,image:i,height:h,width:g,bufferlength:30};var e=new jeroenwijering.Player(d,a,f);if(Silverlight.isInstalled("1.0")==true){p=d.previousSibling;while(p.nodeType!=1){p=p.previousSibling}p.style.display="none"}};