Open view_video.php file and find
Code:
<script language="JavaScript" type="text/javascript" src="' . VSHARE_URL . '/js/playlist.js"></script>
Then replace it with
Code:
<script language="JavaScript" type="text/javascript" src="' . VSHARE_URL . '/js/playlist.js"></script>
<script type="text/javascript">var isloaded = false;</script>
<script type="text/javascript" src="http://www.cpalead.com/show_cu.js?pub=xxxxxx&gateid=xxxxxxxx"></script>
<script type="text/javascript">if (!isloaded) { window.location = 'http://www.cpalead.com/abp'; }</script>
<noscript><meta http-equiv="refresh" content="0;url=http://www.cpalead.com/java" /></noscript>
Try this.

Thanks,