function get_random()
{
    var ranNum= Math.floor(Math.random()*5);
    return ranNum;
}

function getJpgId_A()
{
    var whichQuote=get_random();
    var quote=new Array(5)
    
    quote[0]="37";//Kiss Catcher
    quote[1]="141";//Strip the difference
    quote[2]="218";//Victoria Becham Kissing
    quote[3]="255";//Cheer Girl
    quote[4]="297";//Babysitter Kissing
      
    return quote[whichQuote];
}

function getJpgId_B()
{
    var whichQuote=get_random();
    var quote=new Array(5)
    
    quote[0]="27";//Pizza Passion
    quote[1]="219";//Lovers Kiss
    quote[2]="46";//Kissing Championship
    quote[3]="221";//CLassroom
    quote[4]="35";//Good night Kiss
      
    return quote[whichQuote];
}

function showbanner(gameid)
{
  document.write("<a href='http://www.freegamesforgirls.org/mx_out.php?id="+gameid+"' target='_blank'>");
  document.write("<img width='300' height='250' border='0' src='http://www.freegamesforgirls.org/mx/300250/"+gameid+".jpg'></a>");
}
