
		// Use Freely as long as following messages are intact ::
		//------------------------------------------------------------------------------
		// Fading Ticker JavaScript                                                    |
		// This script written and © 2002 Premshree Pillai.                            |
		// All rights reserved.                                                        |
		// Created on : 29/04/02                                                       |
		// Web : http://www.qiksearch.com/                                             |
		// Mail : premshree@hotmail.com                                                |
		// FREE JavaScripts at http://www.qiksearch.com/javascripts.htm                |
		// Location of script : http://www.qiksearch.com/javascripts/fading-ticker.htm |
		//------------------------------------------------------------------------------

		//--------------------------------------CUTOMISE----------------------------------------------

		// Ticker Messages ( HTML Tags supported)
		var qiksearch_ticker_text = new Array ("I was apprehensive about the visit, but the time you spent explaining everything made me feel much better and the veneers look just great - Peter H","The extraction was completely painless and extremely quick.. Amazing!, Doug F", "I just called in to say that the restorations you did are really great - you did a great job Doctor, Vijay B", "I have felt most comfortable with you doctor, and therefore don't mind traveling this far for my dental work even though I could find a dentist closer to home, Phyllis S", "I was afraid when I came in but felt absolutely no pain or discomfort - F Ghadialy","I have never felt so comfortable in a dental office - Gurpreet K","My 5 year old son loves you - Nivedita G","You explained everything very well - Janak R", "I had chronic pain in my back tooth for months, I consulted other dentists, but it was your diagnostic skills and advanced X-ray technology that identified the problem and resolved it.  I am finally pain-free and happy, - Dr. Husseini H");
