<!--

// This is to show the current time
function upclock(){ 
var dte = new Date();
var hrs = dte.getHours();
var min = dte.getMinutes(); 
var sec = dte.getSeconds();
var col = ":";
var spc = " ";
var apm;

if (11 < hrs) { 
apm="PM";
hrs-=12;
}

else {
apm="AM";
}

if (hrs == 0) hrs=12;
if (min<=9) min="0"+min;
if (sec<=9) sec="0"+sec;

if(navigator.appName == "Netscape") {
document.clock.document.write(hrs+col+min+col+sec+spc+apm);
document.clock.document.close();
}

if (navigator.appVersion.indexOf("MSIE") != -1){
clock.innerHTML = hrs+col+min+col+sec+spc+apm;
}
} 

setInterval("upclock()",1000);

function showtime()
{
 if (!document.layers&&!document.all && !document.getElementById)
   return

 var Digital = new Date()
 var hours = Digital.getHours()
 var minutes = Digital.getMinutes()
 var seconds = Digital.getSeconds()
 var dn = "AM" 

 if (hours>12)
 {
   dn = "PM"
   hours = hours-12
 }

 if (hours == 0)
   hours = 12

 if (minutes <= 9)
   minutes="0"+minutes

 if (seconds <= 9)
   seconds = "0" + seconds


// myclock = hours + ":" + minutes + ":" + seconds + " " + dn
 myclock = hours + ":" + minutes + " " + dn

 document.getElementById("liveclock").innerHTML=myclock

 setTimeout("showtime()",1000)
}


// This is to disable right click

var msg = "Right Click Disabled!";

function disableIE() 
{
    if (document.all) 
    {
        alert(msg);
        return false;
    }
}

function disableNS(e) 
{
    if (document.layers||(document.getElementById&&!document.all)) 
    {
        if (e.which==2||e.which==3) 
        {
            alert(msg);
            return false;
        }
    }
}

if (document.layers) 
{
    document.captureEvents(Event.MOUSEDOWN);
    document.onmousedown=disableNS;
}
else 
{
    document.onmouseup=disableNS;
    document.oncontextmenu=disableIE;
}


document.oncontextmenu = new Function("alert(msg); return false")


// this is to pop up new window

function popitup(url)
{
	newwindow=window.open(url,'name','height=200,width=150');
	if (window.focus) {newwindow.focus()}
	return false;
}

//<a href="popupex.html" onClick="return popitup('popupex.html')">Link to popup</a>


