<UNV>

<|-= HTML Site Under Way, Coming Next Week! -=-|>


The Lazy Reviews

 

 Pass or Fail? A bit extreme maybe? Well you wanted reviews and here they are ... wel sorta.

You have to admit, reviews just take too long! So this will be known as the "Lazy" Reviews.

Simply, YOU do all the work. Signing up for a website review? Well I may include a small comment, and either pass or fail you. 

Looking for game reviews? Well I allow everyone to send their own (who actually play them). I might post a couple movie reviews 'n such.

Some I might've seen, some not. But you get the idea. So go sign-up or whatever ...

 

 

 For now, you can stare at all the titles unless you start submitting or signing up reviews!


 

 

Andini-Magic, of course you pass. You've got a great sense of style and personality. Only thing you should improve on for now is not to leave so much spacing. For example, don't use so many content boxes.

 

I don't know who wanted me to review this site but it definitely fails! No template, all rubbish! I've never heard of anything more stupid but I won't risk my life to find out if it's true. Heck if you know that it is true then you're dead!

 

Not much to say, nice organization and fun pages. Keep up the great work and try to gain a wide audience.

 Good old RB. Yep, the pages are superb, lots of fun and really gets you involved. Lots of updates and themes are nice to see. No wonder you have a big audience. It's hard to say what you should work on, but I would like to see some more regular entertainment features. Just update your playlist or something.

Need your site or network reviewed? Sign Up By Clicking Here. Please Remember To Give Your Web Address In The Form!

 

 

You gotta admit, we all love Will Smith. And so I thought this movie would be da bomb! Or was it? Here's how it went. It started off well, with Hancock missing out helping serve "justice" by sleeping and drinking booze on his bench. Well, that's just like you saw in the trailers. It was all great. Just like all movies, this nice feeling for the beginning and you're thinking "wow I'm actually watching Hancock, this is gonna be great!" 

Well, like 30 minutes into the movie, Hancock becomes all good with his new "uniform." I just will blurt it out to you my reactions, WHAT THE HELL IS THIS?!? I didn't think that could be it to the movie. Heck, it darn wasn't! It then got interesting. Finds out (spoiler!) that there is another one like Hancock. Don't wanna reveal too much, but the ending was great.
Hancock (and Will) lives up to his name. And this movie I should say, is a MUST SEE!
 
Author: Sunny Singh (Owner of Unveiled)
 
 None Yet, Start Submitting!

 

 None Yet, Start Submitting!

To Submit Your Own Review, Click Here and Fill Out The Form. 

