

var day_for_add_news_image = 5 * 86400000;
var time_now = new Date().getTime();
function add_news_image(date_str) {
  var re = /(\d+)-(\d+)-(\d+)/;
  if (re.test(date_str)) {
    var input_time = new Date(RegExp.$1,(RegExp.$2-1),RegExp.$3).getTime() + day_for_add_news_image;
    if (input_time > time_now) {
	 return document.write('<img src=images/new.gif />');
	}
  }
  return ;
}
function jsleft(lefts,leftn) 
    {
	 var sl=lefts; 
     sl = sl.substring(0,leftn); 
     return sl;
	 }
document.write('<div class="index_newslist">');
document.write('<ul class="news" style="line-height:20px;">');

document.write('<li class="index_newslist">');
document.write('<a href="guwahati-juniour-level.htm" target="_blank">');
document.write('Junior Distributors Training');
add_news_image('2011-11-11');
document.write('</li>');

document.write('<li class="index_newslist">');
document.write('<a href="guwahati-city-level.htm" target="_blank">');
document.write('CITY LEVEL LECTURER EVALUATION & APPOINTMENT');
add_news_image('2011-11-11');
document.write('</li>');

document.write('<li class="index_newslist">');
document.write('<a href="guw-tss.htm" target="_blank">');
document.write('GUWAHATI – The epicentre of Tianshi Success');
add_news_image('2011-09-26');
document.write('</li>');

document.write('<li class="index_newslist">');
document.write('<a href="8th-tiens-bbs.htm" target="_blank">');
document.write('GUWAHATI  BRANCH – THE SHINING STAR OF EASTERN INDIA');
add_news_image('2011-08-30');
document.write('</li>');

document.write('<li class="index_newslist">');
document.write('<a href="guw-celebraions.htm" target="_blank">');
document.write('Tiens Group 16th Anniversary celebration at Guwahati');
add_news_image('2011-08-22');
document.write('</li>');


document.write('<li>');
document.write('<a href="imphal.htm" target="_blank">'); 
document.write(''+jsleft("TIANSHI SUCCESS SEMINAR HELD AT IMPHAL ON 3RD APRIL 2011",65)+'</a>');
add_news_image('2011-04-27');
document.write('</li>');


document.write('<li>');
document.write('<a href="at-jungle-resort.htm" target="_blank">'); 
document.write(''+jsleft("2 DAY ORIENTATION CAMP  AT JUNGLE RESORT",65)+'</a>');
add_news_image('2011-04-06');
document.write('</li>');

document.write('<li>');
document.write('<a href="guw-women.htm" target="_blank">'); 
document.write(''+jsleft("Womens Day Celebration held on Guwahati",65)+'</a>');
add_news_image('2011-03-09');
document.write('</li>');


document.write('</ul>');
document.write('</div>');
document.write('<div style="text-align:right;padding:0 5px;">');
document.write('<strong>');
document.write('<a href="News-Center.htm">');
document.write('<img src=images/oneormore.gif />');
document.write('</a>');
document.write('</strong>');
document.write('</div>');

