Quotes For Today


Quote Of The Day :


More Quotes Images
Add ‘Quote of the day‘ feature to your blog/website


EXAMPLE :
(Loading...)
Powered by Ink of Life

Header Quote Script

<br />
<br />
<div id="textrotator">
(Loading...)</div>
<script language="JavaScript">

function rotateEvery(sec)
{
var Quotation=new Array()

// QUOTATIONS
Quotation[0] = '&ldquo; Add Your First Quote Here.&rdquo; - <a href="#" target="_blank">Author</a>';
Quotation[1] = '&ldquo; Add Your Second Quote.&rdquo; - <a href="#" target="_blank">Author</a>';
Quotation[2] = '&ldquo; Add Your Third Quote.&rdquo; - <a href="#" target="_blank">Author</a>';
Quotation[3] = '&ldquo; Add Your Fourth Quote.&rdquo; - <a href="#" target="_blank">Author</a>';
Quotation[4] = '&ldquo; Add Your Fifth Quote.&rdquo; - <a href="#" target="_blank">Author</a>';
Quotation[5] = '&ldquo; Add Your Sixth Quote.&rdquo; - <a href="#" target="_blank">Author</a>';

var which = Math.round(Math.random()*(Quotation.length - 1));
document.getElementById('textrotator').innerHTML = Quotation[which];
   
setTimeout('rotateEvery('+sec+')', sec*2000);
}
rotateEvery(2);

</script>
<span style="float: right; font-size: 65%;">Powered by <a href="http://inkoflife.blogspot.com/search/label/random%20quotes%20widget%20blogger" target="_blank">Ink of Life</a></span>


Changing Duration
By default the duration is set to 2 seconds. For example:



You can increase or decrease the timing if you wish. For Example in the following example I have set the duration to 12 seconds:

Some Issues

By chance your quote contains any apostrophe then replace it with this code:

-