function addScrollers() {
var today_obj=new Date()
var today_date=today_obj.getDate()
var tips=new Array()

tips[1]='Customers want and expect good service, always aim to go the extra mile.'
tips[2]='Do not keep the customer on hold for more than 30 seconds. If you cannot answer their query ask for their contact information and follow up promptly.'
tips[3]='Respect the customer\s point of view, look beyond their words to understand their feelings of the issue at hand.'
tips[4]='Control your biases and your judgments, interact with a positive attitude.'
tips[5]='Connect with your customers and show a desire to serve by going the extra mile.' 
tips[6]='Connect with your customers and show a desire to serve by going the extra mile.' 
tips[7]='Connect with your customers and show a desire to serve by going the extra mile.' 
tips[8]='Continuously look for ways to improve the customer service experience.'
tips[9]='Continuously challenge yourself and your organization to provide the best service.'
tips[10]='Set world-class examples for employees to follow.'
tips[11]='Take the step to improve the quality of your products and services, always look for ways to raise the bar.'
tips[12]='Take a step back from your work and evaluate how you can perform better and faster at work.'
tips[13]='Take a step back from your work and evaluate how you can perform better and faster at work.'
tips[14]='Take a step back from your work and evaluate how you can perform better and faster at work.'
tips[15]='Encourage employees to serve customers quickly and efficiently.'
tips[16]='Encourage employees to go the extra mile for customers.'
tips[17]='Look for ways to improve employee knowledge and team performance.'
tips[18]='Advise employees to user good manners and engage in polite conversation.'
tips[19]='Encourage employees to be prompt, timely, responsible and attentive.'
tips[20]='Encourage employees to be prompt, timely, responsible and attentive.'
tips[21]='Encourage employees to be prompt, timely, responsible and attentive.'
tips[22]='Encourage employees to be prompt, timely, responsible and attentive.'
tips[23]='Maintain a professional image, pay attention to your appearance and grooming.'
tips[24]='Be attentive to the customer; make sure that they are satisfied with their purchase and your service.'
tips[25]='Acknowledge customers immediately when they enter your business.'
tips[26]='Treat customers as guests; be fully attentive throughout the customer service transaction.'
tips[27]='Treat customers as guests; be fully attentive throughout the customer service transaction.'
tips[28]='Treat customers as guests; be fully attentive throughout the customer service transaction.'
tips[29]='Keep your office safe and clean, don’t allow for an unsafe or hazardous work environment to exist.'
tips[30]='Think and act as a team member, let the rumor mill churn without you.'
tips[31]='Be receptive and helpful to your colleagues, you will need their assistance in the future.'
tips[32]='Put things in their proper place, this will positively affect work flow processes.' 
tips[33]='Clean up your work station at the end of the day; do not expect your colleagues to clean up after you.'
tips[34]=
tips[35]=
tips[36]=
tips[37]=


startScroll('myscroller',tips[today_date]);
}

var speed=8;
var dR=false;

var step = 2; function objWidth(obj) {if(obj.offsetWidth) return obj.offsetWidth; if (obj.clip) return obj.clip.width; return 0;} function objHeight(obj) {if(obj.offsetHeight) return obj.offsetHeight; if (obj.clip) return obj.clip.height; return 0;} function scrF(i,sH,eH){var x=parseInt(i.top)+(dR? step: -step); if(dR && x>sH)x=-eH;else if(x<2-eH)x=sH;i.top = x+'px';} function startScroll(sN,txt){var scr=document.getElementById(sN); var sW = objWidth(scr); var sH = objHeight(scr); scr.innerHTML = '<div id="'+sN+'in" style="position:absolute; left:3px; width:'+sW+';">'+txt+'<\/div>'; var sTxt=document.getElementById(sN+'in'); var eH=objHeight(sTxt); sTxt.style.top=(dR? -eH : sH)+'px'; sTxt.style.clip='rect(0,'+sW+'px,'+eH+'px,0)'; setInterval(function() {scrF(sTxt.style,sH,eH);},1000/speed);}
window.onload = addScrollers;
