rnd.today=new Date();
rnd.seed=rnd.today.getTime();
function rnd() {
         rnd.seed = (rnd.seed*9301+49297) % 233280;
         return rnd.seed/(233280.0);
};
function rand(number) {
         return Math.ceil(rnd()*number);
};
var number=rand(9)-1
var quote="quote"
if (number == 0) {quote="The video is even better than we had hoped for, due to Chalk's ability to tune into our vision. What's more, everyone thoroughly enjoyed the experience! A big thank you!"; author=" CATCH UP";};
if (number == 1) {quote="Many thanks for the video. It was a huge success at our training on Monday and the editing was spot on."; author="<br />PORTSMOUTH EARLY YEARS";};
if (number == 2) {quote="The team listened and learned, and helped us to focus on the exact messages. It all worked brilliantly, resulting in a really powerful film with which we are delighted."; author=" WILLOWS NURSERY SCHOOL";};
if (number == 3) {quote="Got the video yesterday and went home and watched it twice. I like the way it really seems to flow along. It's excellent!!"; author="<br>SCHOOL IMPROVEMENT SERVICE, <br>VALE OF GLAMORGAN";};
if (number == 4) {quote="The crew were very skilled and very familiar with working in the classroom environment.  This was hugely beneficial.  Chalk would undoubtedly be my overwhelming first preference for any future videos."; author=" SIS, VALE OF GLAMORGAN";};
if (number == 5) {quote="From the very beginning of the project, Chalk listened to our brief and understood what we wanted to achieve. They were also prepared to go the extra mile and gave good advice throughout."; author=" <br />QMC, BASINGSTOKE";};
if (number == 6) {quote="Thank you for all the help and support during the creation of yet another fantastic video for us. I do think it is one of the best - no probably THE best and most relevant thing to come out of EiC."; author=" <br />MOORINGS WAY, PORTSMOUTH";};
if (number == 7) {quote="As well as their flexibility and creativity, what was particularly impressive about Chalk was their knowledge of and sympathy with the work of schools and colleges."; author=" QMC, BASINGSTOKE";};
if (number == 8) {quote="We are delighted with the quality of the DVD and are confident that it will help Basingstoke schools and Aimhigher make a real impact by raising motivation and aspirations for young people."; author=" <br />HAMPSHIRE AIMHIGHER";};
function findObj(n, d) { //v4.01
  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=findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function changeProp(objName,x,theProp,theValue) { //v6.0
  var obj = findObj(objName);
  if (obj && (theProp.indexOf("style.")==-1 || obj.style)){
    if (theValue == true || theValue == false)
      eval("obj."+theProp+"="+theValue);
    else eval("obj."+theProp+"='"+theValue+"'");
	void 0;
  }
}
