/*
Name: ninemsn.nz.news
Version: 1.0.0
Last Modified: 10/07/2011 8:41 PM
*/
ninemsn.nz=ninemsn.nz||{};ninemsn.nz.news=ninemsn.nz.news||{};ninemsn.nz.news.rhc=ninemsn.nz.news.rhc||{};ninemsn.nz.news.rhc.Video=function(){var f=ninemsn.utilities.ErrorHelper;var h=ninemsn.utilities.StringHelper;var a="ninemsn.nz.news.rhc.Video";var b="http://edge1.catalog.video.msn.com/videoByUuid.aspx?uuid={uuid}&responseEncoding=json&callbackName=?";var c="http://edge1.catalog.video.msn.com/videoByTag.aspx?mk=en-nz&ns=MSNVideo_Cat&tag=ENNZ_tvnz&sf=ActiveStartDate&ps=1&responseEncoding=json&callbackName=?";var d='<div class="videoModule"><a href="http://news.msn.co.nz/video.aspx?videoid={uuid}"><div class="image"><img src="http://img1.catalog.video.msn.com/image.aspx?uuid={uuid}&w=300&h=225&so=4" /></div><div class="title">{title}</div><div class="playOverlay"><img src="/img/dev/video_play_icon_transparent.png" /></div></a></div>';var e=null;function g(l,j){try{if((typeof j!="object")||(typeof j.video!="object")||(typeof j.video.length!="number")||(j.video.length<1)||(typeof j.video[0]!="object")||(typeof j.video[0].uuid!="object")||(typeof j.video[0].uuid.$!="string")||(typeof j.video[0].title!="object")||(typeof j.video[0].title.$!="string")){f.logError(a,"renderCallback","Data Source is not in the expected format.");}var m=h.substitute(d,{title:j.video[0].title.$,uuid:j.video[0].uuid.$});var i=$(l);i.html(m);i.animate({height:"225px",opacity:1});}catch(k){f.logErrorDebug(a,"renderCallback",k.toString());}}this.getVideoUuid=function(){return e;};this.setVideoUuid=function(i){e=i;};this.render=function(j){try{$(j).css({height:"0px",opacity:"0"});var k;if(!h.isNullOrEmpty(e)){k=h.substitute(b,{uuid:e});}else{k=c;}$.ajax({url:k,dataType:"jsonp",jsonp:"cb",jsonpCallback:"ninemsn_nz_news_rhc_Video",success:function(l){g(j,l);},cache:true});}catch(i){f.logErrorDebug(a,"render",i.toString());$(j).hide();}};};
