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

