Displaying random content on other websites

Discussion in 'JavaScript' started by shockyz, Nov 13, 2009.

  1. #1
    Hello,

    I have a simple script for showing my content (pictures) on other websites, but it generates the content by reading the users date (1-31), and because of that can show only certain amount of content/pictures (31) on a mountly bases. Can I edit this simple script to randomize the way the content is being displayed, so I'll be able to display a greater number of content?

    Code that displays the script:
    <script language="JavaScript" src="http://www.girlsonwallpapers.com/girls.js"></script>
    Code (markup):
    Script:
    var msg = new Array();
    Stamp = new Date();
    today = Stamp.getDate();
    msg[1] = "<a target=_blank href=http://www.girlsonwallpapers.com/megan-fox/megan-fox3.jpg><img src=http://www.girlsonwallpapers.com/megan-fox/m-megan-fox3.jpg width=93 height=70 border=0></a>";
    msg[2] = "<a target=_blank href=http://www.girlsonwallpapers.com/megan-fox/megan-fox3.jpg><img src=http://www.girlsonwallpapers.com/megan-fox/m-megan-fox3.jpg width=93 height=70 border=0></a>";
    msg[3] = "<a target=_blank href=http://www.girlsonwallpapers.com/megan-fox/megan-fox3.jpg><img src=http://www.girlsonwallpapers.com/megan-fox/m-megan-fox3.jpg width=93 height=70 border=0></a>";
    msg[4] = "<a target=_blank href=http://www.girlsonwallpapers.com/megan-fox/megan-fox3.jpg><img src=http://www.girlsonwallpapers.com/megan-fox/m-megan-fox3.jpg width=93 height=70 border=0></a>";
    msg[5] = "<a target=_blank href=http://www.girlsonwallpapers.com/megan-fox/megan-fox3.jpg><img src=http://www.girlsonwallpapers.com/megan-fox/m-megan-fox3.jpg width=93 height=70 border=0></a>";
    msg[6] = "<a target=_blank href=http://www.girlsonwallpapers.com/megan-fox/megan-fox3.jpg><img src=http://www.girlsonwallpapers.com/megan-fox/m-megan-fox3.jpg width=93 height=70 border=0></a>";
    msg[7] = "<a target=_blank href=http://www.girlsonwallpapers.com/megan-fox/megan-fox3.jpg><img src=http://www.girlsonwallpapers.com/megan-fox/m-megan-fox3.jpg width=93 height=70 border=0></a>";
    msg[8] = "<a target=_blank href=http://www.girlsonwallpapers.com/megan-fox/megan-fox3.jpg><img src=http://www.girlsonwallpapers.com/megan-fox/m-megan-fox3.jpg width=93 height=70 border=0></a>";
    msg[9] = "<a target=_blank href=http://www.girlsonwallpapers.com/megan-fox/megan-fox3.jpg><img src=http://www.girlsonwallpapers.com/megan-fox/m-megan-fox3.jpg width=93 height=70 border=0></a>";
    msg[10] = "<a target=_blank href=http://www.girlsonwallpapers.com/megan-fox/megan-fox3.jpg><img src=http://www.girlsonwallpapers.com/megan-fox/m-megan-fox3.jpg width=93 height=70 border=0></a>";
    msg[11] = "<a target=_blank href=http://www.girlsonwallpapers.com/megan-fox/megan-fox3.jpg><img src=http://www.girlsonwallpapers.com/megan-fox/m-megan-fox3.jpg width=93 height=70 border=0></a>";
    msg[12] = "<a target=_blank href=http://www.girlsonwallpapers.com/megan-fox/megan-fox3.jpg><img src=http://www.girlsonwallpapers.com/megan-fox/m-megan-fox3.jpg width=93 height=70 border=0></a>";
    msg[13] = "<a target=_blank href=http://www.girlsonwallpapers.com/megan-fox/megan-fox3.jpg><img src=http://www.girlsonwallpapers.com/megan-fox/m-megan-fox3.jpg width=93 height=70 border=0></a>";
    msg[14] = "<a target=_blank href=http://www.girlsonwallpapers.com/megan-fox/megan-fox3.jpg><img src=http://www.girlsonwallpapers.com/megan-fox/m-megan-fox3.jpg width=93 height=70 border=0></a>";
    msg[15] = "<a target=_blank href=http://www.girlsonwallpapers.com/megan-fox/megan-fox3.jpg><img src=http://www.girlsonwallpapers.com/megan-fox/m-megan-fox3.jpg width=93 height=70 border=0></a>";
    msg[16] = "<a target=_blank href=http://www.girlsonwallpapers.com/megan-fox/megan-fox3.jpg><img src=http://www.girlsonwallpapers.com/megan-fox/m-megan-fox3.jpg width=93 height=70 border=0></a>";
    msg[17] = "<a target=_blank href=http://www.girlsonwallpapers.com/megan-fox/megan-fox3.jpg><img src=http://www.girlsonwallpapers.com/megan-fox/m-megan-fox3.jpg width=93 height=70 border=0></a>";
    msg[18] = "<a target=_blank href=http://www.girlsonwallpapers.com/megan-fox/megan-fox3.jpg><img src=http://www.girlsonwallpapers.com/megan-fox/m-megan-fox3.jpg width=93 height=70 border=0></a>";
    msg[19] = "<a target=_blank href=http://www.girlsonwallpapers.com/megan-fox/megan-fox3.jpg><img src=http://www.girlsonwallpapers.com/megan-fox/m-megan-fox3.jpg width=93 height=70 border=0></a>";
    msg[20] = "<a target=_blank href=http://www.girlsonwallpapers.com/megan-fox/megan-fox3.jpg><img src=http://www.girlsonwallpapers.com/megan-fox/m-megan-fox3.jpg width=93 height=70 border=0></a>";
    msg[21] = "<a target=_blank href=http://www.girlsonwallpapers.com/megan-fox/megan-fox3.jpg><img src=http://www.girlsonwallpapers.com/megan-fox/m-megan-fox3.jpg width=93 height=70 border=0></a>";
    msg[22] = "<a target=_blank href=http://www.girlsonwallpapers.com/megan-fox/megan-fox3.jpg><img src=http://www.girlsonwallpapers.com/megan-fox/m-megan-fox3.jpg width=93 height=70 border=0></a>";
    msg[23] = "<a target=_blank href=http://www.girlsonwallpapers.com/megan-fox/megan-fox3.jpg><img src=http://www.girlsonwallpapers.com/megan-fox/m-megan-fox3.jpg width=93 height=70 border=0></a>";
    msg[24] = "<a target=_blank href=http://www.girlsonwallpapers.com/megan-fox/megan-fox3.jpg><img src=http://www.girlsonwallpapers.com/megan-fox/m-megan-fox3.jpg width=93 height=70 border=0></a>";
    msg[25] = "<a target=_blank href=http://www.girlsonwallpapers.com/megan-fox/megan-fox3.jpg><img src=http://www.girlsonwallpapers.com/megan-fox/m-megan-fox3.jpg width=93 height=70 border=0></a>";
    msg[26] = "<a target=_blank href=http://www.girlsonwallpapers.com/megan-fox/megan-fox3.jpg><img src=http://www.girlsonwallpapers.com/megan-fox/m-megan-fox3.jpg width=93 height=70 border=0></a>";
    msg[27] = "<a target=_blank href=http://www.girlsonwallpapers.com/megan-fox/megan-fox3.jpg><img src=http://www.girlsonwallpapers.com/megan-fox/m-megan-fox3.jpg width=93 height=70 border=0></a>";
    msg[28] = "<a target=_blank href=http://www.girlsonwallpapers.com/megan-fox/megan-fox3.jpg><img src=http://www.girlsonwallpapers.com/megan-fox/m-megan-fox3.jpg width=93 height=70 border=0></a>";
    msg[29] = "<a target=_blank href=http://www.girlsonwallpapers.com/megan-fox/megan-fox3.jpg><img src=http://www.girlsonwallpapers.com/megan-fox/m-megan-fox3.jpg width=93 height=70 border=0></a>";
    msg[30] = "<a target=_blank href=http://www.girlsonwallpapers.com/megan-fox/megan-fox3.jpg><img src=http://www.girlsonwallpapers.com/megan-fox/m-megan-fox3.jpg width=93 height=70 border=0></a>";
    msg[31] = "<a target=_blank href=http://www.girlsonwallpapers.com/megan-fox/megan-fox3.jpg><img src=http://www.girlsonwallpapers.com/megan-fox/m-megan-fox3.jpg width=93 height=70 border=0></a>";
    
    function writeTip() { 
    document.write(msg[today]);
    }
    document.write(msg[today]);
    document.write('<br>[<a <a target=_blank href="http://www.girlsonwallpapers.com">girlsonwallpapers.com</a>]');
    Code (markup):
    Thanx ;)
     
    shockyz, Nov 13, 2009 IP
  2. camjohnson95

    camjohnson95 Active Member

    Messages:
    737
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    60
    #2
    So do you want a different image to show every time the user loads the page?
     
    camjohnson95, Nov 13, 2009 IP