g_now = new Date(); 
g_year = g_now.getFullYear(); 
g_month = (g_now.getMonth()+1);
	if(g_month==1) g_month = "Jan" ;
 	if(g_month==2) g_month = "Fab" ;
 	if(g_month==3) g_month = "Mar" ;
 	if(g_month==4) g_month = "Apr" ;
 	if(g_month==5) g_month = "May" ;
 	if(g_month==6) g_month = "Jun" ;
 	if(g_month==7) g_month = "Jul" ;
 	if(g_month==8) g_month = "Aug" ;
 	if(g_month==9) g_month = "Sep" ;
 	if(g_month==10) g_month = "Oct" ;
 	if(g_month==11) g_month = "Nov" ;
 	if(g_month==12) g_month = "Dec" ;
 
g_date = g_now.getDate(); 
g_week = new Array("Sun","Mon","Tue","Wed","Thu","Fri","Sat"); 
g_weekday = g_week[g_now.getDay()]; 
g_today = g_weekday+", " + g_month + " " + g_date + ", " + g_year; 
g_time = g_now.getHours();
/*popup	*/

function  tour01(){
open("/tour/pop_tour_calendar.jsp","","left=0,top=0,scrollbars=yes,resizable=yes,width=600,height=565");
}
function  learn_more(){
open("/community/pop_learnmore.jsp","","left=0,top=0,scrollbars=no,resizable=yes,width=450,height=370");
}



/**/
function popState(member_id){
	window.open("/community/winners_view.jsp?member_id="+member_id, "viewer", "width=550, height=420, fullscreen=no, resizable=yes, left=350, top=250");	
}


function initImages() {
	/*
		var obj = document.getElementById("logoimage");
		var x, y;

		x = obj.offsetWidth;
		y = obj.offsetHeight;
		x = parseInt(x);
		y = parseInt(y);
				
		if (x > 256) {
					obj.style.width = 256;
					obj.style.height = 50;
		}
		*/

				
	}	

function show_answer(q, a) {
  var tagName = "";
  var id = "";

  for(var obj in document.all) {
    tagName = document.all[obj].tagName;
    id = document.all[obj].id;
    if (tagName == "DIV") {
      if (!id.indexOf("A")) document.all[obj].style.display = "none";
      if (!id.indexOf("Q")) document.all[obj].style.display = "block";
    }
  }
  q.style.display = "none";
  a.style.display = "block";
}

function show_answer_new(q, a) {
  var tagName = "";
  var id = "";

  return;

  for(var obj in document.all) {
    tagName = document.all[obj].tagName;
    id = document.all[obj].id;
    if (tagName == "DIV") {
      //if (!id.indexOf("A")) document.all[obj].style.display = "none";
      //if (!id.indexOf("Q")) document.all[obj].style.display = "block";
    }
  }
  q.style.display = "none";
  a.style.display = "block";
}

function show_answer1(q, a) {

	  var tagName = "";
	  var id = "";

	  for(var obj in document.all) {
		tagName = document.all[obj].tagName;
		id = document.all[obj].id;
		if (tagName == "DIV") {
		  if (!id.indexOf("A")) document.all[obj].style.display = "none";
		  if (!id.indexOf("Q")) document.all[obj].style.display = "block";
		}
	  }

	  document.getElementById(q).style.display = "none";
	  document.getElementById(a).style.display = "block";
	}

/**/
<!--
pic0 = new Image();
pic0.src = "/images/tour/pic_01.gif";

pic1 = new Image();
pic1.src = "/images/tour/pic_02.gif";

pic2 = new Image();
pic2.src = "/images/tour/pic_03.gif";

pic3 = new Image();
pic3.src = "/images/tour/pic_04.gif";

pic4 = new Image();
pic4.src = "/images/tour/pic_05.gif";

pic5 = new Image();
pic5.src = "/images/tour/pic_06.gif";

pic6 = new Image();
pic6.src = "/images/tour/pic_07.gif";

pic7 = new Image();
pic7.src = "/images/tour/pic_08.gif";
//
// -->