ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta name="verify-v1" content="GJi+JV59KTu2d6yAoJStXqgGQ7zy8+TVQPtHORJlHyM=" > <title>| NILESH WËB W@RLD | - Free stuffs for mobile & pc,Free Polyphonic Ringtones,Mobile Softwares,Indian Songs,Bollywood Music,Music,Download,Free java Games,Latest Applications,Games,Videos,Wallpapers,Ringtones,Mp3 Songs,Tips,Pc Softwares,Pc-Mobile Softwares,Live Scores,File Hosting,Upload Arena,Wapmaster Zone,Live Tv,Free Wallpaper Archive,Much More</title> <meta name="description" content="Here you can find all the stuffs for your mobile & pc for totally free.Full Mp3(Indi Pop,Album,Movies),Mp3 & Wav Ringtone's,ogg songs,new hindi bollywood & hollywood english smartmovies,amazing videos,amazing videos,avi & 3gp ,Symbian-s60,s70,s80,s90 Softwares for Mobile,Java-s60,s70,s80,s90 Softwares for Mobile,N series softwares & themes,S60 Themes,s80 Themes,s90 Themes,Pc Softwares,WallPapers,ScreenSaver,Nokia Unlocking, DCT3 & DCT4 unlocking,BB5 & n series unlocking, Free Mobile Stuff, 100% Free Mobile,Pc Stuff,Themes,Sms,free call,online tools,free file uploading n downloading service,live tv chainnel,best search engine,etc is being served." /> <meta name="robots" content="index,follow,noarchive" /> <meta http-equiv="imagetoolbar" content="no" /> <meta name="author" content="Nilesh Lande" /> <meta name="copyright" content="Copyright © 2000-2009 by Nilesh Lande. All rights reserved." /> <meta http-equiv="Content-type" content="text/html;charset=ISO-8859-1" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <body bgcolor="black"> <style type="text/css"> a:hover {color: #FFD4AA;} .link { text-decoration: underline; font-weight: bold; color: #FF0066; } .hd1 { background-color: aqua; padding: 2px 2px 2px 2px; margin: 3px 0 0; color:#CCFF66; text-align: center; border-width:2px 0; border-style:solid; border-color:#000000; } .hd2 { background-color: #ff1493; padding: 1px 1px 1px 1px; margin: 1px 0 0; color:#CCFF66; text-align: center; border-width:1px 0; border-style:solid; border-color:#000000; } .hd3 { background-color: #FFFFFF; padding: 2px 2px 2px 2px; margin: 3px 0 0; font-size: 12px; color: #000000; text-align: left; border-width: 1px 0; border-style: solid; border-color: black; } .sub { font-weight: bold; color: #ffffff; background-color:#0000FF; margin: 0 0 0; text-align:center; } .t1 { margin-left:auto; margin-right:auto; margin-top:4px; margin-bottom: 4px; border: dotted 1px #D2D2D2; padding: 0; border-spacing: 5px 5px; } .subm { border: solid 1px #FFD4AA; color: white; background-color:#FF7F00; font-size:10px; } .insert { border: solid 1px #FFD4AA; color: #000044; background-color:white; font-size:11px; } .select { border: solid 1px #FFD4AA; color: white; background-color:#FF6666; font-size:10px; } </style> </head> <!-- mouse trailer script --> <script language="JavaScript" type="text/javascript"> var xCol = "#FF0000"; var yCol = "#00FF00"; var zCol = "#0000FF"; var n = 6; //number of dots per trail. var t = 40; //setTimeout speed. var s = 0.2; //effect speed. var r,h,w; var d = document; var my = 10; var mx = 10; var stp = 0; var evn = 360/3; var vx = new Array(); var vy = new Array(); var vz = new Array(); var dy = new Array(); var dx = new Array(); var pix = "px"; var strictmod = ((document.compatMode) && document.compatMode.indexOf("CSS") != -1); var domWw = (typeof window.innerWidth =="number"); var domSy = (typeof window.pageYOffset == "number"); var idx = d.getElementsByTagName('div').length; for (i = 0; i < n; i++) { var dims = (i+1)/2; d.write('<div id="x'+(idx+i)+'" style="position:absolute;' +'top:0px;left:0px;width:'+dims+'px;height:'+dims+'px;' +'background-color:'+xCol+';font-size:'+dims+'px"><\/div>' +'<div id="y'+(idx+i)+'" style="position:absolute;top:0px;' +'left:0px;width:'+dims+'px;height:'+dims+'px;' +'background-color:'+yCol+';font-size:'+dims+'px"><\/div>' +'<div id="z'+(idx+i)+'" style="position:absolute;top:0px;' +'left:0px;width:'+dims+'px;height:'+dims+'px;' +'background-color:'+zCol+';font-size:'+dims+'px"><\/div>'); } if (domWw) r = window; else { if (d.documentElement && typeof d.documentElement.clientWidth == "number" && d.documentElement.clientWidth != 0) r = d.documentElement; else { if (d.body && typeof d.body.clientWidth == "number") r = d.body; } } function winsize() { var oh,sy,ow,sx,rh,rw; if (domWw) { if (d.documentElement && d.defaultView && typeof d.defaultView.scrollMaxY == "number") { oh = d.documentElement.offsetHeight; sy = d.defaultView.scrollMaxY; ow = d.documentElement.offsetWidth; sx = d.defaultView.scrollMaxX; rh = oh-sy; rw = ow-sx; } else { rh = r.innerHeight; rw = r.innerWidth; } h = rh; w = rw; } else { h = r.clientHeight; w = r.clientWidth; } } function scrl(yx) { var y,x; if (domSy) { y = r.pageYOffset; x = r.pageXOffset; } else { y = r.scrollTop; x = r.scrollLeft; } return (yx == 0)?y:x; } function mouse(e) { var msy = (domSy)?window.pageYOffset:0; if (!e) e = window.event; if (typeof e.pageY == 'number') { my = e.pageY - msy + 16; mx = e.pageX + 6; } else { my = e.clientY - msy + 16; mx = e.clientX + 6; } if (my > h-65) my = h-65; if (mx > w-50) mx = w-50; } function assgn() { for (j = 0; j < 3; j++) { dy[j] = my + 50 * Math.cos(stp+j*evn*Math.PI/180) * Math.sin((stp+j*25)/2) + scrl(0) + pix; dx[j] = mx + 50 * Math.sin(stp+j*evn*Math.PI/180) * Math.sin((stp+j*25)/2) * Math.sin(stp/4) + pix; } stp+=s; for (i = 0; i < n; i++) { if (i < n-1) { vx[i].top = vx[i+1].top; vx[i].left = vx[i+1].left; vy[i].top = vy[i+1].top; vy[i].left = vy[i+1].left; vz[i].top = vz[i+1].top; vz[i].left = vz[i+1].left; } else { vx[i].top = dy[0]; vx[i].left = dx[0]; vy[i].top = dy[1]; vy[i].left = dx[1]; vz[i].top = dy[2]; vz[i].left = dx[2]; } } setTimeout(assgn,t); } function init() { for (i = 0; i < n; i++) { vx[i] = document.getElementById("x"+(idx+i)).style; vy[i] = document.getElementById("y"+(idx+i)).style; vz[i] = document.getElementById("z"+(idx+i)).style; } winsize(); assgn(); } if (window.addEventListener) { window.addEventListener("resize",winsize,false); window.addEventListener("load",init,false); document.addEventListener("mousemove",mouse,false); } else if (window.attachEvent) { window.attachEvent("onload",init); document.attachEvent("onmousemove",mouse); window.attachEvent("onresize",winsize); } </SCRIPT> <!-- ending of the mouse trailer script --> <!-- logo image --> <p align="center"> <!--0-b--><a href="http://"><img src="http://nilesh12.110mb.com/wallpaper/service/nil70.gif" alt="NILESH WËB W@RLD"/></a><br/> <!-- end logo image --> <!-- welcome script start --> <center> <div class="hd2"> <font color="blue"><!-- script supplied free by http://webmasters-forums.com --><script language=JavaScript>function enter_name() {var nam = prompt("Enter your Name: ");return nam;}</script></head><body><script language=JavaScript> document.write("<center><h1>WELCOME" + " "); document.write( enter_name() + " "); document.write("</h1></center>"); </script></font> </div> <!-- end welcome script --> <body background="blue"> <br><big><h3><font color="red">| WELCOME FRENDZ |</font></h3></big></center> <p align="center"> <center> <marquee behavior="scroll" direction="left" loop="-1"><font color="darkgreen"><big><b>Welcome to Nilesh Mobile World</b></big></font></marquee></center> <br/> <center> <font color="darkorange"><big><b><blink>all free download contain and more exclusive stuff</blink></b></big></font></center> <br/> <center> <font color="aqua"><b><u>Hi i am nilesh from maharashtra enjoy everything free here</u></b></font></center> <br/> <center> <font color="blue"><b>contact me on nilesh_lande12@rediffmail.com</b></font></center> <br/> <br/> <center> <a href="http://"><img src="http://nilesh12.110mb.com" alt="."/></a></center> <br/> <!-- time date script start --> <BODY onLoad="TOfunc()"> <SCRIPT LANGUAGE="JavaScript"> var enabled = 1 ; function TOfunc() { TO = window.setTimeout( "TOfunc()", 1000 ); var today = new Date(); document.forms[0 ].elements[0].value = today.toString(); } </SCRIPT> <CENTER> <FORM> <CENTER> <INPUT TYPE="text" NAME="disp" VALUE="" SIZE=25 onFocus="this.blur()"><BR> <INPUT TYPE="radio" NAME="rad" VALUE="OFF" CHECKED onClick="if( enabled ) { clearTimeout( TO ); enabled = 0 ; }"> <font color="darkred"> OFF </font> <INPUT TYPE="radio" NAME="rad" VALUE="ON" CHECKED onClick="if( !enabled ) { TO = setTimeout( 'TOfunc()', 1000 ); enabled = 1; }" > <font color="darkred">ON</font><BR> </CENTER></FORM><p align="center"> <a href="http://"><img src="http://nilesh12.110mb.com" alt="."/></a><br/> <br/> <!-- time date script end--> <hr size="2" align="center"/> <a href="http://"><img src="http://nilesh12.110mb.com/wallpaper/service/line04.gif" alt="NILESH MOBILE WORLD"/></a><br/> <br/> <!-- change color script start --> <font color="lime"><big><b>IF U WANT MORE ATTRACTIVE SITE THEN CHANGE UR BACKGROUND COLOR</b></big></font><br/><br/><!--h--><Form><Select name="bgchanger"onChange="document.bgColor= this.options[selectedIndex].value"><option value="000000"selected>Original Black<option value="red">1 Red <option value="yellow">2 Yellow <option value=" 000000">3 Black <option value="ffffff">4 White <option value="cc6600">5 Light Brown <option value="ff9900">6 Light Orange <option value="ffcc33">7 Buckskin <option value="ccff33">8 Lime Green <option value="003300">9 Dark Green <option value="009966">10 Green <option value="99 ffcc">11 Light Turquoise <option value="00cccc">12 Blue Turquoise <option value="6699ff">13 Pale Blue <option value="663399">14 Dark Purple <option value="cc33ff">15 Dark Lavender <option value="ff99ff">16 Light Lavender<option value="blue">17 Blue <option value="#8B000">18 Darkred <option value="#00FF00">19 Lime <option value="#FF00FF">20 Pink <option value="#800000">21 Maroon <option value="#A9A9A9">22 Darkgray <option value="8080">23 gray <option value="000080">24 Navy <option value="C0C0C0">25 Silver </select></Form></p> <!-- change color script end --> <a href="http://"><img src="http://nilesh12.110mb.com" alt="."/></a><br/> <br/> <!-- change language start --> <!--h--><!--h--><form action="http://scriptsocket.com/cgi-bin/jumpbox/jump.cgi" method="get"><font color="olive">CHANGE LANGUAGE :</font> :<br/><br/><select name="url"> document.writeln;('<option value="http://64.233.179.104/translate_c?hl=en&langpair=en|hi&u=http://nilesh12.110mb.com">Hindi</option>');('<option value="http://nilesh12.110mb.com">English</option>');('<option value="http://64.233.179.104/translate_c?hl=en&langpair=en|ar&u=http://nilesh12.110mb.com">Arab</option>');('<option value="http://64.233.179.104/translate_c?hl=en&langpair=en|zh-CN&u=http://nilesh12.110mb.com">China</option>');('<option value="http://64.233.179.104/translate_c?hl=en&langpair=en|nl&u=http://nilesh12.110mb.com">Belanda</option>'); ('<option value="http://64.233.179.104/translate_c?hl=en&langpair=en|fr&u=http://nilesh12.110mb.com">Prancis</option>');('<option value="http://64.233.179.104/translate_c?hl=en&langpair=en|ru&u=http://vinumydear.wen.ru/super.html">Rusia</option>');('<option value="http://64.233.179.104/translate_c?hl=en&langpair=en|de&u=http://nilesh12.110mb.com">Jerman</option>');('<option value="http://64.233.179.104/translate_c?hl=en&langpair=en|it&u=http://nilesh12.110mb.com">Italy</option>');('<option value="http://64.233.179.104/translate_c?hl=en&langpair=en|ja&u=http://nilesh12.110mb.com">Jepang</option>');('<option value="http://64.233.179.104/translate_c?hl=en&langpair=en|ko&u=http://nilesh12.110mb.com">Korea</option>');</select><br/><br/><input type="hidden" name="jump" value="jump"><input type="submit" value="Ok"></form><br/> </div> </p><p align="center" style="background-color:blank"> <!--h--> <!--h--><hr color="Gray"size="1"> <!-- change language end --> <img src="http://nilesh12.110mb.com/wallpaper/service/freesc.gif" alt="frestuff"/><br/> <br/> </p> <img src="http://andras.mag.su/new11.gif" alt="new"/> <a href="http://wen.ru/news/?uid=1034867&amp;bgcolor=black&amp;tcolor=white&amp;lcolor=red&amp;acolor=aqua"><font color="darkgreen"><big><b>WHAT'S NEW UPDATE</b></big></font></a><br/> <img src="http://nilesh12.110mb.com/wallpaper/service/Update.gif" alt="update"/> <font color="limegreen">what's new on 12-08-09</font><br/> <!-- text trailing in frame script start --> <p align="center"> <table> <tr><td valign="top" align=left width="210" bgcolor="#000033" style="border: 2px solid #c0c0c0"><marquee direction="center" scrollamount="2" height="25"><font color="white"><b>Daily Fresh Section And LATEST S60V3d,s60v2 Usefull Application & UPDATED</a></b></marquee> </td> </tr></table></p> <!-- text trailing in frame script end --> <br/> <!-- left scroll start --> <div align="center"><FONT color="#ffffff" size="+0"><MARQUEE bgcolor="black" direction="left" loop="20" width="75%"><font color="darkred"><i>my all frendz plz wait i will upload here more exclusive stuff in 2 to 3 dayas</i></font></MARQUEE></FONT></DIV> <!-- left scroll end --> <br/> <hr size="2"/> <!-- shout box script start --> <img src="http://nilesh12.110mb.com/wallpaper/service/stardivider.gif" alt="stardivider"/> <br/> <center> <font color="#c71585"><h1>MY SHOUT BOX</h1></font> <font color="olive">[resister your user name for continuous chating by clicking on '+' symbol]</font> <br/> </br> <iframe src="http://nilesh12.freeshoutbox.net" width="500" height="250" frameborder="0" style="border: 2px solid #333342;"></iframe> </br> </center> <center> <font color="red">If U can't see the Shoutbox</font> <a href="http://nilesh12.freeshoutbox.net"> FULL SHOUT BOX CLICK-HERE</color></a> </center> <br/> <!-- shout box script end --> <hr size="2" align="center"/> </p> <img src="http://nilesh12.110mb.com/wallpaper/service/stardivider.gif" alt="stardivider"/> <br/> <br/> <img src="http://andras.mag.su/new11.gif" alt="new"/> <a href="http://nileshworld.uk.to"><font color="darkgreen"><big><b>!! NILESH C@MMUNITY FORUM !!</b></big></font></a><br/> <br/> <img src="http://andras.mag.su/new11.gif" alt="new"/> <a href="http://nilesh12.110mb.com/index2.html"><font color="darkgreen"><big><b>MY WEB SITE IN PC VERSION</b></big></font></a><br/> <br/> <font color="olive">you can also brows my site by follwoing address</font><br/> <a href="http://nilesh12.110mb.com"><font color="darkred"><b>nilesh12.110mb.com</b></font></a><br/> <a href="http://nilesh.uk.to"><font color="darkred"><b>nilesh.uk.to</b></font></a><br/> <hr size="2"/> </p><p align="center"> <img src="http://nilesh12.110mb.com/wallpaper/service/IN.png" alt="in"/><br/> <a href="http://nilesh12.110mb.com/frendz.html"><font color="red"><b><u>[ MY FRENDZ SITE LINK ]</u></b></font></a><br/> <br/> <img src="http://nilesh12.110mb.com/wallpaper/service/addyoursite.gif" alt="ad"/><br/> <a href=" http://wen.ru/catalog/?uid=1034867"><big><b>Add your site here</b></big></a><br/> <hr size="2"/> <a href="http://"><img src="http://nilesh12.110mb.com" alt="."/></a><br/> <br/> <img src="http://andras.mag.su/new11.gif" alt="new"/> <a href="http://nilesh12.110mb.com/upload.html"><font color="darkgreen"><b><u>[ MY UPLOADING SITE ]</u></b></font></a><br/> <font color="olive">[you can share ur stuffs with me] </font><br/> <br/> <a href="http://"><img src="http://nilesh12.110mb.com" alt="."/></a><br/> <br/> <hr size="2"/> </p><p align="center"> <a href="http://nilesh12.Mobile.Web.Tr/"><font color="lime"><big><b><i>share your stuff with me come and enjoy my community site</i></b></big></font></a><br/> <a href="http://mobile.web.tr/site/register.asp?site=nilesh12"><font color="olive">[click here to resister]</font></a><br/> <a href="http://"><img src="http://nilesh12.110mb.com" alt="."/></a><br/> <br/> <a href="http://nilesh12.freeshoutbox.net"><font color="darkred"><big><b>FULL SHOUTBOX</b></big></font></a><br/> <br/> <a href="http://"><img src="http://nilesh12.110mb.com" alt="."/></a><br/> <img src="http://andras.mag.su/line04.gif" alt="line"/><br/> <hr size="2"/> <font color="fuchsia"><big><b>[ MOBILE SECTION ]</b></big></font><br/> <a href="http://"><img src="http://nilesh12.110mb.com" alt="."/></a><br/> <img src="http://andras.mag.su/new11.gif" alt="new"/> <a href="http://nilesh12.110mb.com/app.html"><font color="red"><big><b>APPLICATION</b></big></font></a><br/> <br/> <a href="http://nilesh12.110mb.com/Themes.html"><font color="red"><big><b>THEMES</b></big></font></a><br/> <br/> <a href="http://nilesh12.110mb.com/game.html"><font color="red"><big><b>GAMES</b></big></font></a><br/> <br/> <a href="http://nilesh12.110mb.com/music.html"><font color="red"><big><b>MUSIC</b></big></font></a><br/> <br/> <a href="http://nilesh12.110mb.com/ringtone.html"><font color="red"><big><b>RINGTONES</b></big></font></a><br/> <br/> <a href="http://nilesh12.110mb.com/video.html"><font color="red"><big><b>VIDEOS</b></big></font></a><br/> <br/> <a href="http://nilesh12.110mb.com/Wallpaper.html"><font color="red"><big><b>WALLPAPERS</b></big></font></a><br/> <br/> <a href="http://nilesh12.110mb.com/animation.html"><font color="red"><big><b>ANIMATION</b></big></font></a><br/> <br/> <img src="http://andras.mag.su/line15.gif" alt="line"/><br/> <br/> <hr size="2"/> <font color="fuchsia"><big><b>[ PC SECTION ]</b></big></font><br/> <a href="http://"><img src="http://nilesh12.110mb.com" alt="."/></a><br/> <a href="http://nilesh12.110mb.com/pc/pcindex.html"><font color="red"><big><b>Exclusive pc softweare</b></big></font></a><br/> <br/> <a href="http://novaks.6te.net/PCs.SiS.html"><font color="red"><big><b>Lattest pc mobile aap</b></big></font></a><br/> <br/> <a href="http://www.filehippo.com/"><font color="red"><big><b>Lattest all pc softwear</b></big></font></a><br/> <br/> <img src="http://andras.mag.su/line15.gif" alt="line"/><br/> <hr size="2"/> <font color="fuchsia"><big><b>[ USEFULL ZONE ]</b></big></font><br/> <a href="http://"><img src="http://nilesh12.110mb.com" alt="."/></a><br/> <a href="http://nilesh12.110mb.com/tt"><font color="red"><big><b>Important tips and trick</b></big></font></a><br/> <br/> <a href="http://nilesh12.110mb.com/Cricket.html"><font color="red"><big><b>Live Cricket score</b></big></font></a><br/> <br/> <a href="http://nilesh12.110mb.com/wap"><font color="red"><big><b>Wapmaster</b></big></font></a><br/> <br/> <a href="http://nilesh12.110mb.com/service/funzone.html"><font color="red"><big><b>Fun zone</b></big></font></a><br/> <br/> <a href="http://nilesh12.110mb.com/service/freesms.html"><font color="red"><big><b>Send Free Sms</b></big></font></a><br/> <br/> <a href="http://nilesh12.110mb.com/service/freecall.html"><font color="red"><big><b>Free Call</b></big></font></a><br/> <br/> <a href="http://nilesh12.110mb.com/service/onlinetool.html"><font color="red"><big><b>Online Tools</b></big></font></a><br/> <br/> <a href="http://nilesh12.110mb.com/Hideurip.html"><font color="red"><big><b>Hide your ip when browsing site</b></big></font></a><br/> <br/> <a href="http://mobilust.net/mystartpage/"><font color="red"><big><b>Open site with light wight loading</b></big></font></a><br/> <br/> <a href="http://nilesh12.110mb.com/Smile.Html"><font color="red"><big><b>Smile genrator</b></big></font></a><br/> <br/> <a href="http://nilesh12.110mb.com/Textimagecreater.Html"><font color="red"><big><b>Text image creater</b></big></font></a><br/> <br/> <a href="http://nilesh12.110mb.com/Smillattergenrater.Html"><font color="red"><big><b>Smile text genrater</b></big></font></a><br/> <br/> <a href="http://nilesh12.110mb.com/passwordgen.php"><font color="red"><big><b>Password Genrator</b></big></font></a><br/> <br/> <img src="http://andras.mag.su/new11.gif" alt="new"/> <a href="http://nilesh12.110mb.com/Livechainal.html"><font color="red"><big><b>Live Tv Chnnel streaming</b></big></font></a><br/> <br/> <img src="http://andras.mag.su/line15.gif" alt="line"/><br/> <hr size="2"/> <font color="fuchsia"><big><b>[ SERVICE ]</b></big></font><br/> <a href="http://"><img src="http://nilesh12.110mb.com" alt="."/></a><br/> <a href="http://mobilust.net/2000wallpapers/1.asp?site=nilesh mobile world&amp;url=http://nilesh12.110mb.com&amp;bg=ffffff&amp;font=ff0000&amp;a=0000ff/"><font color="red"><big><b>Free wallpaper archive</b></big></font></a><br/> <br/> <a href="http://mobilust.net/freeemail/forsites.asp?site=Nilesh%20Mobile%20World&amp;url=http://nilesh12.110mb.com&amp;to=nilesh_lande12@rediffmail.com&amp;bg=ffffff&amp;f=000000&amp;logo=http://"><font color="red"><big><b>E-mail me</b></big></font></a><br/> <br/> <a href="http://mobilust.net/freeemail/freeemailsender.asp?site=!! NILESH M@BILE W@RLD !!&url=http://nilesh.uk.to&bg=000000&f=FF0000&logo=http://nilesh12.110mb.com/wallpaper/service/Nilesh2.gif"><font color="red"><big><b>Send free e-mail</b></big></font></a><br/> <br/> <a href="http://wap.4wapfreaks.org/source.php"><font color="red"><big><b>View any site source code</b></big></font></a><br/> <br/> <a href="http://wen.ru/email/?uid=1034867&amp;bgcolor=black&amp;lcolor=yellow&amp;tcolor=red&amp;acolor=blue"><font color="red"><big><b>Contact admin</b></big></font></a><br/> <br/> <a href="http://waptrack.net/gb/13023"><font color="red"><big><b>Request here</b></big></font></a><br/> <br/> <a href="http://us.m.yahoo.com/p/login?.done=http%3A%2F%2Fus.m.yahoo.com%2Fp%2Fmail%3f"><font color="red"><big><b>Login yahoo</b></big></font></a><br/> <br/> <a href="http://gmobile.sayni.net/"><font color="red"><big><b>Gmail login</b></big></font></a><br/ > <br/> <a href="http://mobilust.net/whoisip/default.asp?ip=195.189.142.170&amp;B1=Check"><font color="red"><big><b>Ip detact</b></big></font></a><br/> <br/> <a href="http://nilesh12.110mb.com/search.html"><font color="red"><big><b>Best Search Engine</b></big></font></a><br/ > <br/> <a href="http://wen.ru/search/?uid=1034867"><font color="red"><big><b>Search from my site</b></big></font></a><br/ > <br/> <a href="http://posad.org/h2w/index.php?p=1&amp;url=google.com/addurl.html"><font color="red"><big><b>Add site to google</b></big> </font></a><br/> <br/> <hr size="2"> <!-- cricket on site script start --> <div class="hd1"> <marquee><big><b><font color="olive">Live Cricket Scores</font></b></big> </br> <font color="red"> [may not work from inbuilt phone browser]</font></marquee> <noscript><bg color="red"><a href="">**Live Cricket Scores**</a></noscript><iframe src="http://pda.sky.com/sports/pda_cricket_livescores_menu.asp"height=200 width=380 frameborder="0"></iframe> <br><p> </div> </br> <img src="http://andras.mag.su/line15.gif" alt="line"/><br/> <hr size="2"/> <!-- cricket on site script end --> <!-- google script start --> <p align="center" style="background-color:black"> <font color="#ff1493"><b> Enter Search Keywords</b></font> </br> <p align="center"><form method="get"action="http://wap.google.com/xhtml"><font color="blue"><input type="text"name="q"size"25"max lenght="255"value=""><input type="hidden"name="hl"value="en"/><input type="hidden"name="lr"value=""/><input type="hidden"name="le"Value=""><br/><input type="Submit"name="btnG"value"Search"/><br/><input type="radio"name="site"value="search"chacked="checked"/>Web<br/><input type="radio"name="site"value="images"/>images<br/><input type="radio"name="site"value="local"/>Local<br/><input type="radio"name="site"value="mobile"/>Mobile Web(Beta)</br><input type="radio"name="sitesearch"value="nilesh.uk.to"checked="checked"></input>nilesh.uk.to</font><input type="hidden"name"mrestrict"value="xhtml"></form></font> <img src="http://nilesh12.110mb.com/wallpaper/service/divid.gif" alt="line"/><br/> <!-- google script end --> <hr size="2"/> <br/> <img src="http://nilesh12.110mb.com/wallpaper/service/gb1.gif" alt="GUESTBOOK"/> <br/> <br/> <a href="http://wen.ru/gb/?uid=1034867&amp;bgcolor=black&amp;tcolor=red&amp;lcolor=blue&amp;acolor=green"><font color="green"><b>Guest book</b></font></a><br/> <a href="http://my.wapshare.us/htmlgb.php?id=20171"><font color="#ff1493"><b>Special Guest Book</b></font></a><br/> <a href="http://wen.ru/vote/?uid=1034867"><font color="#00bfff"><b>Vote for site</b></font></a><br/> <a href="http://wen.ru/search/?uid=1034867"><font color="darkred"><b>Search from my site</b></font></a><br/> <img src="http://andras.mag.su/line15.gif" alt="line"/> <br/> <hr size="2"/> <br/> <br/> <marquee behavior="alternate" direction="right" loop="-1"><a href="http://howsthat.uk.to/forum/"><font color="orange"><b>FrendzForum</b></font></a></marquee><br/> <br/> <hr size="2"/> <br/> <font color="#00bfff"><blink>WEBSITE PARTNER</blink></font><br/> <br/> <a href="http://waptrack.net/welcome/33033"><img src="http://waptrack.net/waptrack.gif" alt="WapTrack Toplist" /></a> <br/><br/> <a href="http://waptarget.com/8350"><img src="http://waptarget.com/banner.gif" alt="WapTarget.Com" /></a> <br/> <br/> <a href="http://top.wapshare.us/in.php?id=8249"><img src="http://top.wapshare.us/banner.gif" alt="TOP.WAPSHARE.US"/></a> <br/> <br/> <a href="http://waptrack.net/welcome/16310"><img src=http://waptrack.net/counthits.asp?id163108&t=red" alt="WapTrack Toplist"/></a> <br/> <br/> <a href="http://topindia.org/in.php?sid=2811"><font color="darkred"><b>Top India</b></font></a><br/><br/> <a href="http://besttop.mobi/in.php?id=47670"><font color="darkgreen"><b>BestTop.Mobi</b></font></a><br/><br/> <a href="http://msonics.com/in.php?id=10383"><font color="darkred"><b>mSONICS.com</b></font></a><br/><br/> <a href="http://mRADAR.com/?i=49431"><font color="darkgreen"><b>mRADAR.com</b></font></a><br/><br/> <a href="http://waptop.eu/?i=7067"><font color="darkred"><b>WAPTOP.EU</b></font></a><br/><br/> <a href="http://surfwap.com/?site=798"><font color="darkgreen"><b>SurfWap</b></font></a><br/><br/> <a href="http://www.igloo.mobi/in.php?id=6116"><font color="darkred"><b>iGloo World</b></font></a><br/><br/> <hr size="2"/> <! -- static counter start --> <br/> <br/> <!-- fake counter start --> <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin var ran ran = Math.round(Math.random()*50000) function alertUser() { alert("You are visitor number " + ran + " to this page.") } // End --> </SCRIPT> </HEAD> <BODY> <CENTER> <FORM> <INPUT TYPE="button" VALUE="How many visits?" onClick="alertUser()"> </FORM> </CENTER> </BODY> <!-- fake counter end --> <br/> <br/> <script src="http://www.scriptsocket.com/cgi-bin/cvhitcounter/online-java.cgi?nilesh12"></script> <br/> <a href="http://mobilust.net/onlines/tmp.asp?site=nilesh12&sitename=NILESH M@BILE W@RLD&url=http://nilesh12.110mb.com&bg=000000&f=FF0000&logo=http://nilesh12.110mb.com/wallpaper/service/Nilesh2.gif"><img src="http://mobilust.net/onlines/onlines.asp?site=kingnilesh" alt="online"/></a><br/> <br/> <a href="http://buyviagracounter.com"> <img src="http://buyviagracounter.com/count.php?c_style=48&id=1251189448" border=0 alt="buy viagra counter"> </a><br> <br> <!-- Do not delete this link . This will help us to stay free --> <body> <script language="javascript"> <!-- var _plugin_ws_w = "", _plugin_ws_h = "", _plugin_ws_c = ""; //--> </script> <script language="javascript1.2"> <!-- _plugin_ws_w = screen.width; _plugin_ws_h = screen.height; _plugin_ws_c = navigator.appName.indexOf("Microsoft") >= 0 ? screen.colorDepth : screen.pixelDepth; //--> </script> <script language="javascript"> <!-- document.write("<a target='_blank' href='http://www.plugin.ws/details.php?id=nilesh12'><img width=88 height=31 border=0 src='http://www.plugin.ws/count.php?id=nilesh12&width=" + _plugin_ws_w + "&height=" + _plugin_ws_h + "&color=" + _plugin_ws_c + "&referer=" + escape(document.referrer) + "' alt='PlugIn.ws - Free Hit Counter, Web Site Statistics, Traffic Analysis'></a>"); //--> </script> <noscript> <a target="_blank" href="http://www.plugin.ws/details.php?id=nilesh12"><img width=88 height=31 border=0 src="http://www.plugin.ws/count.php?id=nilesh12" alt="PlugIn.ws - Free Hit Counter, Web Site Statistics, Traffic Analysis"></a> </noscript> </body> <! -- static counter end --> <br/> <br/> <marquee behavior="scroll" direction="right" loop="-1"><font color="darkred"><big><i>&#169; Created by Nilesh Lande on 15/ 09/ 2007</i></big></font></marquee> </p> <br/> <p align="left"> <font color="red"><i>&#169; Copyright 2007 ALL Rights Reserved By Nilesh Lande Site Sponserd By FrendzForum</i></font><br/> </p><p align="center"> <br/> <hr size="2"/> <font color="#00bfff"><blink>VISITORS INFO BELOW</blink></font><br/> </p><p align="center"> <!-- ip information with special thx --> <font color="#ff0000"><small> IP INFO :</small></font><br/> <script language="Javascript" src="http://www.ip2phrase.com/ip2phrase.asp? template=Special welcome to our visitors from <CITY>, <COUNTRY>."></script><br> <a href="http://nilesh12.110mb.com"><img border="0" src="http://www.ip2location.com/images/ip2location.png"/></a > <br/> <br/> <!-- browser info in 400*80 normal style --> <font color="#ff0000"><small> BROWSER INFO :</small></font></br> <a href="http://nilesh12.110mb.com"><img border="0" src="http://www.browserobject.com/images/browserobject.png "/></a> <br><font color="blue">Powered by</font> <a href="http://nilesh12.110mb.com">nilesh.uk.to</a> <br/> <br/> <!-- map script start --> <font color="#ff0000"><small> MAP OF VISITORS :</small></font></br> <p style="font-family: verdana;font-size: 12px;color: #333333;text-decoration: none;" ><a alt="Map IP Address" href="http://www.ip2map.com"><img border="0" alt="Map IP Address" src="http://www.ip2map.com/ip2map.gif"></a><br>Powered by<a alt="IP Address" href="http://nilesh12.110mb.com" style="font-family: Verdana, Arial, Helvetica, sans-serif;font- size: 12px;color: #0066CC;text-decoration: underline;">nilesh.uk.to</a></p> <!-- map script end --> <br/> <br/> <!-- proxy detection --> <font color="#ff0000"><small> PROXY DETECTION :</small></font></br> <!-- Start ip2proxy.com Link --> <IFRAME SRC="http://www.ip2location.com/ip1/" WIDTH="155" HEIGHT="87" MARGINWIDTH="1" SCROLLING="no" FRAMEBORDER="0"></IFRAME><!-- End ip2proxy.com Link --> <br/> <br/> <font color="limegreen"><hr>this site powered by<a href="http://nilesh.uk.to"> nilesh.uk.to&trade;</font></a></a><br/> </p></body></html>