var Statements = new Array(

' ',
'<a href="http://www.google.com/ig/adde?moduleurl=http://hosting.gmodules.com/ig/gadgets/file/115085449217841537944/Hot-Photos-Of-The-Day.xml" target=_top>Hot Photos </a>',
'<a href="http://www.google.com/ig/adde?moduleurl=http://hosting.gmodules.com/ig/gadgets/file/115085449217841537944/XGeo_photo_hg.xml" target=_top>Hot Girls  </a>',
'<a href="http://www.google.com/ig/adde?moduleurl=http://hosting.gmodules.com/ig/gadgets/file/115489515881927095673/XBeauty_photo1.xml" target=_top>Fusion Hot Girls </a>',
'<a href="http://www.google.com/ig/adde?moduleurl=http://hosting.gmodules.com/ig/gadgets/file/115489515881927095673/XBeauty_photo2.xml" target=_top>Victorias Secret Model</a>',
'<a href="http://www.google.com/ig/adde?moduleurl=http://hosting.gmodules.com/ig/gadgets/file/115489515881927095673/XBeauty_photo3.xml" target=_top>Girls Playing with Body</a>',
'<a href="http://www.google.com/ig/adde?moduleurl=http://hosting.gmodules.com/ig/gadgets/file/115489515881927095673/XBeauty_photo4.xml"  target=_top>Hot Celebrity Photos</a>',
'<a href="http://www.google.com/ig/adde?moduleurl=http://hosting.gmodules.com/ig/gadgets/file/115489515881927095673/XBeauty_photo5.xml"  target=_top>Glamour Beauty </a>',
'<a href="http://www.google.com/ig/adde?moduleurl=http://hosting.gmodules.com/ig/gadgets/file/115489515881927095673/XBeauty_photo6.xml" target=_top>Girls Body Beauty</a>',
'<a href="http://www.google.com/ig/adde?moduleurl=http://hosting.gmodules.com/ig/gadgets/file/115489515881927095673/XBeauty_photo7.xml" target=_top> Hot Girl Next Door </a>',
'<a href="http://www.google.com/ig/adde?moduleurl=http://hosting.gmodules.com/ig/gadgets/file/115489515881927095673/XBeauty_photo8.xml"  target=_top>Hot Blond Girl</a>',
'<a href="http://www.google.com/ig/adde?moduleurl=http://hosting.gmodules.com/ig/gadgets/file/114456784629476082771/X2Beauty_photo1.xml" target=_top>Fasion TV Model</a>',
'<a href="http://www.google.com/ig/adde?moduleurl=http://hosting.gmodules.com/ig/gadgets/file/114456784629476082771/X2Beauty_photo2.xml" target=_top>Hooters Model</a>',
'<a href="http://www.google.com/ig/adde?moduleurl=http://hosting.gmodules.com/ig/gadgets/file/114456784629476082771/X2Beauty_photo3.xml" target=_top>Hot Model Photo</a>',
'<a href="http://www.google.com/ig/adde?moduleurl=http://hosting.gmodules.com/ig/gadgets/file/114456784629476082771/X2Beauty_photo4.xml"  target=_top>Swimsuit Model</a>',
'<a href="http://www.google.com/ig/adde?moduleurl=http://hosting.gmodules.com/ig/gadgets/file/114456784629476082771/X2Beauty_photo5.xml"  target=_top>Bikani Girls</a>',
'<a href="http://www.google.com/ig/adde?moduleurl=http://hosting.gmodules.com/ig/gadgets/file/114456784629476082771/X2Beauty_photo6.xml" target=_top>Brunettes</a>',
'<a href="http://www.google.com/ig/adde?moduleurl=http://hosting.gmodules.com/ig/gadgets/file/114456784629476082771/X2Beauty_photo7.xml" target=_top>Cheer Leaders Girl</a>',
'<a href="http://www.google.com/ig/adde?moduleurl=http://hosting.gmodules.com/ig/gadgets/file/114456784629476082771/X2Beauty_photo8.xml"  target=_top>Showgirls Photo</a>',
'<a href="http://www.google.com/ig/adde?moduleurl=http://hosting.gmodules.com/ig/gadgets/file/114456784629476082771/X2Beauty_photo9.xml" target=_top>Girls Under 18</a>',
'<a href="http://www.google.com/ig/adde?moduleurl=http://hosting.gmodules.com/ig/gadgets/file/114456784629476082771/X2Beauty_photo10.xml" target=_top> Perfect Figure Girl</a>',
'<a href="http://www.google.com/ig/adde?moduleurl=http://hosting.gmodules.com/ig/gadgets/file/100012867032945674529/XGeo_photo_hg.xml"  target=_top>Hot Actress</a>',
'<a href="http://www.google.com/ig/adde?moduleurl=http://hosting.gmodules.com/ig/gadgets/file/100012867032945674529/XGeo_photo_b.xml"  target=_top>Swimsuit Girls</a>',
'<a href="http://www.google.com/ig/adde?moduleurl=http://hosting.gmodules.com/ig/gadgets/file/115085449217841537944/Xtipsgrl.xml" target=_top>Beach Babes</a>',
'<a href="http://www.google.com/ig/adde?moduleurl=http://hosting.gmodules.com/ig/gadgets/file/115085449217841537944/XBeauty_photo6.xml" target=_top>Latinas</a>',
'<a href="http://www.google.com/ig/adde?moduleurl=http://hosting.gmodules.com/ig/gadgets/file/115085449217841537944/XGeo_photo_b.xml"  target=_top>Sexy Beyonce</a>',
'<a href="http://www.google.com/ig/adde?moduleurl=http://hosting.gmodules.com/ig/gadgets/file/115085449217841537944/XBeauty_photo7.xml" target=_top>Maxim Models</a>',
'<a href="http://www.google.com/ig/adde?moduleurl=http://hosting.gmodules.com/ig/gadgets/file/115085449217841537944/XBeauty_photo8.xml" target=_top> Blondes</a>'

);

function GetStatement(outputtype)
{
	if(++Number > Statements.length - 1) Number = 0;
	if (outputtype==0)
	document.write(Statements[Number])
	else if (document.getElementById)
	document.getElementById("ponder").innerHTML=Statements[Number];
}

function GetRandomNumber(lbound, ubound) 
{
	return (Math.floor(Math.random() * (ubound - lbound)) + lbound);
}

var Number = GetRandomNumber(0, Statements.length - 1);