function bookmark(url, description)
{
	netscape="Netscape User's hit CTRL+D to add a bookmark to this site."
	if (navigator.appName=='Microsoft Internet Explorer')
	{
		window.external.AddFavorite(url, description);
	}
	else if (navigator.appName=='Netscape')
	{
		alert(netscape);
	}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
	if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

<!--Begin
//scroller width
var swidth=165

//scroller height
var sheight=170

//scroller's speed;
var sspeed=2

var mymessage=''
//text: change to your own

mymessage='<div align="left"><font size=1.5 style="color: #fffffff;">"Responsible consumers are consumers that are aware of their rights as consumers and act wisely and responsibly. Each citizen of the country should be aware of their rights as consumers. Do make use of the services made available by <br><b>i-Respondent</b> to exercise your rights pro-actively today via market research surveys."<br><br><b>Mr Marimuthu Nadason<br>President<br>FOMCA<br>ERA Consumer Malaysia</b></font></DIV>'

function start(){
if (document.all) return
if (document.getElementById){
document.getElementById("slider").style.visibility="show"
ns6marquee(document.getElementById('slider'))
}
else if(document.layers){
document.slider1.visibility="show"
ns4marquee(document.slider1.document.slider2)
}
}
function ns4marquee(whichlayer){
ns4layer=eval(whichlayer)
ns4layer.document.write(mymessage)

ns4layer.document.close()
sizeup=ns4layer.document.height
ns4layer.top-=sizeup
ns4slide()
}
function ns4slide(){
if (ns4layer.top>=sizeup*(-1)){
ns4layer.top-=sspeed
setTimeout("ns4slide()",100)
}
else{
ns4layer.top=sheight
ns4slide()
}
}
function ns6marquee(whichdiv){
ns6div=eval(whichdiv)
ns6div.innerHTML=mymessage
ns6div.style.top=sheight
sizeup=sheight
ns6slide()
}
function ns6slide(){
if (parseInt(ns6div.style.top)>=sizeup*(-1)){
ns6div.style.top=parseInt(ns6div.style.top)-sspeed
setTimeout("ns6slide()",100)
}
else{
ns6div.style.top=sheight
ns6slide()
}
}

// End --->

function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->

<!--Begin
//scroller width
var swidth2=160

//scroller height
var sheight2=170

//scroller's speed;
var sspeed2=2

var mymessage2=''
//text: change to your own
mymessage2='<div align="left"><font size=1.5 style="color: #fffffff;">Dear <b>i-Respondent</b><br><br></font></DIV>'

mymessage2= mymessage2 + '<div align="left"><font size=1.5 style="color: white;">"Thank you for arranging the meet-up with other ladies for your health supplements study. It was a lively discussion and I get to share my views and the other participants, too. I enjoyed myself and believe the same goes to the rest. I would be most happy to participate again in future."<br><br><b>Lilian Po<br>Secretary to Director<br>Petaling Jaya</b><br><br></font></DIV>'

mymessage2= mymessage2 + '<div align="left"><font size=1.5 style="color: yellow;">"This is my first time going to a group discussion where it is the only place for me to pour my heart out, telling all the things that I like and dislike. By being part of this programme, I get to voice out as a consumer and I would like to say "Well Done!" to <b>i-Respondent</b> for inviting me. It is great to be one of those thousands out there who wants to give feedback as a consumer."<br><br><b>Shereen K<br>Student<br>Uniten</b><br><br></font></DIV>'

mymessage2= mymessage2 + '<div align="left"><font size=1.5 style="color: white;">"I had no awareness about consumers participation in market research prior to knowing about<br><b>i-Respondent</b>. You have opened my eyes! Thank you, <b>i-Respondent</b> for showing me a way to have my opinions heard. I find the <b>i-Respondent</b> team to be very professional in the entire process of having me attend the focus group. Your follow-up and preparation are impeccable. I highly recommend my friends and family to sign up to be an<br><b>i-Respondent</b>! Keep up the great work!!"<br><br><b>W H Tun<br>Training Consultant<br>Kuala Lumpur</b><br><br></font></DIV>'

mymessage2= mymessage2 + '<div align="left"><font size=1.5 style="color: yellow;">"I find the focus group interesting where it provides me with a lot of information and new found friends. We get to share freely our opinions and learn from each other regardless of our different races, backgrounds and experiences. I truly enjoy the discussion. Thank you <b>i-Respondent</b>."<br><br><b>Hisyam Ishak<br>Project Manager<br>Engineering<br>Kuala Lumpur</b><br><br></font></DIV>'

mymessage2= mymessage2 + '<div align="left"><font size=1.5 style="color: white;">"I went for my first FGD the other day and I must say it was a pleasant surprise for me. It was a most fulfilling experience as I had the opportunity to have my voice and opinion as a consumer be counted.  Finally ... a chance to make a difference to my community via consumerism.  What more do you want in just an hour - my voice to be heard, money to be made, new people to be met, knowledge to be gained and to top it off, all fun to be had. I would do it again for it is definitely a worthwhile time spent."<br><br><b>R J Baharuddin<br>Consultant<br>Training<br>Kuala Lumpur</b><br><br></font></DIV>'

mymessage2= mymessage2 + '<div align="left"><font size=1.5 style="color: yellow;">"The telco survey was very interesting. The atmosphere was relaxing and the people were very friendly. Not only did I meet some fascinating people but the session also offered me a learning opportunity. I am sure it was a fun and entertaining experience for everyone involved. Many of those who attended were excited that their views may have long term positive benefits. <br><br>Thank you for the opportunity."<br><br><b>V Vishnu<br>Technical Manager<br>IT<br>Kuala Lumpur</b><br><br></font></DIV>'

mymessage2= mymessage2 + '<div align="left"><font size=1.5 style="color: #fffffff;">"Had the opportunity to participate in a survey conducted by <b>ACNielsen</b> and found the team to be professional in their approach. The survey was completed within the time frame given. Questions they asked were precise and to the point. Will not hesitate to participate next time. Thank you for including us in your survey."<br><br><b>Puan G<br>Florist<br>Kuala Lumpur</b><br><br></font></DIV>'

mymessage2 = mymessage2 + '<div align="left"><font size=1.5 style="color:yellow;">"Attending survey is fun, I get to speak my mind and know that my opinions matter.  Refreshments are also being served.  I get to meet new people and the best part is ... I get paid for it!"<br><br><b>Chris Yap<br>Executive Assistant<br>Furniture Trading<br>Petaling Jaya</b><font><br><br></DIV>'

mymessage2 = mymessage2 + '<div align="left"><font size=1.5 style="color:white;">"I was invited to attend a focus group and very unwillingly, I attended one. To my surprise it was indeed a happy experience.<br><br>I thought the initial screening part was conducted in a very professional way and on the day of the discussion, what we usually called "M&rsquo;sian time" was not in the dictionary of the people who were screened for the discussion. Everyone came on time and it started on time. We were given every opportunity to express our 2-cents worth of thoughts at questions opened to us. I can safely say that after the discussion, we were all impressed by the way it was so professionally conducted, as well as, we were made to feel our opinions matter a lot to them.<br><br>Don&rsquo;t just talk about it but join focus groups coordinated by<br><b>i-Respondent</b> to make your opinions heard loud and clear.<br><br>Thank you for the great opportunity and looking forward to attending more in the near future."<br><br><b>Mr H L Lee<br>Professional PhotoLab Owner<br>Kuala Lumpur</b><br><br></font></DIV>'


mymessage2 = mymessage2 + '<div align="left"><font size=1.5 style="color:yellow;">"I had a fantastic time just speaking my mind out, will definitely look out for more sessions to attend.<br><br>Furthermore, I also get to meet interesting people to share my opinions and have fun with. Best part of it, I get fed and paid for the session."<br><br><b>Tony S<br>Manager<br>Medical Supplies & Services<br>Kuala Lumpur</b><br><br></font></DIV>'

mymessage2 = mymessage2 + '<div align="left"><font size=1.5 style="color:white;">"I had an opportunity to participate in the focus session conducted by <b>Research International</b>. As part of this session, I get to listen to others first before offering my opinion and relate my experience. This is also an easy way to meet new people, and I get paid, too. Thanks for allowing me to post my opinions."<br><br><b>CL<br>Marketing Director<br>Kuala Lumpur</b><br><br></font></DIV>'

mymessage2 = mymessage2 + '<div align="left"><font size=1.5 style="color:yellow;">"I highly recommend anyone to participate in<br><b>i-Respondent</b>&rsquo;s arranged surveys as the topics of research are not just fun but thought-provoking. And the best thing is that you can put in your "two cents worth" of ideas and opinions and BE HEARD!!!  Whether you are "young" or "old". Your opinions are of value.<br><br>The facilitators arranged by <b>i-Respondent</b> are professional people. They ask intelligent questions that will go back to their clients who obviously think that your input matters enough to even pay you a token for your precious time spent with the interviewers. And at the same time you may consider yourself contributing to a good social cause."<br><br><b>Ms Chin<br>Lawyer<br>Kuala Lumpur</b><br><br></font></DIV>'

mymessage2 = mymessage2 + '<div align="left"><font size=1.5 style="color:white;">"Thank you <b>i-Respondent</b> for inviting me to a diapers survey recently.  Being a new mom myself, it truly benefits me to learn from other mothers on how they care for their babies in terms of the various types of diapers, their usages, etc.   I would highly encourage mothers to participate in surveys so that they may share their invaluable experience and to learn from each other."<br><br><b>Mdm W T Liang<br>Independent Distributor<br>Kuala Lumpur</b><br><br></font></DIV>'

mymessage2 = mymessage2 + '<div align="left"><font size=1.5 style="color:yellow;">"This is my first time joining a focus group with<br><b>i-Respondent</b>. I find that the recruiter is very friendly and am comfortable during the screening process. For me, it is good to participate in this kind of discussion as it expands my network of friends. Additionally, I am privileged to know what&rsquo;s new and what&rsquo;s next for the product being studied.<br><br> Do recommend your friends or family members to register with <b>i-Respondent</b> as you will be rewarded with reward points. The people that you recommend will also get something in return."<br><br><b>A Syahir<br>Executive<br>Banking<br>Kuala Lumpur</b><br><br></font></DIV>'

mymessage2 = mymessage2 + '<div align="left"><font size=1.5 style="color:white;">"Not only was the beer survey fun and exciting, I managed to befriend some of the respondents and learned new things from them.  Thank you<br><b>i-Respondent</b> for inviting me for the survey."<br><br><b>Y K Yong<br>Sales Executive<br>Confectionery<br>Kuala Lumpur</b><br><br></font></DIV>'

mymessage2 = mymessage2 + '<div align="left"><font size=1.5 style="color:yellow;">"I really enjoyed myself during the focus group as I didn&rsquo;t only get to voice my opinion but get to listen to others&rsquo; opinions on the subject discussed.  Furthermore, I was given product sample and instant hard cash for just 2 hours of sharing!<br><br>Thank you, <b>i-Respondent</b>.  I look forward to attending more focus groups."<br><br><b>Mdm S G Chin<br>Homemaker</b><br><br></font></DIV>'

mymessage2 = mymessage2 + '<div align="left"><font size=1.5 style="color:white;">"Thank you for the opportunity to be part of the focus group (Project Zest). It&rsquo;s an honor to be provided the liberty to share my views and being treated important as a consumer in the marketplace.<br><br>From the survey, it definitely has attempted to understand our needs and wants, which I believe it should be important to refine/reposition the products, service, or brand tailoring to our needs and lifestyle. It was a fantastic moment trying to explore and speak our mind for the mock-up ad.<br><br>Once again, thank you for the great opportunity and I sincerely look forward to be able to share my concrete views in the near future."<br><br><b>Alex Cheah<br>POS Executive<br>Oil & Gas<br>Kuala Lumpur</b><br><br></font></DIV>'

mymessage2= mymessage2 + '<div align="left"><font size=1.5 style="color: yellow;">"The alcohol-related interview was not only interesting and fun, it also allowed me to express my honest opinions freely.  I hope with my feedback, the alcoholic beverages producers will be able to improve their quality of products to better our standards of living.  I certainly look forward to attending another survey in the near future. "<br><br><b>Jin Ho<br>Student<br>HELP University College</b><br><br></font></DIV>'

function start2(){
if (document.all) return
if (document.getElementById){
document.getElementById("slider2").style.visibility="show"
ns6marquee2(document.getElementById('slider2'))
}
else if(document.layers){
document.slider12.visibility="show"
ns4marquee2(document.slider12.document.slider22)
}
}
function ns4marquee2(whichlayer2){
ns4layer2=eval(whichlayer2)
ns4layer2.document.write(mymessage2)

ns4layer2.document.close()
sizeup2=ns4layer2.document.height
ns4layer2.top-=sizeup2
ns4slide2()
}
function ns4slide2(){
if (ns4laye2r.top>=sizeup2*(-1)){
ns4layer2.top-=sspeed2
setTimeout("ns4slide2()",100)
}
else{
ns4layer2.top=sheight2
ns4slide2()
}
}
function ns6marquee2(whichdiv){
ns6div2=eval(whichdiv)
ns6div2.innerHTML=mymessage2
ns6div2.style.top=sheight2
sizeup2=sheight2
ns6slide2()
}
function ns6slide2(){
if (parseInt(ns6div2.style.top)>=sizeup2*(-1)){
ns6div2.style.top=parseInt(ns6div2.style.top)-sspeed2
setTimeout("ns6slide2()",100)
}
else{
ns6div2.style.top=sheight2
ns6slide2()
}
}

// End --->