function asklinks()
{
document.write("<form id=\'frmAskPSearch\' method=\'get\'  action=\'http://uk.ask.com/web\'>");
document.write("<input type=\'hidden\' name=\'qsrc\' value=\'999\'><input type=\'hidden\' name=\'l\' value=\'dis\'>");
document.write("<input type=\'hidden\' name=\'siteid\' value=\'40237466\'>");
document.write("<div style=\'height: 500px; width: 220px; overflow: hidden\'>");
document.write("<table border=0 cellpadding=0 cellspacing=0 style=\'width: 120px; height: 500px; padding-top: 0px; table-layout: fixed; border: solid 1px black;\'>");
document.write("<tr><td colspan=3 valign=\'bottom\' align=\'center\' style=\'margin: 5px; width: 210px; height: 100px; table-layout: fixed;\'>");
document.write("<img width=\'107px\' height=\'110px\' alt=\'Images Search\' src=\'http://sp.uk.ask.com/en/i/asb/4/asklogorflx.jpg\'></td></tr>");
document.write("<tr><td align=\'right\' nowrap=\'nowrap\' colspan=3 valign=\'top\' style=\'width: 210px; height: 30px; white-space: nowrap; padding-top: 0px;\'><center>");
document.write("<input type=\'text\' id=\'q\' name=\'q\' style=\'height: 24px; width: 165px; border: solid 1px black;vertical-align:top;font-size:14px;padding:0px;\'>");
document.write("<input class=\'ask\' id=\'btnSearch\' type=\'button\' onclick=\"return document.forms[\'frmAskPSearch\'].submit();\"");
document.write("</center></td></tr><tr><td colspan=3 align=\'center\' style=\'font-family:Arial;font-size:10px;font-weight:bold;width:210px;\'>Popular Searches</td></tr>");
document.write("<tr><td align=\'center\' colspan=3><div style=\'height: 300px; width: 210px; text-align: center;\'>");
document.write("<table border=0 cellpadding=1 border=0 style=\'table-layout: fixed; font-family: Arial; font-size: 11px; height: 300px; width: 210px; overflow: hidden;\'>");


var myArray = [];
myArray[0] = 'British Celebrities';
myArray[1] = 'Female UK Celebrities Exposed';
myArray[2] = 'Adult date';
myArray[3] = 'Celebrity Gossip';
myArray[4] = 'Celebrity Wallpaper';
myArray[5] = 'Celebrity Swimsuits';
myArray[6] = 'Dating tips';
myArray[7] = 'Hot Celebrities';
myArray[8] = 'Top 10 Celebrity Websites';
myArray[9] = 'Personal Ads';
myArray[10] = 'Hot Nurses Manga';
myArray[11] = 'Manga Wallpapers';
myArray[12] = 'Female Manga Characters';
myArray[13] = 'Fantasy Manga Drawings';
myArray[14] = 'Beautiful Manga Women';
myArray[15] = 'Draw Manga women';
myArray[16] = 'Hot Manga';
myArray[17] = 'Nurse Patient Fantasy';
myArray[18] = 'Latex Nurse';
myArray[19] = 'Nurse Naughty';
myArray[20] = 'Hot Doctor Nurse Gallery';
myArray[21] = 'Nurse Fantasy';
myArray[22] = 'Fantasy Air Hostess';
myArray[23] = 'Exotic Lingerie UK';
myArray[24] = 'Bare Transparent Lingerie';
myArray[25] = 'Very Revealing Lingerie';
myArray[26] = 'PVC Lingerie';
myArray[27] = 'Adult Sheer Lingerie';
myArray[28] = 'Fantasy Lingerie';
myArray[29] = 'Models in Transparent Lingerie';
myArray[30] = 'Exotic Lingerie';
myArray[31] = 'Sensual Lingerie';
myArray[32] = 'Girlie Mags';
myArray[33] = 'Fantasy Women';
myArray[34] = 'Most Common Fantasy Women Have';
myArray[35] = 'Bikini Contest';
myArray[36] = 'Bikini Model';
myArray[37] = 'Celebrities Legs';
myArray[38] = 'Free Bikini Model Galleries';
myArray[39] = 'Revealing Bikini';
myArray[40] = 'Really Short Skirts';
myArray[41] = 'Hot Secretaries';
myArray[42] = 'Transparent Bikini';
myArray[43] = 'Secretaries with Suspenders';
myArray[44] = 'Hot Models';
myArray[45] = 'Super Micro Bikini';
myArray[46] = 'Saucy Secretary';
myArray[47] = 'Swimsuit Models';
myArray[48] = 'Perfect Female Legs';
myArray[49] = 'Adult Sheer Lingerie';
myArray[50] = 'Adult Stuff';
myArray[51] = 'Adult Television';
myArray[52] = 'Adult VIP';
myArray[53] = 'Top 10 Ways to Become Popular';
myArray[54] = 'Girls of SCI Fi';
myArray[55] = 'Fantasy And SCI Fi Art Galleries';
myArray[56] = 'Hollyoaks Women';
myArray[57] = 'Hollyoaks Calendar';
myArray[58] = 'Big Brother Girls';
myArray[59] = 'Female Mud Wrestling';
myArray[60] = 'Mud Wrestling Clips';
myArray[61] = 'Women Mud Wrestling';
myArray[62] = 'Beach Volleyball Girls';
myArray[63] = 'Lower Back Tattoos';


for (var i=0; i<10; i++)
{
  while (1 == 1)
  {
    r = Math.floor(Math.random() * myArray.length);
    if (myArray[r] != '') {
      document.write("<tr><td align=\'center\'><a class=\'ask\' href=\'http://uk.ask.com/web?q=" + myArray[r].replace(/ /g, '+') + "&qsrc=999&l=dis&gc=1&siteid=40237466\' title=\'British Celebrities\'>" + myArray[r] + "</a></td></tr>");
      myArray[r] = '';
      break;
    }
  }
}

document.write("</table></div></td></tr><tr><td colspan=3 style=\'font-size: 10px; font-weight: bold; font-family: Arial;\'>Powered by Ask.com</td></tr></table></div></form>");
}

