_c_ts = '1170800146'; function get_ago(p_ts) { d_ts = _c_ts - p_ts; if(d_ts < 0 || d_ts > 86400) return ''; h_ago = Math.floor(d_ts / 3600); m_ago = Math.floor((d_ts / 60) % 60); s_ago = Math.floor(d_ts % 60); //if(!h_ago && !m_ago) return ''; ago_string = ''; if(h_ago) ago_string = h_ago + (h_ago > 1 ? " hours " : " hour "); if(m_ago) ago_string += m_ago + (m_ago > 1 ? " minutes " : " minute "); if(s_ago && !m_ago) ago_string += s_ago + (s_ago > 1 ? " seconds " : " second "); if(ago_string != '') ago_string = ', ' + ago_string + 'ago'; return ago_string; } myhost='www.roinila.com' if (location.hostname == myhost) { location.href="http://www.mosnews.com" } myhost2='roinila.com' if (location.hostname == myhost2) { location.href="http://www.mosnews.com" }