// JavaScript Document
//Javascript Created by Computerhope http://www.computerhope.com

//store the quotations in arrays



var images = [],
index = 0;

images[0] = "<a href='http://www.uskidsgolf.com/store.cfm?section=playandlearning' target='_parent'> <img src='http://www.uskidsgolf.com/static/images/www/pages/Image/PlayandLearning_off.jpg' border='0' class='fade'  style='background: url(http://www.uskidsgolf.com/static/images/www/pages/Image/PlayandLearning_on.jpg);' /></a>";

images[1] = "<a href='http://www.uskidsgolf.com/store.cfm?section=playandlearning' target='_parent'> <img src='http://www.uskidsgolf.com/static/images/www/pages/Image/PlayandLearning_off1.jpg' border='0' class='fade'  style='background: url(http://www.uskidsgolf.com/static/images/www/pages/Image/PlayandLearning_on1.jpg);' /></a>";

images[2] = "<a href='http://www.uskidsgolf.com/store.cfm?section=playandlearning' target='_parent'> <img src='http://www.uskidsgolf.com/static/images/www/pages/Image/PlayandLearning_off2.jpg' border='0' class='fade'  style='background: url(http://www.uskidsgolf.com/static/images/www/pages/Image/PlayandLearning_on2.jpg);' /></a>";

images[3] = "<a href='http://www.uskidsgolf.com/store.cfm?section=playandlearning' target='_parent'> <img src='http://www.uskidsgolf.com/static/images/www/pages/Image/PlayandLearning_off3.jpg' border='0' class='fade'  style='background: url(http://www.uskidsgolf.com/static/images/www/pages/Image/PlayandLearning_on3.jpg);' /></a>";

images[4] = "<a href='http://www.uskidsgolf.com/store.cfm?section=playandlearning' target='_parent'> <img src='http://www.uskidsgolf.com/static/images/www/pages/Image/PlayandLearning_off4.jpg' border='0' class='fade'  style='background: url(http://www.uskidsgolf.com/static/images/www/pages/Image/PlayandLearning_on4.jpg);' /></a>";

images[5] = "<a href='http://www.uskidsgolf.com/store.cfm?section=playandlearning' target='_parent'> <img src='http://www.uskidsgolf.com/static/images/www/pages/Image/PlayandLearning_off5.jpg' border='0' class='fade'  style='background: url(http://www.uskidsgolf.com/static/images/www/pages/Image/PlayandLearning_on5.jpg);' /></a>";

images[6] = "<a href='http://www.uskidsgolf.com/store.cfm?section=playandlearning' target='_parent'> <img src='http://www.uskidsgolf.com/static/images/www/pages/Image/PlayandLearning_off6.jpg' border='0' class='fade'  style='background: url(http://www.uskidsgolf.com/static/images/www/pages/Image/PlayandLearning_on6.jpg);' /></a>";

images[7] = "<a href='http://www.uskidsgolf.com/store.cfm?section=playandlearning' target='_parent'> <img src='http://www.uskidsgolf.com/static/images/www/pages/Image/PlayandLearning_off7.jpg' border='0' class='fade'  style='background: url(http://www.uskidsgolf.com/static/images/www/pages/Image/PlayandLearning_on7.jpg);' /></a>";

images[8] = "<a href='http://www.uskidsgolf.com/store.cfm?section=playandlearning' target='_parent'> <img src='http://www.uskidsgolf.com/static/images/www/pages/Image/PlayandLearning_off8.jpg' border='0' class='fade'  style='background: url(http://www.uskidsgolf.com/static/images/www/pages/Image/PlayandLearning_on8.jpg);' /></a>";

images[9] = "<a href='http://www.uskidsgolf.com/store.cfm?section=playandlearning' target='_parent'> <img src='http://www.uskidsgolf.com/static/images/www/pages/Image/PlayandLearning_off9.jpg' border='0' class='fade'  style='background: url(http://www.uskidsgolf.com/static/images/www/pages/Image/PlayandLearning_on9.jpg);' /></a>";

images[10] = "<a href='http://www.uskidsgolf.com/store.cfm?section=playandlearning' target='_parent'> <img src='http://www.uskidsgolf.com/static/images/www/pages/Image/PlayandLearning_off10.jpg' border='0' class='fade'  style='background: url(http://www.uskidsgolf.com/static/images/www/pages/Image/PlayandLearning_on10.jpg);' /></a>";

images[11] = "<a href='http://www.uskidsgolf.com/store.cfm?section=playandlearning' target='_parent'> <img src='http://www.uskidsgolf.com/static/images/www/pages/Image/PlayandLearning_off11.jpg' border='0' class='fade'  style='background: url(http://www.uskidsgolf.com/static/images/www/pages/Image/PlayandLearning_on11.jpg);' /></a>";

images[12] = "<a href='http://www.uskidsgolf.com/store.cfm?section=playandlearning' target='_parent'> <img src='http://www.uskidsgolf.com/static/images/www/pages/Image/PlayandLearning_off12.jpg' border='0' class='fade'  style='background: url(http://www.uskidsgolf.com/static/images/www/pages/Image/PlayandLearning_on12.jpg);' /></a>";

images[13] = "<a href='http://www.uskidsgolf.com/store.cfm?section=playandlearning' target='_parent'> <img src='http://www.uskidsgolf.com/static/images/www/pages/Image/PlayandLearning_off13.jpg' border='0' class='fade'  style='background: url(http://www.uskidsgolf.com/static/images/www/pages/Image/PlayandLearning_on13.jpg);' /></a>";

images[14] = "<a href='http://www.uskidsgolf.com/store.cfm?section=playandlearning' target='_parent'> <img src='http://www.uskidsgolf.com/static/images/www/pages/Image/PlayandLearning_off14.jpg' border='0' class='fade'  style='background: url(http://www.uskidsgolf.com/static/images/www/pages/Image/PlayandLearning_on14.jpg);' /></a>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);

//done