Firefox 3 <!-- www.unveiled.co.nr --> <!-- DO NOT STEAL CODING --> <!-- END HTML --> <!-- ************************** ========================== UNVEILED NAVIGATION SCRIPT ========================== ************************** --> <!-- ************************** ========================== Customized;Do Not Copy ========================== ************************** --> <HEAD> <style fprolloverstyle>A:hover {color: #000000; text-decoration: none; font-weight: bold}></style> <style> #menuShow{ border: 1px solid red; background-image: url('http://i215.photobucket.com/albums/cc261/sunnywebs/black-small.jpg'); background-repeat: repeat-x; background-color: #000000 background-image: url('http://i215.photobucket.com/albums/cc261/sunnywebs/black-small.jpg'); background-repeat: repeat-x padding: 13px; font-size: 13px; font-family: Verdana, Arial; position: absolute; width: auto; height: auto; } #menuSelect{ border: 1px solid red; background-image: url(http://i215.photobucket.com/albums/cc261/sunnywebs/black-small.jpg); background-color: #000000 padding: 13px; font-size: 13px; font-family: Verdana, Arial; position: absolute; width: auto; height: auto; } </style> </HEAD> <body link="#FF0000" vlink="#FF0000" alink="#000000" text="#FF0000"> <div id="menuSelect"> <a href="#" onClick="moveOnMenu();moveOffSelector()"> &nbsp;&nbsp;<img src="http://i215.photobucket.com/albums/cc261/sunnywebs/view-nav-iconcopy.gif" onmouseover="this.src='http://i215.photobucket.com/albums/cc261/sunnywebs/view-nav-icon-ROLLOVER.gif';" onmouseout="this.src='http://i215.photobucket.com/albums/cc261/sunnywebs/view-nav-iconcopy.gif';"border=0/> </a> </div> <div id="menuShow"> <a href="#" onClick="moveOffMenu();moveOnSelector()"> <img src="http://i215.photobucket.com/albums/cc261/sunnywebs/navi-close-out.gif" onmouseover="this.src='http://i215.photobucket.com/albums/cc261/sunnywebs/navi-close-over.gif';" onmouseout="this.src='http://i215.photobucket.com/albums/cc261/sunnywebs/navi-close-out.gif';" border="0" /> </a> <br> <p align="left"> <iframe name="UNVEILED NAVI" src="http://sunnywebs.webs.com/navi/hidden.html" width="155" height="400" frameborder="0" scrolling="no"></iframe> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin // (C) 2001 www.CodeLifter.com // http://www.codelifter.com // Free for all users, but leave in this header. // Set Show to "yes" to show the menu on start-up. // Set Show to "no" to show the selector on start-up. Show ="no"; // Set OffX in pixels to a negative number // somewhat larger than the width of the menu. var OffX = -150; // Set the PosX and PosY variables // to the location on the screen where the // menu should position (in pixels) when stopped. var PosX = 0; var PosY = 420; // Usually, use the settings shown; but you can // change the speed and the increment of motion // across the screen, below. var speed = 50; var increment = 25; var incrementNS4 = 5; // for slower NS4 browsers // do not edit below this line // =========================== var is_NS = navigator.appName=="Netscape"; var is_Ver = parseInt(navigator.appVersion); var is_NS4 = is_NS&&is_Ver>=4&&is_Ver<5; var is_NS5up = is_NS&&is_Ver>=5; var MenuX = OffX; var SelX = PosX; var sPosX = PosX; var sOffX = OffX; if (Show == "yes") { sPosX = OffX; sOffX = PosX; MenuX = sOffX; SelX = sPosX; } if (is_NS4) { increment = incrementNS4; Lq = "document.layers."; Sq = ""; eval(Lq+'menuSelect'+Sq+'.left=sPosX'); eval(Lq+'menuShow'+Sq+'.left=sOffX'); eval(Lq+'menuSelect'+Sq+'.top=PosY'); eval(Lq+'menuShow'+Sq+'.top=PosY'); } else { Lq = "document.all."; Sq = ".style"; document.getElementById('menuSelect').style.left = sPosX+"px"; document.getElementById('menuShow').style.left = sOffX+"px"; document.getElementById('menuSelect').style.top = PosY+"px"; document.getElementById('menuShow').style.top = PosY+"px"; } function moveOnMenu() { if (MenuX < PosX) { MenuX = MenuX + increment; if (is_NS5up) { document.getElementById('menuShow').style.left = MenuX+"px"; } else { eval(Lq+'menuShow'+Sq+'.left=MenuX'); } setTimeout('moveOnMenu()',speed); } } function moveOffMenu() { if (MenuX > OffX) { MenuX = MenuX - increment; if (is_NS5up) { document.getElementById('menuShow').style.left = MenuX+"px"; } else { eval(Lq+'menuShow'+Sq+'.left=MenuX'); } setTimeout('moveOffMenu()',speed); } } function moveOffSelector() { if (SelX > OffX) { SelX = SelX - increment; if (is_NS5up) { document.getElementById('menuSelect').style.left = SelX+"px"; } else { eval(Lq+'menuSelect'+Sq+'.left=SelX'); } setTimeout('moveOffSelector()',speed); } } function moveOnSelector() { if (SelX < PosX) { SelX = SelX + increment; if (is_NS5up) { document.getElementById('menuSelect').style.left = SelX+"px"; } else { eval(Lq+'menuSelect'+Sq+'.left=SelX'); } setTimeout('moveOnSelector()',speed); } } // End --> </script></font></div> <!-- Script Size: 5.71 KB -->
 
        
©2007-2008 Unveiled aka Sunnywebs Corporation  - All Rights Reserved

Create a Free Website