
 
            /*
            Random Image Link Script
            By Website Abstraction (http://www.wsabstract.com)
            and Java-scripts.net (http://www.java-scripts.net)
            */

            function random_divlink(){
              var mydivs=new Array()
              //specify random images below. You can have as many as you wish
              //mydivs[1]="<div class=\"ad1\"><iframe src=\"http://rcm.amazon.com/e/cm?t=chiomegfrat-20&o=1&p=40&l=ur1&category=home&banner=082X4SQ9N65HJVK6VM02&f=ifr\"width=\"120\" height=\"60\" scrolling=\"no\" border=\"0\" marginwidth=\"0\" style=\"border:none; margin-top: 25px;\" frameborder=\"0\"></iframe><br><p><strong style=\"color: #d30028; text-decoration: none; font-family: Times; font-size: 12px;\">Support your Sisterhood!</strong></p>"
			  mydivs[1]="<div class=\"ad2\"><a href=\"http://www.travelchio.com\" target=\"_blank\"><img src=\"/media/images/ads/travelchio-ad.gif\" alt=\"Click here to learn about Chi Omega's Travels Program: www.TravelChiO.com\"></a></div>"
			  mydivs[2]="<div class=\"ad3\"><a href=\"https://everyday.chiomega.com/lostsisters.aspx\" target=\"_blank\"><img src=\"https://everyday.chiomega.com/media/images/ads/lostsistersbig.jpg\" alt=\"Help Us Find Your Sisters: GO THERE NOW\"></a></div>"
			

              var ry=Math.floor(Math.random()*mydivs.length)

              if (ry==0)
                 ry=1
                 document.write(mydivs[ry])
            }
