logo

'); } function MessageComment(replyid) { SetIframeHeight(100,replyid); } function SetIframeHeightAsLogin(isLoggedIn,replyid) { $("#commentiframe" + replyid).height(CountFormHeight(isLoggedIn)); } function SetIframeHeight(h,replyid) { $("#commentiframe" + replyid).height(h); } function CountFormHeight(isLoggedIn) { var baseHeight = 200; //if not logged it has to be more as there is more errors that can popup var heightLogin = 0; var heightSpecialKeyboard = 0; var heightTxtFields = 335; var heightChbNotify = 0; var heightCaptcha = 70; if(isLoggedIn) { baseHeight = 150; heightTxtFields = 160; heightCaptcha = 0; } return baseHeight + heightLogin + heightSpecialKeyboard + heightCaptcha + heightChbNotify + heightTxtFields; } function LoginLogoutSignupClick(pageToGo, replyid) { $('div[id^=replycomment]').html(''); openIframeModal(pageToGo); //window.location ='http://www.voanews.com'+pageToGo; }

Source: http://news.google.com/news/url?sa=t&fd=R&usg=AFQjCNGWhdVi_7Dzd99p5nYULZHJuTeRHg&url=http://www.voanews.com/content/south-sudan-accuses-sudan-of-arms-airdrops-to-militia-group/1514844.html