function GetFirst()
    {
    var Pic= new Array();
    var i;
    var j;
    var k;
    var l;
    i=Math.round((8*Math.random())-.5);
    j=Math.round((8*Math.random())-.5);
    while (j==i)
    {
    j=Math.round((8*Math.random())-.5);
    }
    k=Math.round((8*Math.random())-.5);
     while (j==k || k==i)
    {
    k=Math.round((8*Math.random())-.5);
    }
    l=Math.round((8*Math.random())-.5);
    while (j==l || l==i || l==k)
    {
    l=Math.round((8*Math.random())-.5);
    }
for (x=0; x<=7; x=x+1)
{
Pic[x]=new String();
}
        Pic[0]="images/Rotate/hit1.jpg";
        Pic[1]="images/Rotate/hit2.jpg";
        Pic[2]="images/Rotate/hit3.jpg";
        Pic[3]="images/Rotate/hit4.jpg";
        Pic[4]="images/Rotate/hit5.jpg";
        Pic[5]="images/Rotate/hit6.jpg";
        Pic[6]="images/Rotate/hit7.jpg";
        Pic[7]="images/Rotate/hit8.jpg";
        document.getElementById("1").src=Pic[i];
        document.getElementById("2").src=Pic[j];
        document.getElementById("3").src=Pic[k];
        document.getElementById("4").src=Pic[l];
    }
function GetLink()
{
prompt("Copy the text below and paste it into your RSS FeedReader.","http://feeds.feedburner.com/AndersonUniversityRugby");
}