var Qtip=new Array()
Qtip[0] = "Spread the word.  Let friends, family and nearby businesses know of your recycling and fundraising efforts. ";
Qtip[1] = "Make constant reminders or announcements ";
Qtip[2] = "Place collection boxes at convenient locations.";
Qtip[3] = "Make it rewarding - Reward individuals and groups with extra credit, treats or perks to motivate them.";
//Qtip[] = ""

var Q = Qtip.length;
var pikQtip=Math.round(Math.random()*(Q-1));

function disQtip(){document.write(Qtip[pikQtip]);}
disQtip();

