First Online portal based on Evening daily. Website consists of latest news, crime stories, special features, Entertainment, Movie news, Gossip news around the world.
/*function showInterstitial() {
var interstitial = '';
var isGuest = '';
var docHeight = $(document).height();
if(getInterstitialCookie('rwmobinterstitial') == "") {
setInterstitialCookie('rwmobinterstitial','rwmobinterstitialval',1);
gaTrackEvent("app-interstitial-mobile-publication","view","",0);
$("#overlay")
.height(docHeight)
.css({
'opacity' : 0.92,
'top': 0,
'left': 0,
'background-color': '#FFF',
'width': '100%',
'z-index': 9999,
'display':'block',
'position':'fixed'
});
} else {
gaTrackEvent("mobileviewer","view","",0);
window.location='';
}
}
function getInterstitialCookie(cname) {
var name = cname + "=";
var ca = document.cookie.split(';');
for(var i=0; i