//"Click here for a FREE REPORT on 10 points to consider in choosing a dentist", "Click here for a FREE REPORT on Breakthrough Options in Cosmetic Dentistry", "Limited time special web offer - FREE Professional Strength Crest Whitestrips - click here"
//"I was apprehensive about the visit, but the time you spent explaining everything made me feel much better and the veneers look just great - <font color="red">Peter H</font>","The extraction was completely painless and extremely quick.. Amazing!, Doug F", "I just called in to say that the restorations you did are really great - you did a great job Doctor, Vijay B", "I have felt most comfortable with you doctor, and therefore don't mind traveling this far for my dental work even though I could find a dentist closer to home, Phyllis S", "I was afraid when I came in but felt absolutely no pain or discomfort - F Ghadialy","I have never felt so comfortable in a dental office - Gurpreet K","My 5 year old son loves you - Nivedita G","You explained everything very well - Janak R", "I had chronic pain in my back tooth for months, I consulted other dentists, but it was your diagnostic skills and advanced X-ray technology that identified the problem and resolved it.  I am finally pain-free and happy, - Dr. Husseini H"
		// Ticker Message URLs
		var qiksearch_ticker_URL = new Array ("/pages/appreq.html", "/pages/appreq.html", "/pages/apptreq.html","/pages/apptreq.html","/pages/apptreq.html","/pages/apptreq.html","/pages/apptreq.html","/pages/apptreq.html","/pages/apptreq.html");

		// Ticker Message URLs' Target (1 for NEW WINDOW, 0 for SAME WINDOW)
		var qiksearch_ticker_target = new Array ("0", "0", "0", "0");

		var qiksearch_ticker_width = 500; // The width of the Ticker
		var qiksearch_ticker_height = 60; // The height of the Ticker
		var qiksearch_ticker_borderw=1; // Border width
		var qiksearch_ticker_borderc="#808080"; // Border Color
		var timeOutVal=250; // Delay in milliseconds
		var isPause=false; // true if you want pause on mouseover, else false
		                   // setting to true is a bit buggy

		//--------------------------------------------------------------------------------------------

		//-----------------------------DO-NOT-MODIFY-BELOW-THIS---------------------------------------

		var ie4=document.all&&navigator.userAgent.indexOf("Opera")==-1;
		var ns6=document.getElementById&&navigator.userAgent.indexOf("Opera")==-1;
		var ns4=document.layers;
		var qiksearch_tickerObj;
		var ticker_left_ns4=(screen.width/2-20)-Math.round(qiksearch_ticker_width/2);

		// Setting qiksearch_tickerObj depending on Browser
		function setTickerObj()
		{
		 if(ie4)
		 {
		  qiksearch_tickerObj=document.all.qiksearch_js_ticker;
		 }
		 if(ns6)
		 {
		  qiksearch_tickerObj=document.getElementById("qiksearch_js_ticker");
		 }
		}

		// isPause Content
		var isPauseContent;
		if(isPause)
		{
		 isPauseContent=' onMouseOver="delay_timeOutVal();" onMouseOut="resume_timeOutVal();"';
		}
		else
		{
		 isPauseContent='';
		}

		if(ie4||ns6)
		{
		 document.write('<table' + isPauseContent + '  onMouseUp="goURL();" width="' + qiksearch_ticker_width + '" height="' +  qiksearch_ticker_height + '" style="cursor:pointer; background:#FFFFFF; border:' + qiksearch_ticker_borderw + 'px solid ' + qiksearch_ticker_borderc + '"><tr><td align="middle">');
		 document.write('<div id="qiksearch_js_ticker">');
		 document.write('</div>');
		 document.write('</td></tr></table>');
		}

		var def_10='A',def_11='B',def_12='C',def_13='D',def_14='E',def_15='F';
		var colorVal=15;
		var div_count=0;

		// Fading Color code Generating function
		function qiksearch_fade_desat(getColorIntVal)
		{
		 var returnVal;
		 if(getColorIntVal>=10)
		 {
		  for(var i=0; i<=15; i++)
		  {
		   if((getColorIntVal==i))
		   {
		    returnVal = eval('def_' + i);
		   }
		  }
		 }
		 else
		 {
		  returnVal=getColorIntVal;
		 }
		 return(returnVal);
		}

		// Main
		function writeDiv()
		{
		 if(ie4||ns6)
		 {
		  qiksearch_tickerObj.innerHTML= '<font face="verdana,arial,helvetica" size="-1" color="#' +  joinColor(qiksearch_fade_desat(colorVal)) + '"><b>' + qiksearch_ticker_text[div_count] +  '</b></font>' ;
		 }
		 if(ns4)
		 {
		  qiksearch_tickerObj=document.qiksearch_ticker_ns4;
		  qiksearch_tickerObj.document.write('<table border="1" bordercolor="' + qiksearch_ticker_borderc + '"width="100%"><tr><td align="center"><a href="javascript:void(0);"' + isPauseContent + '  onMouseUp="javascript:goURL();"><font face="verdana,arial,helvetica" size="-1" color="#' +  joinColor(qiksearch_fade_desat(colorVal)) + '"><b>' + qiksearch_ticker_text[div_count] +  '</b></font></a></td></tr></table>');
		  qiksearch_tickerObj.document.close();
		 }
		 if((colorVal>0)  && (colorVal!=0))
		 {
		  colorVal--;
		 }
		 else
		 {
		  colorVal=15;
		  if(div_count<qiksearch_ticker_text.length)
		  {
		   div_count++;
		  }
		  if(div_count==qiksearch_ticker_text.length)
		  {
		   setTimeout("resetAll()",timeOutVal);
		   setTimeout("writeDiv()",timeOutVal);
		  }
		 }

		 if(div_count<qiksearch_ticker_text.length)
		 {
		  setTimeout("writeDiv()",timeOutVal);
		 }
		}

		// Generating Final Hex Color
		function joinColor(getColor)
		{
		 return (getColor + '0' + getColor + '0' + getColor + '0');
		}

		// Reset
		function resetAll()
		{
		 div_count=0;
		 colorVal=15;
		}

		// URL Navigation function
		function goURL()
		{
		 if(qiksearch_ticker_target[div_count]=="0")
		 {
		  location.href=qiksearch_ticker_URL[div_count];
		 }
		 else
		 {
		  if(qiksearch_ticker_target[div_count]=="1")
		  {
		   window.open(qiksearch_ticker_URL[div_count]);
		  }
		 }
		}

		// Setting Delay on MouseOver and MouseOut
		var temp_timeOutVal=timeOutVal;
		function delay_timeOutVal()
		{
		 timeOutVal=100000000000000;
		 setTimeout("writeDiv()",timeOutVal);
		}

		function resume_timeOutVal()
		{
		 timeOutVal=temp_timeOutVal;
		 setTimeout("writeDiv()",timeOutVal);
		}

		setTickerObj();
		// window.onload=writeDiv;

		if(ns4)
		{
		 document.write('<layer id="qiksearch_ticker_ns4" width="' + qiksearch_ticker_width + '" left="' + ticker_left_ns4 + '"></layer>');
		}
