function randInt(min,max){     var div = (max - min) + 1     var randNum = Math.random()     for (var i = 0; i <= div - 1; i++)     {          if (randNum >= i / div && randNum < (i+1) / div)          {return i + min}     }}/*add 1 to  max_value everytime you add 1 banner...also add one if statements everytime you add 1 banner ....*/var max_value=9;var abc = randInt(1,max_value);if (abc == 1) {document.write("<A HREF='http://www.tinylittlegf.com/realfacebookteens' target='_blank'>");document.write("<IMG SRC='http://www.tinylittlegf.com/images/ads/realfacebookteens/rft02.jpg' border='1'/>");document.write("</A>");}if (abc == 2) {document.write("<A HREF='http://www.tinylittlegf.com/realfacebookteens' target='_blank'>");document.write("<IMG SRC='http://www.tinylittlegf.com/images/ads/realfacebookteens/rft03.jpg' border='1'/>");document.write("</A>");}if (abc == 3) {document.write("<A HREF='http://www.tinylittlegf.com/realfacebookteens' target='_blank'>");document.write("<IMG SRC='http://www.tinylittlegf.com/images/ads/realfacebookteens/rft04.jpg' border='1'/>");document.write("</A>");}if (abc == 4) {document.write("<A HREF='http://www.tinylittlegf.com/realfacebookteens' target='_blank'>");document.write("<IMG SRC='http://www.tinylittlegf.com/images/ads/realfacebookteens/rft06.jpg' border='1'/>");document.write("</A>");}if (abc == 5) {document.write("<A HREF='http://www.tinylittlegf.com/realfacebookteens' target='_blank'>");document.write("<IMG SRC='http://www.tinylittlegf.com/images/ads/realfacebookteens/rft07.jpg' border='1'/>");document.write("</A>");}if (abc == 6) {document.write("<A HREF='http://www.tinylittlegf.com/realfacebookteens' target='_blank'>");document.write("<IMG SRC='http://www.tinylittlegf.com/images/ads/realfacebookteens/rft08.jpg' border='1'/>");document.write("</A>");}if (abc == 7) {document.write("<A HREF='http://www.tinylittlegf.com/realfacebookteens' target='_blank'>");document.write("<IMG SRC='http://www.tinylittlegf.com/images/ads/realfacebookteens/rft09.jpg' border='1'/>");document.write("</A>");}if (abc == 8) {document.write("<A HREF='http://www.tinylittlegf.com/realfacebookteens' target='_blank'>");document.write("<IMG SRC='http://www.tinylittlegf.com/images/ads/realfacebookteens/rft10.jpg' border='1'/>");document.write("</A>");}if (abc == 9) {document.write("<A HREF='http://www.tinylittlegf.com/realfacebookteens' target='_blank'>");document.write("<IMG SRC='http://www.tinylittlegf.com/images/ads/realfacebookteens/rft11.jpg' border='1'/>");document.write("</A>");}