document.write ('<div id="cpCntVEN"  style="width:300px;"></div>');

function getRelatedVideo_VENTUNO(){
     url="http://ventuno.in/saplayer/content_SA.php?partner="+vn_publisher_code+"&vnheight="+vn_height+"&vnwidth="+vn_width;
	 var script_id = null;  
	 var script = document.createElement('script');  
	 script.setAttribute('type', 'text/javascript');  
	 script.setAttribute('src', url);  
	 script.setAttribute('id', 'script_id');  
	   
	  script_id = document.getElementById('script_id');  
	  if(script_id){  
	     document.getElementsByTagName('head')[0].removeChild(script_id);  
	  }  
      // Insert <script> into DOM  
	  document.getElementsByTagName('head')[0].appendChild(script);  
}  
 
function callback(data) {  
     txt=data['content'];  
 	 RVcnt=document.getElementById('cpCntVEN');
     RVcnt.innerHTML=txt;      
}
document.write ('<script type="text/javascript" src="http://ventuno.in/saplayer/getContent_SA.js?v=0.03"></script>');
getRelatedVideo_VENTUNO();
