<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5878096383168736343</id><updated>2011-04-21T11:58:45.058-07:00</updated><title type='text'>Go4Masti</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default?start-index=101&amp;max-results=100'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>166</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-4701122879577244564</id><published>2008-02-03T23:09:00.000-08:00</published><updated>2008-02-03T23:14:01.639-08:00</updated><title type='text'>Cracking Zip Password Files</title><content type='html'>&lt;p&gt;Cracking Zip Password Files&lt;br /&gt;&lt;br /&gt;Tut On Cracking Zip Password  Files..&lt;br /&gt;What is FZC? FZC is a program that cracks zip files (zip is a method  of compressing multiple files into one smaller file) that are password-protected  (which means you're gonna need a password to open the zip file and extract files  out of it). You can get it anywhere - just use a search engine such as  altavista.com.&lt;br /&gt;FZC uses multiple methods of cracking - bruteforce (guessing  passwords systematically until the program gets it) or wordlist attacks  (otherwise known as dictionary attacks. Instead of just guessing passwords  systematically, the program takes passwords out of a "wordlist", which is a text  file that contains possible passwords. You can get lots of wordlists at  www.theargon.com.).&lt;br /&gt;FZC can be used in order to achieve two different goals:  you can either use it to recover a lost zip password which you used to remember  but somehow forgot, or to crack zip passwords which you're not supposed to have.  So like every tool, this one can be used for good and for evil.&lt;br /&gt;The first  thing I want to say is that reading this tutorial... is the easy way to learn  how to use this program, but after reading this part of how to use the FZC you  should go and check the texts that come with that program and read them all. You  are also going to see the phrase "check name.txt" often in this text. These  files should be in FZC's directory. They contain more information about  FZC.&lt;br /&gt;FZC is a good password recovery tool, because it's very fast and also  support resuming so you don't have to keep the computer turned on until you get  the password, like it used to be some years ago with older cracking programs.  You would probably always get the password unless the password is longer than 32  chars (a char is a character, which can be anything - a number, a lowercase or  undercase letter or a symbol such as ! or &amp;amp;) because 32 chars is the maximum  value that FZC will accept, but it doesn't really matter, because in order to  bruteforce a password with 32 chars you'll need to be at least  immortal..heehhe.. to see the time that FZC takes with bruteforce just open the  Bforce.txt file, which contains such information.&lt;br /&gt;FZC supports brute-force  attacks, as well as wordlist attacks. While brute-force attacks don't require  you to have anything, wordlist attacks require you to have wordlists, which you  can get from www.theargon.com. There are wordlists in various languages, various  topics or just miscellaneous wordlists. The bigger the wordlist is, the more  chances you have to crack the password.&lt;br /&gt;Now that you have a good wordlist,  just get FZC working on the locked zip file, grab a drink, lie down and wait...  and wait... and wait...and have good thoughts like "In wordlist mode I'm gonna  get the password in minutes" or something like this... you start doing all this  and remember "Hey this guy started with all this bullshit and didn't say how I  can start a wordlist attack!..." So please wait just a little more, read this  tutorial 'till the end and you can do all this "bullshit".&lt;br /&gt;&lt;br /&gt;We need to  keep in mind that are some people might choose some really weird passwords (for  example: 'e8t7@$^%*gfh), which are harder to crack and are certainly impossible  to crack (unless you have some weird wordlist). If you have a bad luck and you  got such a file, having a 200MB list won't help you anymore. Instead, you'll  have to use a different type of attack. If you are a person that gives up at the  first sign of failure, stop being like that or you won't get anywhere. What you  need to do in such a situation is to put aside your sweet xxx MB's list and  start using the Brute Force attack.&lt;br /&gt;If you have some sort of a really fast  and new computer and you're afraid that you won't be able to use your computer's  power to the fullest because the zip cracker doesn't support this kind of  technology, it's your lucky day! FZC has multiple settings for all sorts of  hardware, and will automatically select the best method.&lt;br /&gt;&lt;br /&gt;Now that we've  gone through all the theoretical stuff, let's get to the actual  commands.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;Bruteforce&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The  command line you'll need to use for using brute force is:&lt;br /&gt;&lt;br /&gt;fzc -mb  -nzFile.zip -lChr Lenght -cType of chars&lt;br /&gt;&lt;br /&gt;Now if you read the bforce.txt  that comes with fzc you'll find the description of how works Chr Lenght and the  Type of chars, but hey, I'm gonna explain this too. Why not, right?... (but  remember look at the bforce.txt too)&lt;br /&gt;&lt;br /&gt;For Chr Lenght you can use 4 kind of  switches...&lt;br /&gt;&lt;br /&gt;-&gt; You can use range -&gt; 4-6 :it would brute force from  4 Chr passwors to 6 chr passwords&lt;br /&gt;-&gt; You can use just one lenght -&gt; 5  :it would just brute force using passwords with 5 chars&lt;br /&gt;-&gt; You can use  also the all number -&gt; 0 :it would start brute forcing from passwords with  lenght 0 to lenght 32, even if you are crazy i don't think that you would do  this.... if you are thinking in doing this get a live...&lt;br /&gt;-&gt; You can use  the + sign with a number -&gt; 3+ :in this case it would brute force from  passwords with lenght 3 to passwords with 32 chars of lenght, almost like the  last option...&lt;br /&gt;&lt;br /&gt;For the Type of chars we have 5 switches they  are:&lt;br /&gt;&lt;br /&gt;-&gt; a for using lowercase letters&lt;br /&gt;-&gt; A for using uppercase  letters&lt;br /&gt;-&gt; ! for using simbols (check the Bforce.txt if you want to see  what simbols)&lt;br /&gt;-&gt; s for using space&lt;br /&gt;-&gt; 1 for using  numbers&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;If you want to find a password with lowercase and  numbers by brute force you would just do something like:&lt;br /&gt;&lt;br /&gt;fzc -mb  -nzTest.zip -l4-7 -ca1&lt;br /&gt;&lt;br /&gt;This would try all combinations from passwords  with 4 chars of lenght till 7 chars, but just using numbers and  lowercase.&lt;br /&gt;&lt;br /&gt;*****&lt;br /&gt;hint&lt;br /&gt;*****&lt;br /&gt;&lt;br /&gt;You should never start the first  brute force attack to a file using all the chars switches, first just try  lowercase, then uppercase, then uppercase with number then lowercase with  numbers, just do like this because you can get lucky and find the password much  faster, if this doesn't work just prepare your brain and start with a brute  force that would take a lot of time. With a combination like lowercase,  uppercase, special chars and  numbers.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;Wordlis&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;Like  I said in the bottom and like you should be thinking now, the wordlist is the  most powerfull mode in this program. Using this mode, you can choose between 3  modes, where each one do some changes to the text that is in the wordlist, I'm  not going to say what each mode does to the words, for knowing that just check  the file wlist.txt, the only thing I'm going to tell you is that the best mode  to get passwords is mode 3, but it takes longer time too.&lt;br /&gt;To start a wordlist  attak you'll do something like.&lt;br /&gt;&lt;br /&gt;fzc -mwMode number -nzFile.zip  -nwWordlist&lt;br /&gt;&lt;br /&gt;Where:&lt;br /&gt;&lt;br /&gt;Mode number is 1, 2 or 3 just check wlist.txt  to see the changes in each mode.&lt;br /&gt;File.zip is the filename and Wordlist is the  name of the wordlist that you want to use. Remember that if the file or the  wordlist isn't in the same directory of FZC you'll need to give the all  path.&lt;br /&gt;&lt;br /&gt;You can add other switches to that line like -fLine where you  define in which line will FZC start reading, and the -lChar Length where it will  just be read the words in that char length, the switche works like in bruteforce  mode.&lt;br /&gt;So if you something like&lt;br /&gt;&lt;br /&gt;fzc -mw1 -nztest.zip -nwMywordlist.txt  -f50 -l9+&lt;br /&gt;&lt;br /&gt;FZC would just start reading at line 50 and would just read  with length &gt;= to 9.&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;&lt;br /&gt;If you want to crack a file  called myfile.zip using the "theargonlistserver1.txt" wordlist, selecting mode  3, and you wanted FZC to start reading at line 50 you would do:&lt;br /&gt;&lt;br /&gt;fzc -mw3  -nzmyfile.zip -nwtheargonlistserver1.txt  -f50&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;Resuming&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;Other  good feature in FZC is that FZC supports resuming. If you need to shutdown your  computer and FZC is running you just need to press the ESC key, and fzc will  stop. Now if you are using a brute force attack the current status will be saved  in a file called resume.fzc but if you are using a wordlist it will say to you  in what line it ended (you can find the line in the file fzc.log too).&lt;br /&gt;To  resume the bruteforce attack you just need to do:&lt;br /&gt;&lt;br /&gt;fzc -mr&lt;br /&gt;&lt;br /&gt;And the  bruteforce attack will start from the place where it stopped when you pressed  the ESC key.&lt;br /&gt;But if you want to resume a wordlist attack you'll need to start  a new wordlist attack, saying where it's gonna start. So if you ended the attack  to the file.zip in line 100 using wordlist.txt in mode 3 to resume you'll  type&lt;br /&gt;&lt;br /&gt;fzc -mw3 -nzfile.zip -nwwordlist.txt -f100&lt;br /&gt;&lt;br /&gt;Doing this FZC  would start in line 100, since the others 99 lines where already checked in an  earlier FZC session.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Well, it looks like I covered most of what you  need to know. I certainly hope it helped you... don't forget to read the files  that come with the program&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-4701122879577244564?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/4701122879577244564/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=4701122879577244564' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/4701122879577244564'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/4701122879577244564'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2008/02/cracking-zip-password-files.html' title='Cracking Zip Password Files'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-6754002191268046716</id><published>2008-02-03T23:07:00.000-08:00</published><updated>2008-02-03T23:09:49.194-08:00</updated><title type='text'>Configuring ZoneAlarm Pro Security Settings, A ZoneAlarm Pro Tutorial</title><content type='html'>&lt;p&gt;Configuring ZoneAlarm Security Settings&lt;br /&gt;(&lt;br /&gt;&lt;br /&gt;If you're running  ZoneAlarm Pro you will probably have considered that most of the "advanced"  settings might as well be in Chinese for all the use they are. User friendly  they are not!&lt;br /&gt;&lt;br /&gt;If you are not on a LAN (connected to another computer in a  network) you can use this guide to give your firewall some real muscle and a new  lease of life:&lt;br /&gt;&lt;br /&gt;Launch ZoneAlarm Pro and click to highlight the "Firewall"  tab on the left hand side . In the pane that appears on the right hand side in  the section "Internet Zone Security" set the slider control to "High" Then click  the "Custom" button in the same section.&lt;br /&gt;&lt;br /&gt;The next settings page is  divided into two sections with tabs Internet Zone and Trusted Zone at the top of  the page. Under the Internet Zone tab there is a list of settings that can be  accessed by scrolling. At the top is the high security settings and the only  thing that should check from there is "allow broadcast/multicast". The rest  should be unchecked.&lt;br /&gt;&lt;br /&gt;Scroll down until you get to the medium security  settings area. Check all the boxes in this section until you get to "Block  Incomming UDP Ports". When you check that you will be asked to supply a list of  ports, and in the field at the bottom of the page enter 1-65535&lt;br /&gt;&lt;br /&gt;Then go  back to the list and check the box alongside "Block Outgoing UDP Ports" and at  the bottom of the page enter 1-19, 22-79, 82-7999, 8082-65535&lt;br /&gt;&lt;br /&gt;Repeat this  proceedure for the following settings&lt;br /&gt;"Block Incomming TCP Ports":  1-65535&lt;br /&gt;"Block Outgoing TCP Ports": 1-19, 22-79, 82-7999, 8082-65535&lt;br /&gt;Then  click "Apply", "Ok" at the bottom of the page.&lt;br /&gt;&lt;br /&gt;Back in the right hand  "Firewall" pane go next to the yellow "Trusted Zone Security" section and set it  to "high" with the slider. Click "Custom" and repeat the above proceedure this  time choosing the Trusted Zone tab at the top of the settings page.&lt;br /&gt;&lt;br /&gt;These  settings will stop all incoming packets @ports 1-65535 and also block all pings,  trojans etc... this will also stop all spyware or applications from phoning home  from your drive without your knowledge!&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-6754002191268046716?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/6754002191268046716/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=6754002191268046716' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/6754002191268046716'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/6754002191268046716'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2008/02/configuring-zonealarm-pro-security.html' title='Configuring ZoneAlarm Pro Security Settings, A ZoneAlarm Pro Tutorial'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-3107032415703937683</id><published>2008-02-03T23:05:00.000-08:00</published><updated>2008-02-03T23:06:59.124-08:00</updated><title type='text'>Check For Dos, Check to see if you are infected.</title><content type='html'>&lt;p&gt;When you first turn on you computer (BEFORE DIALING INTO YOUR ISP),&lt;br /&gt;open a  MS-DOS Prompt window (start/programs MS-DOS Prompt).&lt;br /&gt;Then type netstat -arn  and press the Enter key.&lt;br /&gt;Your screen should display the following (without  the dotted lines&lt;br /&gt;which I added for  clarification).&lt;br /&gt;&lt;br /&gt;-----------------------------------------------------------------------------&lt;br /&gt;Active  Routes:&lt;br /&gt;&lt;br /&gt;Network Address Netmask Gateway Address Interface  Metric&lt;br /&gt;127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1&lt;br /&gt;255.255.255.255  255.255.255.255 255.255.255.255 0.0.0.0 1&lt;br /&gt;&lt;br /&gt;Route Table&lt;br /&gt;&lt;br /&gt;Active  Connections&lt;br /&gt;&lt;br /&gt;Proto Local Address Foreign Address  State&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;If  you see anything else, there might be a problem (more on that later).&lt;br /&gt;Now  dial into your ISP, once you are connected;&lt;br /&gt;go back to the MS-DOS Prompt and  run the same command as before&lt;br /&gt;netstat -arn, this time it will look similar  to the following (without&lt;br /&gt;dotted  lines).&lt;br /&gt;&lt;br /&gt;-------------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;Active  Routes:&lt;br /&gt;&lt;br /&gt;Network Address Netmask Gateway Address Interface  Metric&lt;br /&gt;0.0.0.0 0.0.0.0 216.1.104.70 216.1.104.70 1&lt;br /&gt;127.0.0.0 255.0.0.0  127.0.0.1 127.0.0.1 1&lt;br /&gt;216.1.104.0 255.255.255.0 216.1.104.70 216.1.104.70  1&lt;br /&gt;216.1.104.70 255.255.255.255 127.0.0.1 127.0.0.1 1&lt;br /&gt;216.1.104.255  255.255.255.255 216.1.104.70 216.1.104.70 1&lt;br /&gt;224.0.0.0 224.0.0.0 216.1.104.70  216.1.104.70 1&lt;br /&gt;255.255.255.255 255.255.255.255 216.1.104.70 216.1.104.70  1&lt;br /&gt;&lt;br /&gt;Route Table&lt;br /&gt;&lt;br /&gt;Active Connections&lt;br /&gt;&lt;br /&gt;Proto Local Address  Foreign Address State&lt;br /&gt;TCP 0.0.0.0:0 0.0.0.0:0 LISTENING&lt;br /&gt;TCP  216.1.104.70:137 0.0.0.0:0 LISTENING&lt;br /&gt;TCP 216.1.104.70:138 0.0.0.0:0  LISTENING&lt;br /&gt;TCP 216.1.104.70:139 0.0.0.0:0 LISTENING&lt;br /&gt;UDP 216.1.104.70:137  *:* &lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;What  you are seeing in the first section (Active Routes) under the heading  of&lt;br /&gt;Network Address are some additional lines. The only ones that should be  there&lt;br /&gt;are ones belonging to your ISP (more on that later). In the second  section&lt;br /&gt;(Route Table) under Local Address you are seeing the IP address that  your ISP&lt;br /&gt;assigned you (in this example 216.1.104.70).&lt;br /&gt;&lt;br /&gt;The numbers are  divided into four dot notations, the first three should be&lt;br /&gt;the same for both  sets, while in this case the .70 is the unique number&lt;br /&gt;assigned for THIS  session. Next time you dial in that number will more than&lt;br /&gt;likely be  different.&lt;br /&gt;&lt;br /&gt;To make sure that the first three notation are as they should  be, we will run&lt;br /&gt;one more command from the MS-DOS window.&lt;br /&gt;From the MS-DOS  Prompt type tracert /www.yourispwebsite.com or .net&lt;br /&gt;or whatever it ends in.  Following is an example of the output you should  see.&lt;br /&gt;&lt;br /&gt;---------------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;Tracing  route to /www.motion.net [207.239.117.112]over a maximum of 30 hops:&lt;br /&gt;1 128 ms  2084 ms 102 ms chat-port.motion.net [216.1.104.4]&lt;br /&gt;2 115 ms 188 ms 117 ms  chat-core.motion.net [216.1.104.1]&lt;br /&gt;3 108 ms 116 ms 119 ms www.motion.net  [207.239.117.112]&lt;br /&gt;Trace  complete.&lt;br /&gt;&lt;br /&gt;------------------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;You  will see that on lines with the 1 and 2 the first three notations of  the&lt;br /&gt;address match with what we saw above, which is a good thing. If it does  not,&lt;br /&gt;then some further investigation is needed.&lt;br /&gt;&lt;br /&gt;If everything matches  like above, you can almost breath easier. Another thing&lt;br /&gt;which should you  should check is programs launched during startup. To find&lt;br /&gt;these, Click  start/programs/startup, look at what shows up. You should be&lt;br /&gt;able to  recognize everything there, if not, once again more investigation  is&lt;br /&gt;needed.&lt;br /&gt;&lt;br /&gt;-------------------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;Now  just because everything reported out like we expected (and  demonstrated&lt;br /&gt;above) we still are not out of the woods. How is this so, you  ask? Do you use&lt;br /&gt;Netmeeting? Do you get on IRC (Internet Relay Chat)? Or any  other program&lt;br /&gt;that makes use of the Internet. Have you every recieved an  email with an&lt;br /&gt;attachment that ended in .exe? The list goes on and on,  basically anything&lt;br /&gt;that you run could have become infected with a trojan.  What this means, is&lt;br /&gt;the program appears to do what you expect, but also does  just a little more.&lt;br /&gt;This little more could be blasting ebay.com or one of the  other sites that&lt;br /&gt;CNNlive was talking about.&lt;br /&gt;&lt;br /&gt;What can you do? Well some  anti-virus software will detect some trojans.&lt;br /&gt;Another (tedious) thing is to  start each of these "extra" Internet programs&lt;br /&gt;one at a time and go through  the last two steps above, looking at the routes&lt;br /&gt;and connection the program  uses. However, the tricky part will be figuring&lt;br /&gt;out where to tracert to in  order to find out if the addresses you see in&lt;br /&gt;step 2 are "safe" or not. I  should forewarn you, that running tracert after&lt;br /&gt;tracert, after tracert might  be considered "improper" by your ISP. The steps&lt;br /&gt;outlined above may not work  exactly as I have stated depending upon your ISP,&lt;br /&gt;but with a true ISP it  should work. Finally, this advise comes with NO&lt;br /&gt;warranty and by following my  "hints' you implicitly release me from ANY and&lt;br /&gt;ALL liability which you may  incur.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Other options&lt;br /&gt;&lt;br /&gt;Display protocol statistics and current  TCP/IP network connections.&lt;br /&gt;Netstat [-a] [-e] [-n] [-s] [-p proto] [-r]  [intervals]&lt;br /&gt;&lt;br /&gt;-a.. Display all connections and listening ports.&lt;br /&gt;-e..  Display Ethernet statistics. This may be combined with the -s option.&lt;br /&gt;-n..  Diplays address and port numbers in the numerical form.&lt;br /&gt;-p proto..Shows  connections for the protocol specified by proto; proto may be&lt;br /&gt;TCP or UDP. If  used with the -s option to display per-protocol statistics,&lt;br /&gt;proto may be TCP,  UDP, of IP.&lt;br /&gt;-r.. Display the routing table.&lt;br /&gt;-s.. Display per-protocol  statistics. By default, statistics are shown for TCP&lt;br /&gt;UDP and IP; the -p  option may be used to specify a subset of the default&lt;br /&gt;interval..Redisplay  selected statistics, pausing intervals seconds between each&lt;br /&gt;display. If  omitted. netstat will print the current configuration information&lt;br /&gt;once&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-3107032415703937683?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/3107032415703937683/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=3107032415703937683' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/3107032415703937683'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/3107032415703937683'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2008/02/check-for-dos-check-to-see-if-you-are.html' title='Check For Dos, Check to see if you are infected.'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-3128930139138970046</id><published>2008-02-03T23:03:00.000-08:00</published><updated>2008-02-03T23:04:47.017-08:00</updated><title type='text'>Change Your Ip In Less Then 1 Minute</title><content type='html'>&lt;p&gt;How To: Change Your Ip In Less Then 1 Minute&lt;br /&gt;&lt;br /&gt;1. Click on "Start" in  the bottom left hand corner of screen&lt;br /&gt;2. Click on "Run"&lt;br /&gt;3. Type in  "command" and hit ok&lt;br /&gt;&lt;br /&gt;You should now be at an MSDOS prompt  screen.&lt;br /&gt;&lt;br /&gt;4. Type "ipconfig /release" just like that, and hit "enter"&lt;br /&gt;5.  Type "exit" and leave the prompt&lt;br /&gt;6. Right-click on "Network Places" or "My  Network Places" on your desktop.&lt;br /&gt;7. Click on "properties"&lt;br /&gt;&lt;br /&gt;You should  now be on a screen with something titled "Local Area Connection", or something  close to that, and, if you have a network hooked up, all of your other  networks.&lt;br /&gt;&lt;br /&gt;8. Right click on "Local Area Connection" and click  "properties"&lt;br /&gt;9. Double-click on the "Internet Protocol (TCP/IP)" from the  list under the "General" tab&lt;br /&gt;10. Click on "Use the following IP address"  under the "General" tab&lt;br /&gt;11. Create an IP address (It doesn't matter what it  is. I just type 1 and 2 until i fill the area up).&lt;br /&gt;12. Press "Tab" and it  should automatically fill in the "Subnet Mask" section with default  numbers.&lt;br /&gt;13. Hit the "Ok" button here&lt;br /&gt;14. Hit the "Ok" button  again&lt;br /&gt;&lt;br /&gt;You should now be back to the "Local Area Connection"  screen.&lt;br /&gt;&lt;br /&gt;15. Right-click back on "Local Area Connection" and go to  properties again.&lt;br /&gt;16. Go back to the "TCP/IP" settings&lt;br /&gt;17. This time,  select "Obtain an IP address automatically"&lt;br /&gt;tongue.gif 18. Hit "Ok"&lt;br /&gt;19.  Hit "Ok" again&lt;br /&gt;20. You now have a new IP address&lt;br /&gt;&lt;br /&gt;With a little  practice, you can easily get this process down to 15  seconds.&lt;br /&gt;&lt;br /&gt;P.S:&lt;br /&gt;This only changes your dynamic IP address, not your  ISP/IP address. If you plan on hacking a website with this trick be extremely  careful, because if they try a little, they can trace it back&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-3128930139138970046?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/3128930139138970046/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=3128930139138970046' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/3128930139138970046'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/3128930139138970046'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2008/02/change-your-ip-in-less-then-1-minute.html' title='Change Your Ip In Less Then 1 Minute'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-9130280101648535753</id><published>2008-02-03T22:43:00.000-08:00</published><updated>2008-02-03T22:44:45.677-08:00</updated><title type='text'>Change Text on XP Start Button</title><content type='html'>Step 1 - Modify Explorer.exe File&lt;br /&gt;&lt;br /&gt;In order to make the changes, the file  explorer.exe located at C:\Windows needs to be edited. Since explorer.exe is a  binary file it requires a special editor. For purposes of this article I have  used Resource Hacker. Resource HackerTM is a freeware utility to view, modify,  rename, add, delete and extract resources in 32bit Windows executables and  resource files (*.res). It incorporates an internal resource script compiler and  decompiler and works on Microsoft Windows 95/98/ME, Windows NT, Windows 2000 and  Windows XP operating systems.&lt;br /&gt;&lt;br /&gt;get this from  h**p://delphi.icm.edu.pl/ftp/tools/ResHack.zip&lt;br /&gt;&lt;br /&gt;The first step is to make  a backup copy of the file explorer.exe located at C:\Windows\explorer. Place it  in a folder somewhere on your hard drive where it will be safe. Start Resource  Hacker and open explorer.exe located at C:\Windows\explorer.exe.&lt;br /&gt;&lt;br /&gt;The  category we are going to be using is "String Table". Expand it by clicking the  plus sign then navigate down to and expand string 37 followed by highlighting  1033. If you are using the Classic Layout rather than the XP Layout, use number  38. The right hand pane will display the stringtable. We’re going to modify item  578, currently showing the word “start” just as it displays on the current Start  button.&lt;br /&gt;&lt;br /&gt;There is no magic here. Just double click on the word “start” so  that it’s highlighted, making sure the quotation marks are not part of the  highlight. They need to remain in place, surrounding the new text that you’ll  type. Go ahead and type your new entry. In my case I used Click  Me!&lt;br /&gt;&lt;br /&gt;You’ll notice that after the new text string has been entered the  Compile Script button that was grayed out is now active. I won’t get into what’s  involved in compiling a script, but suffice it to say it’s going to make this  exercise worthwhile. Click Compile Script and then save the altered file using  the Save As command on the File Menu. Do not use the Save command – Make sure to  use the Save As command and choose a name for the file. Save the newly named  file to C:\Windows.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Step 2 – Modify the Registry&lt;br /&gt;&lt;br /&gt;!!!make a  backup of your registry before making changes!!!&lt;br /&gt;&lt;br /&gt;Now that the modified  explorer.exe has been created it’s necessary to modify the registry so the file  will be recognized when the user logs on to the system. If you don’t know how to  access the registry I’m not sure this article is for you, but just in case it’s  a temporary memory lapse, go to Start (soon to be something else) Run and type  regedit in the Open field. Navigate to:&lt;br /&gt;&lt;br /&gt;HKEY_LOCAL_MACHINE\ SOFTWARE\  Microsoft\ Windows NT\ CurrentVersion\ Winlogon&lt;br /&gt;&lt;br /&gt;In the right pane, double  click the "Shell" entry to open the Edit String dialog box. In Value data: line,  enter the name that was used to save the modified explorer.exe file. Click  OK.&lt;br /&gt;&lt;br /&gt;Close Registry Editor and either log off the system and log back in,  or reboot the entire system if that’s your preference. If all went as planned  you should see your new Start button with the revised text.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-9130280101648535753?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/9130280101648535753/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=9130280101648535753' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/9130280101648535753'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/9130280101648535753'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2008/02/change-text-on-xp-start-button.html' title='Change Text on XP Start Button'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-3225214511900607799</id><published>2008-02-03T22:41:00.000-08:00</published><updated>2008-02-03T22:42:29.442-08:00</updated><title type='text'>cannot use my password to get back into Windows XP</title><content type='html'>Because of the security features built into Windows XP, it is virtually  impossible to get back into the system without the password.&lt;br /&gt;You have several  options to try and get around this problem.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you have access to  another user account with administrator rights, you can use that account to  change the password&lt;br /&gt;of the account that is locked out. You can also use the  default Administrator account that is built into Windows XP.&lt;br /&gt;&lt;br /&gt;First you  need to boot the system into Safe Mode.&lt;br /&gt;1.Restart your system.&lt;br /&gt;2.When you  see the blue Dell globe or screen, press the ( F8 ) key about 3 times a  second.&lt;br /&gt;3.You should get the Windows startup menu. Use the (Up or Down) arrow  keys to highlight (SafeMode)&lt;br /&gt;4.Press (Enter) on (Safe Mode), then press  (Enter) on (Windows XP).&lt;br /&gt;5.The system should boot to Safe Mode.&lt;br /&gt;&lt;br /&gt;Once  you are at the Account Log on Screen, click on the icon&lt;br /&gt;for the user account  with administrator rights, or click on the icon&lt;br /&gt;for the administrators  account.&lt;br /&gt;Note: For Home the Administrator account isn't normally shown &amp;amp;  in Safe Mode you have to press Ctrl+Alt+Delete keys twice to show.&lt;br /&gt;For PRO  you can do this in normal mode&lt;br /&gt;&lt;br /&gt;When the system has booted to the desktop,  use the following steps to change the accounts password.&lt;br /&gt;1.Click Start,  Control Panel, Administrative Tools.&lt;br /&gt;2.Click Computer Management.&lt;br /&gt;3.Double  click Local Users and Groups, double click the folder Users.&lt;br /&gt;4.Right click on  the account name that is locked out, and click on Set Password.&lt;br /&gt;5.You may get  a warning message about changing the password, simply click proceed.&lt;br /&gt;6.Leave  the New Password box blank, also leave the Confirm Password box  blank.&lt;br /&gt;7.Click OK, and OK again.&lt;br /&gt;8.Then close all Windows, reboot the  system and try to log in.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;There are also applications that can  recover the password for you.&lt;br /&gt;The following companies provide these  applications at a cost.&lt;br /&gt;iOpus® Password Recovery XP  here.&lt;br /&gt;LostPassword.com, here.&lt;br /&gt;Asterisk Password Recovery XP v1.89  here.&lt;br /&gt;Windows XP / 2000 / NT Key here.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If the above information  does not help in recovering the password, the only option left is to&lt;br /&gt;format  the hard drive then reinstall Windows and the system software.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-3225214511900607799?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/3225214511900607799/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=3225214511900607799' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/3225214511900607799'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/3225214511900607799'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2008/02/cannot-use-my-password-to-get-back-into.html' title='cannot use my password to get back into Windows XP'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-2498892614999744585</id><published>2008-02-03T07:33:00.002-08:00</published><updated>2008-02-03T07:35:00.410-08:00</updated><title type='text'>Beep Codes Error Codes</title><content type='html'>&lt;p&gt;After repeated requests for beep codes i have decided to post them here maybe  they could be pinned&lt;br /&gt;&lt;br /&gt;Standard Original IBM POST Error Codes&lt;br /&gt;Code  Description&lt;br /&gt;&lt;br /&gt;1 short beep System is OK&lt;br /&gt;2 short beeps POST Error - error  code shown on screen No beep Power supply or system board problem Continuous  beep Power supply, system board, or keyboard problem Repeating short beeps Power  supply or system board problem&lt;br /&gt;1 long, 1 short beep System board problem&lt;br /&gt;1  long, 2 short beeps Display adapter problem (MDA, CGA)&lt;br /&gt;1 long, 3 short beeps  Display adapter problem (EGA)&lt;br /&gt;3 long beeps 3270 keyboard card&lt;br /&gt;IBM POST  Diagnostic Code Descriptions&lt;br /&gt;Code Description&lt;br /&gt;100 - 199 System  Board&lt;br /&gt;200 - 299 Memory&lt;br /&gt;300 - 399 Keyboard&lt;br /&gt;400 - 499 Monochrome  Display&lt;br /&gt;500 - 599 Colour/Graphics Display&lt;br /&gt;600 - 699 Floppy-disk drive  and/or Adapter&lt;br /&gt;700 - 799 Math Coprocessor&lt;br /&gt;900 - 999 Parallel Printer  Port&lt;br /&gt;1000 - 1099 Alternate Printer Adapter&lt;br /&gt;1100 - 1299 Asynchronous  Communication Device, Adapter, or Port&lt;br /&gt;1300 - 1399 Game Port&lt;br /&gt;1400 - 1499  Colour/Graphics Printer&lt;br /&gt;1500 - 1599 Synchronous Communication Device,  Adapter, or Port&lt;br /&gt;1700 - 1799 Hard Drive and/or Adapter&lt;br /&gt;1800 - 1899  Expansion Unit (XT)&lt;br /&gt;2000 - 2199 Bisynchronous Communication Adapter&lt;br /&gt;2400 -  2599 EGA system-board Video (MCA)&lt;br /&gt;3000 - 3199 LAN Adapter&lt;br /&gt;4800 - 4999  Internal Modem&lt;br /&gt;7000 - 7099 Phoenix BIOS Chips&lt;br /&gt;7300 - 7399 3.5" Disk  Drive&lt;br /&gt;8900 - 8999 MIDI Adapter&lt;br /&gt;11200 - 11299 SCSI Adapter&lt;br /&gt;21000 - 21099  SCSI Fixed Disk and Controller&lt;br /&gt;21500 - 21599 SCSI CD-ROM System&lt;br /&gt;&lt;br /&gt;AMI  BIOS Beep Codes&lt;br /&gt;Code Description&lt;br /&gt;&lt;br /&gt;1 Short Beep System OK&lt;br /&gt;2 Short  Beeps Parity error in the first 64 KB of memory&lt;br /&gt;3 Short Beeps Memory failure  in the first 64 KB&lt;br /&gt;4 Short Beeps Memory failure in the first 64 KB  Operational of memory&lt;br /&gt;or Timer 1 on the motherboard is not functioning&lt;br /&gt;5  Short Beeps The CPU on the motherboard generated an error&lt;br /&gt;6 Short Beeps The  keyboard controller may be bad. The BIOS cannot switch to protected mode&lt;br /&gt;7  Short Beeps The CPU generated an exception interrupt&lt;br /&gt;8 Short Beeps The system  video adapter is either missing, or its memory is faulty&lt;br /&gt;9 Short Beeps The  ROM checksum value does not match the value encoded in the BIOS&lt;br /&gt;10 Short  Beeps The shutdown register for CMOS RAM failed&lt;br /&gt;11 Short Beeps The external  cache is faulty&lt;br /&gt;1 Long, 3 Short Beeps Memory Problems&lt;br /&gt;1 Long, 8 Short  Beeps Video Card Problems&lt;br /&gt;&lt;br /&gt;Phoenix BIOS Beep Codes&lt;br /&gt;Note - Phoenix BIOS  emits three sets of beeps, separated by a brief pause.&lt;br /&gt;&lt;br /&gt;Code  Description&lt;br /&gt;1-1-3 CMOS read/write failure&lt;br /&gt;1-1-4 ROM BIOS checksum  error&lt;br /&gt;1-2-1 Programmable interval timer failure&lt;br /&gt;1-2-2 DMA initialisation  failure&lt;br /&gt;1-2-3 DMA page register read/write failure&lt;br /&gt;1-3-1 RAM refresh  verification failure&lt;br /&gt;1-3-3 First 64k RAM chip or data line failure&lt;br /&gt;1-3-4  First 64k RAM odd/even logic failure&lt;br /&gt;1-4-1 Address line failure first 64k  RAM&lt;br /&gt;1-4-2 Parity failure first 64k RAM&lt;br /&gt;2-_-_ Faulty Memory&lt;br /&gt;3-1-_ Faulty  Motherboard&lt;br /&gt;3-2-4 Keyboard controller Test failure&lt;br /&gt;3-3-4 Screen  initialisation failure&lt;br /&gt;3-4-1 Screen retrace test failure&lt;br /&gt;3-4-2 Search for  video ROM in progress&lt;br /&gt;4-2-1 Timer tick interrupt in progress or  failure&lt;br /&gt;4-2-2 Shutdown test in progress or failure&lt;br /&gt;4-2-3 Gate A20  failure&lt;br /&gt;4-2-4 Unexpected interrupt in protected mode&lt;br /&gt;4-3-1 RAM test in  progress or failure&gt;ffffh&lt;br /&gt;4-3-2 Faulty Motherboard&lt;br /&gt;4-3-3 Interval timer  channel 2 test or failure&lt;br /&gt;4-3-4 Time of Day clock test failure&lt;br /&gt;4-4-1  Serial port test or failure&lt;br /&gt;4-4-2 Parallel port test or failure&lt;br /&gt;4-4-3 Math  coprocessor test or failure&lt;br /&gt;Low 1-1-2 System Board select failure&lt;br /&gt;Low  1-1-3 Extended CMOS RAM failure&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-2498892614999744585?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/2498892614999744585/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=2498892614999744585' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/2498892614999744585'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/2498892614999744585'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2008/02/beep-codes-error-codes.html' title='Beep Codes Error Codes'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-6300001567229117689</id><published>2008-02-03T07:33:00.001-08:00</published><updated>2008-02-03T07:33:47.291-08:00</updated><title type='text'>Beep Code Manual</title><content type='html'>&lt;p&gt;Beep Code Manual, Better Than Gold Techies, American Megatrends Int. &amp;amp;  Phoenix&lt;br /&gt;&lt;br /&gt;(I'm IT, I use these codes to trouble shoot hardware issues at my  job. Enjoy) cold.gif&lt;br /&gt;&lt;br /&gt;BIOS Beep Codes&lt;br /&gt;&lt;br /&gt;When a computer is first  turned on, or rebooted, its BIOS performs a power-on self test (POST) to test  the system's hardware, checking to make sure that all of the system's hardware  components are working properly. Under normal circumstances, the POST will  display an error message; however, if the BIOS detects an error before it can  access the video card, or if there is a problem with the video card, it will  produce a series of beeps, and the pattern of the beeps indicates what kind of  problem the BIOS has detected.&lt;br /&gt;Because there are many brands of BIOS, there  are no standard beep codes for every BIOS.&lt;br /&gt;&lt;br /&gt;The two most-used brands are  AMI (American Megatrends International) and Phoenix.&lt;br /&gt;&lt;br /&gt;Below are listed the  beep codes for AMI systems, and here are the beep codes for Phoenix  systems.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;AMI Beep Codes&lt;br /&gt;&lt;br /&gt;Beep Code Meaning&lt;br /&gt;1 beep DRAM  refresh failure. There is a problem in the system memory or the  motherboard.&lt;br /&gt;2 beeps Memory parity error. The parity circuit is not working  properly.&lt;br /&gt;3 beeps Base 64K RAM failure. There is a problem with the first 64K  of system memory.&lt;br /&gt;4 beeps System timer not operational. There is problem with  the timer(s) that control functions on the motherboard.&lt;br /&gt;5 beeps Processor  failure. The system CPU has failed.&lt;br /&gt;6 beeps Gate A20/keyboard controller  failure. The keyboard IC controller has failed, preventing gate A20 from  switching the processor to protect mode.&lt;br /&gt;7 beeps Virtual mode exception  error.&lt;br /&gt;8 beeps Video memory error. The BIOS cannot write to the frame buffer  memory on the video card.&lt;br /&gt;9 beeps ROM checksum error. The BIOS ROM chip on  the motherboard is likely faulty.&lt;br /&gt;10 beeps CMOS checksum error. Something on  the motherboard is causing an error when trying to interact with the CMOS.&lt;br /&gt;11  beeps Bad cache memory. An error in the level 2 cache memory.&lt;br /&gt;1 long beep, 2  short Failure in the video system.&lt;br /&gt;1 long beep, 3 short A failure has been  detected in memory above 64K.&lt;br /&gt;1 long beep, 8 short Display test  failure.&lt;br /&gt;Continuous beeping A problem with the memory or video.&lt;br /&gt;BIOS Beep  Codes&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Phoenix Beep Codes&lt;br /&gt;&lt;br /&gt;Phoenix uses sequences of beeps to  indicate problems. The "-" between each number below indicates a pause between  each beep sequence. For example, 1-2-3 indicates one beep, followed by a pause  and two beeps, followed by a pause and three beeps. Phoenix version before 4.x  use 3-beep codes, while Phoenix versions starting with 4.x use 4-beep codes.  Click here for AMI BIOS beep codes.&lt;br /&gt;4-Beep Codes&lt;br /&gt;Beep Code  Meaning&lt;br /&gt;1-1-1-3 Faulty CPU/motherboard. Verify real mode.&lt;br /&gt;1-1-2-1 Faulty  CPU/motherboard.&lt;br /&gt;1-1-2-3 Faulty motherboard or one of its  components.&lt;br /&gt;1-1-3-1 Faulty motherboard or one of its components. Initialize  chipset registers with initial POST values.&lt;br /&gt;1-1-3-2 Faulty motherboard or one  of its components.&lt;br /&gt;1-1-3-3 Faulty motherboard or one of its components.  Initialize CPU registers.&lt;br /&gt;1-1-3-2&lt;br /&gt;1-1-3-3&lt;br /&gt;1-1-3-4 Failure in the first  64K of memory.&lt;br /&gt;1-1-4-1 Level 2 cache error.&lt;br /&gt;1-1-4-3 I/O port  error.&lt;br /&gt;1-2-1-1 Power management error.&lt;br /&gt;1-2-1-2&lt;br /&gt;1-2-1-3 Faulty  motherboard or one of its components.&lt;br /&gt;1-2-2-1 Keyboard controller  failure.&lt;br /&gt;1-2-2-3 BIOS ROM error.&lt;br /&gt;1-2-3-1 System timer error.&lt;br /&gt;1-2-3-3  DMA error.&lt;br /&gt;1-2-4-1 IRQ controller error.&lt;br /&gt;1-3-1-1 DRAM refresh  error.&lt;br /&gt;1-3-1-3 A20 gate failure.&lt;br /&gt;1-3-2-1 Faulty motherboard or one of its  components.&lt;br /&gt;1-3-3-1 Extended memory error.&lt;br /&gt;1-3-3-3&lt;br /&gt;1-3-4-1&lt;br /&gt;1-3-4-3  Error in first 1MB of system memory.&lt;br /&gt;1-4-1-3&lt;br /&gt;1-4-2-4 CPU  error.&lt;br /&gt;1-4-3-1&lt;br /&gt;2-1-4-1 BIOS ROM shadow error.&lt;br /&gt;1-4-3-2&lt;br /&gt;1-4-3-3 Level  2 cache error.&lt;br /&gt;1-4-4-1&lt;br /&gt;1-4-4-2&lt;br /&gt;2-1-1-1 Faulty motherboard or one of its  components.&lt;br /&gt;2-1-1-3&lt;br /&gt;2-1-2-1 IRQ failure.&lt;br /&gt;2-1-2-3 BIOS ROM  error.&lt;br /&gt;2-1-2-4&lt;br /&gt;2-1-3-2 I/O port failure.&lt;br /&gt;2-1-3-1&lt;br /&gt;2-1-3-3 Video  system failure.&lt;br /&gt;2-1-1-3&lt;br /&gt;2-1-2-1 IRQ failure.&lt;br /&gt;2-1-2-3 BIOS ROM  error.&lt;br /&gt;2-1-2-4 I/O port failure.&lt;br /&gt;2-1-4-3&lt;br /&gt;2-2-1-1 Video card  failure.&lt;br /&gt;2-2-1-3&lt;br /&gt;2-2-2-1&lt;br /&gt;2-2-2-3 Keyboard controller  failure.&lt;br /&gt;2-2-3-1 IRQ error.&lt;br /&gt;2-2-4-1 Error in first 1MB of system  memory.&lt;br /&gt;2-3-1-1&lt;br /&gt;2-3-3-3 Extended memory failure.&lt;br /&gt;2-3-2-1 Faulty  motherboard or one of its components.&lt;br /&gt;2-3-2-3&lt;br /&gt;2-3-3-1 Level 2 cache  error.&lt;br /&gt;2-3-4-1&lt;br /&gt;2-3-4-3 Motherboard or video card  failure.&lt;br /&gt;2-3-4-1&lt;br /&gt;2-3-4-3&lt;br /&gt;2-4-1-1 Motherboard or video card  failure.&lt;br /&gt;2-4-1-3 Faulty motherboard or one of its components.&lt;br /&gt;2-4-2-1 RTC  error.&lt;br /&gt;2-4-2-3 Keyboard controller error.&lt;br /&gt;2-4-4-1 IRQ  error.&lt;br /&gt;3-1-1-1&lt;br /&gt;3-1-1-3&lt;br /&gt;3-1-2-1&lt;br /&gt;3-1-2-3 I/O port  error.&lt;br /&gt;3-1-3-1&lt;br /&gt;3-1-3-3 Faulty motherboard or one of its  components.&lt;br /&gt;3-1-4-1&lt;br /&gt;3-2-1-1&lt;br /&gt;3-2-1-2 Floppy drive or hard drive  failure.&lt;br /&gt;3-2-1-3 Faulty motherboard or one of its components.&lt;br /&gt;3-2-2-1  Keyboard controller error.&lt;br /&gt;3-2-2-3&lt;br /&gt;3-2-3-1&lt;br /&gt;3-2-4-1 Faulty motherboard  or one of its components.&lt;br /&gt;3-2-4-3 IRQ error.&lt;br /&gt;3-3-1-1 RTC error.&lt;br /&gt;3-3-1-3  Key lock error.&lt;br /&gt;3-3-3-3 Faulty motherboard or one of its  components.&lt;br /&gt;3-3-3-3&lt;br /&gt;3-3-4-1&lt;br /&gt;3-3-4-3&lt;br /&gt;3-4-1-1&lt;br /&gt;3-4-1-3&lt;br /&gt;3-4-2-1&lt;br /&gt;3-4-2-3&lt;br /&gt;3-4-3-1&lt;br /&gt;3-4-4-1&lt;br /&gt;3-4-4-4  Faulty motherboard or one of its components.&lt;br /&gt;4-1-1-1 Floppy drive or hard  drive failure.&lt;br /&gt;4-2-1-1&lt;br /&gt;4-2-1-3&lt;br /&gt;4-2-2-1 IRQ  failure.&lt;br /&gt;4-2-2-3&lt;br /&gt;4-2-3-1&lt;br /&gt;4-2-3-3&lt;br /&gt;4-2-4-1 Faulty motherboard or one  of its components.&lt;br /&gt;4-2-4-3 Keyboard controller  error.&lt;br /&gt;4-3-1-3&lt;br /&gt;4-3-1-4&lt;br /&gt;4-3-2-1&lt;br /&gt;4-3-2-2&lt;br /&gt;4-3-3-1&lt;br /&gt;4-3-4-1&lt;br /&gt;4-3-4-3  Faulty motherboard or one of its components.&lt;br /&gt;4-3-3-2&lt;br /&gt;4-3-3-4 IRQ  failure.&lt;br /&gt;4-3-3-3&lt;br /&gt;4-3-4-2 Floppy drive or hard drive failure.&lt;br /&gt;3-Beep  Codes&lt;br /&gt;Beep Code Meaning&lt;br /&gt;1-1-2 Faulty CPU/motherboard.&lt;br /&gt;1-1-3 Faulty  motherboard/CMOS read-write failure.&lt;br /&gt;1-1-4 Faulty BIOS/BIOS ROM checksum  error.&lt;br /&gt;1-2-1 System timer not operational. There is a problem with the  timer(s) that control functions on the motherboard.&lt;br /&gt;1-2-2&lt;br /&gt;1-2-3 Faulty  motherboard/DMA failure.&lt;br /&gt;1-3-1 Memory refresh  failure.&lt;br /&gt;1-3-2&lt;br /&gt;1-3-3&lt;br /&gt;1-3-4 Failure in the first 64K of memory.&lt;br /&gt;1-4-1  Address line failure.&lt;br /&gt;1-4-2 Parity RAM failure.&lt;br /&gt;1-4-3 Timer  failure.&lt;br /&gt;1-4-4 NMI port failure.&lt;br /&gt;2-_-_ Any combination of beeps after 2  indicates a failure in the first 64K of memory.&lt;br /&gt;3-1-1 Master DMA  failure.&lt;br /&gt;3-1-2 Slave DMA failure.&lt;br /&gt;3-1-3&lt;br /&gt;3-1-4 Interrupt controller  failure.&lt;br /&gt;3-2-4 Keyboard controller failure.&lt;br /&gt;3-3-1&lt;br /&gt;3-3-2 CMOS  error.&lt;br /&gt;3-3-4 Video card failure.&lt;br /&gt;3-4-1 Video card failure.&lt;br /&gt;4-2-1 Timer  failure.&lt;br /&gt;4-2-2 CMOS shutdown failure.&lt;br /&gt;4-2-3 Gate A20 failure.&lt;br /&gt;4-2-4  Unexpected interrupt in protected mode.&lt;br /&gt;4-3-1 RAM test failure.&lt;br /&gt;4-3-3  Timer failure.&lt;br /&gt;4-3-4 Time of day clock failure.&lt;br /&gt;4-4-1 Serial port  failure.&lt;br /&gt;4-4-2 Parallel port failure.&lt;br /&gt;4-4-3 Math coprocessor.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-6300001567229117689?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/6300001567229117689/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=6300001567229117689' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/6300001567229117689'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/6300001567229117689'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2008/02/beep-code-manual.html' title='Beep Code Manual'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-2003227389225379262</id><published>2008-02-03T07:31:00.001-08:00</published><updated>2008-02-03T07:31:44.017-08:00</updated><title type='text'>Automatic Windows Installation, No keypress required!</title><content type='html'>An unattended Windows XP/2003 install can install all your software and settings  along with Windows, and without you having to click a button or press a  key,completely automated. Learn how over  here:&lt;br /&gt;&lt;br /&gt;CODE&lt;br /&gt;&lt;br /&gt;http://unattended.msfn.org&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-2003227389225379262?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/2003227389225379262/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=2003227389225379262' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/2003227389225379262'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/2003227389225379262'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2008/02/automatic-windows-installation-no.html' title='Automatic Windows Installation, No keypress required!'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-2444668060754324313</id><published>2008-02-03T07:27:00.000-08:00</published><updated>2008-02-03T07:29:38.543-08:00</updated><title type='text'>Accessing The Entire Internet On Your 3 Phone, U8110, E616 etc.</title><content type='html'>&lt;p&gt;If you have a phone thats with the provider 3 theres a simple trick to allow  you to access the entire internet on its browser without having to go through 3  services and only what they want to allow you access to view.&lt;br /&gt;&lt;br /&gt;Simply do  the following.&lt;br /&gt;&lt;br /&gt;Menu - 9 (for settings) - 5 (for access points) - Edit the  3 Services&lt;br /&gt;Change the APN (down the bottom) from 3services to  3netaccess&lt;br /&gt;Restart the phone&lt;br /&gt;And you can now access the entire internet  through your phones browser.&lt;br /&gt;&lt;br /&gt;Remember you'll have to change it back if  you want to access 3 services.&lt;br /&gt;Changing it in the browser doesn't seem to  work.&lt;br /&gt;&lt;br /&gt;I have tried this on my U8110 and it worked perfectly&lt;br /&gt;&lt;br /&gt;Things  to note:&lt;br /&gt;&lt;br /&gt;* Remember that you are charged for all downloads (.4c per kb on  most plans) so if your cautious about your phone bill id advise staying away  from sites with loads of pictures.&lt;br /&gt;* Also, some people have had trouble where  they have accessed a site with too much information on it and the phone has  either froze or reset. The phone is not harmed by this but its advisable you  dont go to large sites on it for this or the above reason. If your phone freezes  and you cant turn it off simply take the battery out and put it back in.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-2444668060754324313?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/2444668060754324313/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=2444668060754324313' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/2444668060754324313'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/2444668060754324313'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2008/02/accessing-entire-internet-on-your-3.html' title='Accessing The Entire Internet On Your 3 Phone, U8110, E616 etc.'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-2075515165295384615</id><published>2008-02-03T07:26:00.000-08:00</published><updated>2008-02-03T07:27:30.976-08:00</updated><title type='text'>23 Ways To Speed WinXP, Not only Defrag</title><content type='html'>&lt;p&gt;Since defragging the disk won't do much to improve Windows XP performance,  here are 23 suggestions that will. Each can enhance the performance and  reliability of your customers' PCs. Best of all, most of them will cost you  nothing.&lt;br /&gt;1.) To decrease a system's boot time and increase system  performance, use the money you save by not buying defragmentation software --  the built-in Windows defragmenter works just fine -- and instead equip the  computer with an Ultra-133 or Serial ATA hard drive with 8-MB cache  buffer.&lt;br /&gt;&lt;br /&gt;2.) If a PC has less than 512 MB of RAM, add more memory. This is  a relatively inexpensive and easy upgrade that can dramatically improve system  performance.&lt;br /&gt;&lt;br /&gt;3.) Ensure that Windows XP is utilizing the NTFS file  system. If you're not sure, here's how to check: First, double-click the My  Computer icon, right-click on the C: Drive, then select Properties. Next,  examine the File System type; if it says FAT32, then back-up any important data.  Next, click Start, click Run, type CMD, and then click OK. At the prompt, type  CONVERT C: /FS:NTFS and press the Enter key. This process may take a while; it's  important that the computer be uninterrupted and virus-free. The file system  used by the bootable drive will be either FAT32 or NTFS. I highly recommend NTFS  for its superior security, reliability, and efficiency with larger disk  drives.&lt;br /&gt;&lt;br /&gt;4.) Disable file indexing. The indexing service extracts  information from documents and other files on the hard drive and creates a  "searchable keyword index." As you can imagine, this process can be quite taxing  on any system.&lt;br /&gt;&lt;br /&gt;The idea is that the user can search for a word, phrase,  or property inside a document, should they have hundreds or thousands of  documents and not know the file name of the document they want. Windows XP's  built-in search functionality can still perform these kinds of searches without  the Indexing service. It just takes longer. The OS has to open each file at the  time of the request to help find what the user is looking for.&lt;br /&gt;&lt;br /&gt;Most  people never need this feature of search. Those who do are typically in a large  corporate environment where thousands of documents are located on at least one  server. But if you're a typical system builder, most of your clients are small  and medium businesses. And if your clients have no need for this search feature,  I recommend disabling it.&lt;br /&gt;&lt;br /&gt;Here's how: First, double-click the My Computer  icon. Next, right-click on the C: Drive, then select Properties. Uncheck "Allow  Indexing Service to index this disk for fast file searching." Next, apply  changes to "C: subfolders and files," and click OK. If a warning or error  message appears (such as "Access is denied"), click the Ignore All  button.&lt;br /&gt;&lt;br /&gt;5.) Update the PC's video and motherboard chipset drivers. Also,  update and configure the BIOS. For more information on how to configure your  BIOS properly, see this article on my site.&lt;br /&gt;&lt;br /&gt;6.) Empty the Windows  Prefetch folder every three months or so. Windows XP can "prefetch" portions of  data and applications that are used frequently. This makes processes appear to  load faster when called upon by the user. That's fine. But over time, the  prefetch folder may become overloaded with references to files and applications  no longer in use. When that happens, Windows XP is wasting time, and slowing  system performance, by pre-loading them. Nothing critical is in this folder, and  the entire contents are safe to delete.&lt;br /&gt;&lt;br /&gt;7.) Once a month, run a disk  cleanup. Here's how: Double-click the My Computer icon. Then right-click on the  C: drive and select Properties. Click the Disk Cleanup button -- it's just to  the right of the Capacity pie graph -- and delete all temporary  files.&lt;br /&gt;&lt;br /&gt;8.) In your Device Manager, double-click on the IDE ATA/ATAPI  Controllers device, and ensure that DMA is enabled for each drive you have  connected to the Primary and Secondary controller. Do this by double-clicking on  Primary IDE Channel. Then click the Advanced Settings tab. Ensure the Transfer  Mode is set to "DMA if available" for both Device 0 and Device 1. Then repeat  this process with the Secondary IDE Channel.&lt;br /&gt;&lt;br /&gt;9.) Upgrade the cabling. As  hard-drive technology improves, the cabling requirements to achieve these  performance boosts have become more stringent. Be sure to use 80-wire Ultra-133  cables on all of your IDE devices with the connectors properly assigned to the  matching Master/Slave/Motherboard sockets. A single device must be at the end of  the cable; connecting a single drive to the middle connector on a ribbon cable  will cause signaling problems. With Ultra DMA hard drives, these signaling  problems will prevent the drive from performing at its maximum potential. Also,  because these cables inherently support "cable select," the location of each  drive on the cable is important. For these reasons, the cable is designed so  drive positioning is explicitly clear.&lt;br /&gt;&lt;br /&gt;10.) Remove all spyware from the  computer. Use free programs such as AdAware by Lavasoft or SpyBot Search &amp;amp;  Destroy. Once these programs are installed, be sure to check for and download  any updates before starting your search. Anything either program finds can be  safely removed. Any free software that requires spyware to run will no longer  function once the spyware portion has been removed; if your customer really  wants the program even though it contains spyware, simply reinstall it. For more  information on removing Spyware visit this Web Pro News page.&lt;br /&gt;&lt;br /&gt;11.) Remove  any unnecessary programs and/or items from Windows Startup routine using the  MSCONFIG utility. Here's how: First, click Start, click Run, type MSCONFIG, and  click OK. Click the StartUp tab, then uncheck any items you don't want to start  when Windows starts. Unsure what some items are? Visit the WinTasks Process  Library. It contains known system processes, applications, as well as spyware  references and explanations. Or quickly identify them by searching for the  filenames using Google or another Web search engine.&lt;br /&gt;&lt;br /&gt;12.) Remove any  unnecessary or unused programs from the Add/Remove Programs section of the  Control Panel.&lt;br /&gt;&lt;br /&gt;13.) Turn off any and all unnecessary animations, and  disable active desktop. In fact, for optimal performance, turn off all  animations. Windows XP offers many different settings in this area. Here's how  to do it: First click on the System icon in the Control Panel. Next, click on  the Advanced tab. Select the Settings button located under Performance. Feel  free to play around with the options offered here, as nothing you can change  will alter the reliability of the computer -- only its  responsiveness.&lt;br /&gt;&lt;br /&gt;14.) If your customer is an advanced user who is  comfortable editing their registry, try some of the performance registry tweaks  offered at Tweak XP.&lt;br /&gt;&lt;br /&gt;15.) Visit Microsoft's Windows update site  regularly, and download all updates labeled Critical. Download any optional  updates at your discretion.&lt;br /&gt;&lt;br /&gt;16.) Update the customer's anti-virus  software on a weekly, even daily, basis. Make sure they have only one anti-virus  software package installed. Mixing anti-virus software is a sure way to spell  disaster for performance and reliability.&lt;br /&gt;&lt;br /&gt;17.) Make sure the customer has  fewer than 500 type fonts installed on their computer. The more fonts they have,  the slower the system will become. While Windows XP handles fonts much more  efficiently than did the previous versions of Windows, too many fonts -- that  is, anything over 500 -- will noticeably tax the system.&lt;br /&gt;&lt;br /&gt;18.) Do not  partition the hard drive. Windows XP's NTFS file system runs more efficiently on  one large partition. The data is no safer on a separate partition, and a  reformat is never necessary to reinstall an operating system. The same excuses  people offer for using partitions apply to using a folder instead. For example,  instead of putting all your data on the D: drive, put it in a folder called "D  drive." You'll achieve the same organizational benefits that a separate  partition offers, but without the degradation in system performance. Also, your  free space won't be limited by the size of the partition; instead, it will be  limited by the size of the entire hard drive. This means you won't need to  resize any partitions, ever. That task can be time-consuming and also can result  in lost data.&lt;br /&gt;&lt;br /&gt;19.) Check the system's RAM to ensure it is operating  properly. I recommend using a free program called MemTest86. The download will  make a bootable CD or diskette (your choice), which will run 10 extensive tests  on the PC's memory automatically after you boot to the disk you created. Allow  all tests to run until at least three passes of the 10 tests are completed. If  the program encounters any errors, turn off and unplug the computer, remove a  stick of memory (assuming you have more than one), and run the test again.  Remember, bad memory cannot be repaired, but only replaced.&lt;br /&gt;&lt;br /&gt;20.) If the  PC has a CD or DVD recorder, check the drive manufacturer's Web site for updated  firmware. In some cases you'll be able to upgrade the recorder to a faster  speed. Best of all, it's free.&lt;br /&gt;&lt;br /&gt;21.) Disable unnecessary services. Windows  XP loads a lot of services that your customer most likely does not need. To  determine which services you can disable for your client, visit the Black Viper  site for Windows XP configurations.&lt;br /&gt;&lt;br /&gt;22.) If you're sick of a single  Windows Explorer window crashing and then taking the rest of your OS down with  it, then follow this tip: open My Computer, click on Tools, then Folder Options.  Now click on the View tab. Scroll down to "Launch folder windows in a separate  process," and enable this option. You'll have to reboot your machine for this  option to take effect.&lt;br /&gt;&lt;br /&gt;23.) At least once a year, open the computer's  cases and blow out all the dust and debris. While you're in there, check that  all the fans are turning properly. Also inspect the motherboard capacitors for  bulging or leaks. For more information on this leaking-capacitor phenomena, you  can read numerous articles on my site.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Following any of these  suggestions should result in noticeable improvements to the performance and  reliability of your customers' computers. If you still want to defrag a disk,  remember that the main benefit will be to make your data more retrievable in the  event of a crashed drive.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-2075515165295384615?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/2075515165295384615/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=2075515165295384615' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/2075515165295384615'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/2075515165295384615'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2008/02/23-ways-to-speed-winxp-not-only-defrag.html' title='23 Ways To Speed WinXP, Not only Defrag'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-1102844361212821665</id><published>2008-02-03T07:23:00.000-08:00</published><updated>2008-02-03T07:25:04.260-08:00</updated><title type='text'>10 reasons why PCs crash U must Know</title><content type='html'>Fatal error: the system has become unstable or is busy," it says. "Enter to  return to Windows or press Control-Alt-Delete to restart your computer. If you  do this you will lose any unsaved information in all open  applications."&lt;br /&gt;&lt;br /&gt;You have just been struck by the Blue Screen of Death.  Anyone who uses Mcft Windows will be familiar with this. What can you do? More  importantly, how can you prevent it happening?&lt;br /&gt;&lt;br /&gt;1 Hardware  conflict&lt;br /&gt;&lt;br /&gt;The number one reason why Windows crashes is hardware conflict.  Each hardware device communicates to other devices through an interrupt request  channel (IRQ). These are supposed to be unique for each device.&lt;br /&gt;&lt;br /&gt;For  example, a printer usually connects internally on IRQ 7. The keyboard usually  uses IRQ 1 and the floppy disk drive IRQ 6. Each device will try to hog a single  IRQ for itself.&lt;br /&gt;&lt;br /&gt;If there are a lot of devices, or if they are not  installed properly, two of them may end up sharing the same IRQ number. When the  user tries to use both devices at the same time, a crash can happen. The way to  check if your computer has a hardware conflict is through the following  route:&lt;br /&gt;&lt;br /&gt;* Start-Settings-Control Panel-System-Device Manager.&lt;br /&gt;&lt;br /&gt;Often  if a device has a problem a yellow '!' appears next to its description in the  Device Manager. Highlight Computer (in the Device Manager) and press Properties  to see the IRQ numbers used by your computer. If the IRQ number appears twice,  two devices may be using it.&lt;br /&gt;&lt;br /&gt;Sometimes a device might share an IRQ with  something described as 'IRQ holder for PCI steering'. This can be ignored. The  best way to fix this problem is to remove the problem device and reinstall  it.&lt;br /&gt;&lt;br /&gt;Sometimes you may have to find more recent drivers on the internet to  make the device function properly. A good resource is www.driverguide.com. If  the device is a soundcard, or a modem, it can often be fixed by moving it to a  different slot on the motherboard (be careful about opening your computer, as  you may void the warranty).&lt;br /&gt;&lt;br /&gt;When working inside a computer you should  switch it off, unplug the mains lead and touch an unpainted metal surface to  discharge any static electricity.&lt;br /&gt;&lt;br /&gt;To be fair to Mcft, the problem with  IRQ numbers is not of its making. It is a legacy problem going back to the first  PC designs using the IBM 8086 chip. Initially there were only eight IRQs. Today  there are 16 IRQs in a PC. It is easy to run out of them. There are plans to  increase the number of IRQs in future designs.&lt;br /&gt;&lt;br /&gt;2 Bad Ram&lt;br /&gt;&lt;br /&gt;Ram  (random-access memory) problems might bring on the blue screen of death with a  message saying Fatal Exception Error. A fatal error indicates a serious hardware  problem. Sometimes it may mean a part is damaged and will need  replacing.&lt;br /&gt;&lt;br /&gt;But a fatal error caused by Ram might be caused by a mismatch  of chips. For example, mixing 70-nanosecond (70ns) Ram with 60ns Ram will  usually force the computer to run all the Ram at the slower speed. This will  often crash the machine if the Ram is overworked.&lt;br /&gt;&lt;br /&gt;One way around this  problem is to enter the BIOS settings and increase the wait state of the Ram.  This can make it more stable. Another way to troubleshoot a suspected Ram  problem is to rearrange the Ram chips on the motherboard, or take some of them  out. Then try to repeat the circumstances that caused the crash. When handling  Ram try not to touch the gold connections, as they can be easily  damaged.&lt;br /&gt;&lt;br /&gt;Parity error messages also refer to Ram. Modern Ram chips are  either parity (ECC) or non parity (non-ECC). It is best not to mix the two  types, as this can be a cause of trouble.&lt;br /&gt;&lt;br /&gt;EMM386 error messages refer to  memory problems but may not be connected to bad Ram. This may be due to free  memory problems often linked to old Dos-based programmes.&lt;br /&gt;&lt;br /&gt;3 BIOS  settings&lt;br /&gt;&lt;br /&gt;Every motherboard is supplied with a range of chipset settings  that are decided in the factory. A common way to access these settings is to  press the F2 or delete button during the first few seconds of a  boot-up.&lt;br /&gt;&lt;br /&gt;Once inside the BIOS, great care should be taken. It is a good  idea to write down on a piece of paper all the settings that appear on the  screen. That way, if you change something and the computer becomes more  unstable, you will know what settings to revert to.&lt;br /&gt;&lt;br /&gt;A common BIOS error  concerns the CAS latency. This refers to the Ram. Older EDO (extended data out)  Ram has a CAS latency of 3. Newer SDRam has a CAS latency of 2. Setting the  wrong figure can cause the Ram to lock up and freeze the computer's  display.&lt;br /&gt;&lt;br /&gt;Mcft Windows is better at allocating IRQ numbers than any BIOS.  If possible set the IRQ numbers to Auto in the BIOS. This will allow Windows to  allocate the IRQ numbers (make sure the BIOS setting for Plug and Play OS is  switched to 'yes' to allow Windows to do this.).&lt;br /&gt;&lt;br /&gt;4 Hard disk  drives&lt;br /&gt;&lt;br /&gt;After a few weeks, the information on a hard disk drive starts to  become piecemeal or fragmented. It is a good idea to defragment the hard disk  every week or so, to prevent the disk from causing a screen freeze. Go  to&lt;br /&gt;&lt;br /&gt;* Start-Programs-Accessories-System Tools-Disk  Defragmenter&lt;br /&gt;&lt;br /&gt;This will start the procedure. You will be unable to write  data to the hard drive (to save it) while the disk is defragmenting, so it is a  good idea to schedule the procedure for a period of inactivity using the Task  Scheduler.&lt;br /&gt;&lt;br /&gt;The Task Scheduler should be one of the small icons on the  bottom right of the Windows opening page (the desktop).&lt;br /&gt;&lt;br /&gt;Some lockups and  screen freezes caused by hard disk problems can be solved by reducing the  read-ahead optimisation. This can be adjusted by going to&lt;br /&gt;&lt;br /&gt;*  Start-Settings-Control Panel-System Icon-Performance-File System-Hard  Disk.&lt;br /&gt;&lt;br /&gt;Hard disks will slow down and crash if they are too full. Do some  housekeeping on your hard drive every few months and free some space on it. Open  the Windows folder on the C drive and find the Temporary Internet Files folder.  Deleting the contents (not the folder) can free a lot of space.&lt;br /&gt;&lt;br /&gt;Empty the  Recycle Bin every week to free more space. Hard disk drives should be scanned  every week for errors or bad sectors. Go to&lt;br /&gt;&lt;br /&gt;*  Start-Programs-Accessories-System Tools-ScanDisk&lt;br /&gt;&lt;br /&gt;Otherwise assign the  Task Scheduler to perform this operation at night when the computer is not in  use.&lt;br /&gt;&lt;br /&gt;5 Fatal OE exceptions and VXD errors&lt;br /&gt;&lt;br /&gt;Fatal OE exception  errors and VXD errors are often caused by video card problems.&lt;br /&gt;&lt;br /&gt;These can  often be resolved easily by reducing the resolution of the video display. Go  to&lt;br /&gt;&lt;br /&gt;* Start-Settings-Control Panel-Display-Settings&lt;br /&gt;&lt;br /&gt;Here you should  slide the screen area bar to the left. Take a look at the colour settings on the  left of that window. For most desktops, high colour 16-bit depth is  adequate.&lt;br /&gt;&lt;br /&gt;If the screen freezes or you experience system lockups it might  be due to the video card. Make sure it does not have a hardware conflict. Go  to&lt;br /&gt;&lt;br /&gt;* Start-Settings-Control Panel-System-Device Manager&lt;br /&gt;&lt;br /&gt;Here,  select the + beside Display Adapter. A line of text describing your video card  should appear. Select it (make it blue) and press properties. Then select  Resources and select each line in the window. Look for a message that says No  Conflicts.&lt;br /&gt;&lt;br /&gt;If you have video card hardware conflict, you will see it  here. Be careful at this point and make a note of everything you do in case you  make things worse.&lt;br /&gt;&lt;br /&gt;The way to resolve a hardware conflict is to uncheck  the Use Automatic Settings box and hit the Change Settings button. You are  searching for a setting that will display a No Conflicts message.&lt;br /&gt;&lt;br /&gt;Another  useful way to resolve video problems is to go to&lt;br /&gt;&lt;br /&gt;* Start-Settings-Control  Panel-System-Performance-Graphics&lt;br /&gt;&lt;br /&gt;Here you should move the Hardware  Acceleration slider to the left. As ever, the most common cause of problems  relating to graphics cards is old or faulty drivers (a driver is a small piece  of software used by a computer to communicate with a device).&lt;br /&gt;&lt;br /&gt;Look up  your video card's manufacturer on the internet and search for the most recent  drivers for it.&lt;br /&gt;&lt;br /&gt;6 Viruses&lt;br /&gt;&lt;br /&gt;Often the first sign of a virus  infection is instability. Some viruses erase the boot sector of a hard drive,  making it impossible to start. This is why it is a good idea to create a Windows  start-up disk. Go to&lt;br /&gt;&lt;br /&gt;* Start-Settings-Control Panel-Add/Remove  Programs&lt;br /&gt;&lt;br /&gt;Here, look for the Start Up Disk tab. Virus protection requires  constant vigilance.&lt;br /&gt;&lt;br /&gt;A virus scanner requires a list of virus signatures  in order to be able to identify viruses. These signatures are stored in a DAT  file. DAT files should be updated weekly from the website of your antivirus  software manufacturer.&lt;br /&gt;&lt;br /&gt;An excellent antivirus programme is McAfee  VirusScan by Network Associates ( www.nai.com). Another is Norton AntiVirus  2000, made by Symantec ( www.symantec.com).&lt;br /&gt;&lt;br /&gt;7 Printers&lt;br /&gt;&lt;br /&gt;The action  of sending a document to print creates a bigger file, often called a postscript  file.&lt;br /&gt;&lt;br /&gt;Printers have only a small amount of memory, called a buffer. This  can be easily overloaded. Printing a document also uses a considerable amount of  CPU power. This will also slow down the computer's performance.&lt;br /&gt;&lt;br /&gt;If the  printer is trying to print unusual characters, these might not be recognised,  and can crash the computer. Sometimes printers will not recover from a crash  because of confusion in the buffer. A good way to clear the buffer is to unplug  the printer for ten seconds. Booting up from a powerless state, also called a  cold boot, will restore the printer's default settings and you may be able to  carry on.&lt;br /&gt;&lt;br /&gt;8 Software&lt;br /&gt;&lt;br /&gt;A common cause of computer crash is faulty or  badly-installed software. Often the problem can be cured by uninstalling the  software and then reinstalling it. Use Norton Uninstall or Uninstall Shield to  remove an application from your system properly. This will also remove  references to the programme in the System Registry and leaves the way clear for  a completely fresh copy.&lt;br /&gt;&lt;br /&gt;The System Registry can be corrupted by old  references to obsolete software that you thought was uninstalled. Use Reg  Cleaner by Jouni Vuorio to clean up the System Registry and remove obsolete  entries. It works on Windows 95, Windows 98, Windows 98 SE (Second Edition),  Windows Millennium Edition (ME), NT4 and Windows 2000.&lt;br /&gt;&lt;br /&gt;Read the  instructions and use it carefully so you don't do permanent damage to the  Registry. If the Registry is damaged you will have to reinstall your operating  system. Reg Cleaner can be obtained from www.jv16.org&lt;br /&gt;&lt;br /&gt;Often a Windows  problem can be resolved by entering Safe Mode. This can be done during start-up.  When you see the message "Starting Windows" press F4. This should take you into  Safe Mode.&lt;br /&gt;&lt;br /&gt;Safe Mode loads a minimum of drivers. It allows you to find  and fix problems that prevent Windows from loading properly.&lt;br /&gt;&lt;br /&gt;Sometimes  installing Windows is difficult because of unsuitable BIOS settings. If you keep  getting SUWIN error messages (Windows setup) during the Windows installation,  then try entering the BIOS and disabling the CPU internal cache. Try to disable  the Level 2 (L2) cache if that doesn't work.&lt;br /&gt;&lt;br /&gt;Remember to restore all the  BIOS settings back to their former settings following installation.&lt;br /&gt;&lt;br /&gt;9  Overheating&lt;br /&gt;&lt;br /&gt;Central processing units (CPUs) are usually equipped with  fans to keep them cool. If the fan fails or if the CPU gets old it may start to  overheat and generate a particular kind of error called a kernel error. This is  a common problem in chips that have been overclocked to operate at higher speeds  than they are supposed to.&lt;br /&gt;&lt;br /&gt;One remedy is to get a bigger better fan and  install it on top of the CPU. Specialist cooling fans/heatsinks are available  from www.computernerd.com or www.coolit.com&lt;br /&gt;&lt;br /&gt;CPU problems can often be  fixed by disabling the CPU internal cache in the BIOS. This will make the  machine run more slowly, but it should also be more stable.&lt;br /&gt;&lt;br /&gt;10 Power  supply problems&lt;br /&gt;&lt;br /&gt;With all the new construction going on around the country  the steady supply of electricity has become disrupted. A power surge or spike  can crash a computer as easily as a power cut.&lt;br /&gt;&lt;br /&gt;If this has become a  nuisance for you then consider buying a uninterrupted power supply (UPS). This  will give you a clean power supply when there is electricity, and it will give  you a few minutes to perform a controlled shutdown in case of a power  cut.&lt;br /&gt;&lt;br /&gt;It is a good investment if your data are critical, because a power  cut will cause any unsaved data to be lost.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-1102844361212821665?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/1102844361212821665/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=1102844361212821665' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/1102844361212821665'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/1102844361212821665'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2008/02/10-reasons-why-pcs-crash-u-must-know.html' title='10 reasons why PCs crash U must Know'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-86028577980276891</id><published>2008-02-03T07:20:00.000-08:00</published><updated>2008-02-03T07:21:05.306-08:00</updated><title type='text'>A Basic Guide to the Internet</title><content type='html'>&lt;p&gt;The Internet is a computer network made up of thousands of networks  worldwide. No one knows exactly how many computers are connected to the  Internet. It is certain, however, that these number in the millions.&lt;br /&gt;&lt;br /&gt;No  one is in charge of the Internet. There are organizations which develop  technical aspects of this network and set standards for creating applications on  it, but no governing body is in control. The Internet backbone, through which  Internet traffic flows, is owned by private companies.&lt;br /&gt;&lt;br /&gt;All computers on  the Internet communicate with one another using the Transmission Control  Protocol/Internet Protocol suite, abbreviated to TCP/IP. Computers on the  Internet use a client/server architecture. This means that the remote server  machine provides files and services to the user's local client machine. Software  can be installed on a client computer to take advantage of the latest access  technology.&lt;br /&gt;&lt;br /&gt;An Internet user has access to a wide variety of services:  electronic mail, file transfer, vast information resources, interest group  membership, interactive collaboration, multimedia displays, real-time  broadcasting, shopping opportunities, breaking news, and much more.&lt;br /&gt;&lt;br /&gt;The  Internet consists primarily of a variety of access protocols. Many of these  protocols feature programs that allow users to search for and retrieve material  made available by the  protocol.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;COMPONENTS  OF THE  INTERNET&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;WORLD  WIDE WEB&lt;br /&gt;The World Wide Web (abbreviated as the Web or WWW) is a system of  Internet servers that supports hypertext to access several Internet protocols on  a single interface. Almost every protocol type available on the Internet is  accessible on the Web. This includes e-mail, FTP, Telnet, and Usenet News. In  addition to these, the World Wide Web has its own protocol: HyperText Transfer  Protocol, or HTTP. These protocols will be explained later in this  document.&lt;br /&gt;&lt;br /&gt;The World Wide Web provides a single interface for accessing  all these protocols. This creates a convenient and user-friendly environment. It  is no longer necessary to be conversant in these protocols within separate,  command-level environments. The Web gathers together these protocols into a  single system. Because of this feature, and because of the Web's ability to work  with multimedia and advanced programming languages, the Web is the  fastest-growing component of the Internet.&lt;br /&gt;&lt;br /&gt;The operation of the Web  relies primarily on hypertext as its means of information retrieval. HyperText  is a document containing words that connect to other documents. These words are  called links and are selectable by the user. A single hypertext document can  contain links to many documents. In the context of the Web, words or graphics  may serve as links to other documents, images, video, and sound. Links may or  may not follow a logical path, as each connection is programmed by the creator  of the source document. Overall, the Web contains a complex virtual web of  connections among a vast number of documents, graphics, videos, and  sounds.&lt;br /&gt;&lt;br /&gt;Producing hypertext for the Web is accomplished by creating  documents with a language called HyperText Markup Language, or HTML. With HTML,  tags are placed within the text to accomplish document formatting, visual  features such as font size, italics and bold, and the creation of hypertext  links. Graphics and multimedia may also be incorporated into an HTML document.  HTML is an evolving language, with new tags being added as each upgrade of the  language is developed and released. The World Wide Web Consortium (W3C), led by  Web founder Tim Berners-Lee, coordinates the efforts of standardizing HTML. The  W3C now calls the language XHTML and considers it to be an application of the  XML language standard.&lt;br /&gt;&lt;br /&gt;The World Wide Web consists of files, called pages  or home pages, containing links to documents and resources throughout the  Internet.&lt;br /&gt;&lt;br /&gt;The Web provides a vast array of experiences including  multimedia presentations, real-time collaboration, interactive pages, radio and  television broadcasts, and the automatic "push" of information to a client  computer. Programming languages such as Java, JavaScript, Visual Basic, Cold  Fusion and XML are extending the capabilities of the Web. A growing amount of  information on the Web is served dynamically from content stored in databases.  The Web is therefore not a fixed entity, but one that is in a constant state of  development and flux.&lt;br /&gt;&lt;br /&gt;For more complete information about the World Wide  Web, see Understanding The World Wide Web.&lt;br /&gt;&lt;br /&gt;E-MAIL&lt;br /&gt;Electronic mail, or  e-mail, allows computer users locally and worldwide to exchange messages. Each  user of e-mail has a mailbox address to which messages are sent. Messages sent  through e-mail can arrive within a matter of seconds.&lt;br /&gt;&lt;br /&gt;A powerful aspect  of e-mail is the option to send electronic files to a person's e-mail address.  Non-ASCII files, known as binary files, may be attached to e-mail messages.  These files are referred to as MIME attachments.MIME stands for Multimedia  Internet Mail Extension, and was developed to help e-mail software handle a  variety of file types. For example, a document created in Microsoft Word can be  attached to an e-mail message and retrieved by the recipient with the  appropriate e-mail program. Many e-mail programs, including Eudora, Netscape  Messenger, and Microsoft Outlook, offer the ability to read files written in  HTML, which is itself a MIME type.&lt;br /&gt;&lt;br /&gt;TELNET&lt;br /&gt;Telnet is a program that  allows you to log into computers on the Internet and use online databases,  library catalogs, chat services, and more. There are no graphics in Telnet  sessions, just text. To Telnet to a computer, you must know its address. This  can consist of words (locis.loc.gov) or numbers (140.147.254.3). Some services  require you to connect to a specific port on the remote computer. In this case,  type the port number after the Internet address. Example: telnet  nri.reston.va.us 185.&lt;br /&gt;&lt;br /&gt;Telnet is available on the World Wide Web. Probably  the most common Web-based resources available through Telnet have been library  catalogs, though most catalogs have since migrated to the Web. A link to a  Telnet resource may look like any other link, but it will launch a Telnet  session to make the connection. A Telnet program must be installed on your local  computer and configured to your Web browser in order to work.&lt;br /&gt;&lt;br /&gt;With the  increasing popularity of the Web, Telnet has become less frequently used as a  means of access to information on the Internet.&lt;br /&gt;&lt;br /&gt;FTP&lt;br /&gt;FTP stands for  File Transfer Protocol. This is both a program and the method used to transfer  files between computers. Anonymous FTP is an option that allows users to  transfer files from thousands of host computers on the Internet to their  personal computer account. FTP sites contain books, articles, software, games,  images, sounds, multimedia, course work, data sets, and more.&lt;br /&gt;&lt;br /&gt;If your  computer is directly connected to the Internet via an Ethernet cable, you can  use one of several PC software programs, such as WS_FTP for Windows, to conduct  a file transfer.&lt;br /&gt;&lt;br /&gt;FTP transfers can be performed on the World Wide Web  without the need for special software. In this case, the Web browser will  suffice. Whenever you download software from a Web site to your local machine,  you are using FTP. You can also retrieve FTP files via search engines such as  FtpFind, located at /http://www.ftpfind.com/. This option is easiest because you  do not need to know FTP program commands.&lt;br /&gt;&lt;br /&gt;E-MAIL DISCUSSION GROUPS&lt;br /&gt;One  of the benefits of the Internet is the opportunity it offers to people worldwide  to communicate via e-mail. The Internet is home to a large community of  individuals who carry out active discussions organized around topic-oriented  forums distributed by e-mail. These are administered by software programs.  Probably the most common program is the listserv.&lt;br /&gt;&lt;br /&gt;A great variety of  topics are covered by listservs, many of them academic in nature. When you  subscribe to a listserv, messages from other subscribers are automatically sent  to your electronic mailbox. You subscribe to a listserv by sending an e-mail  message to a computer program called a listserver. Listservers are located on  computer networks throughout the world. This program handles subscription  information and distributes messages to and from subscribers. You must have a  e-mail account to participate in a listserv discussion group. Visit Tile.net at  /http://tile.net/ to see an example of a site that offers a searchablecollection  of e-mail discussion groups.&lt;br /&gt;&lt;br /&gt;Majordomo and Listproc are two other  programs that administer e-mail discussion groups. The commands for subscribing  to and managing your list memberships are similar to those of  listserv.&lt;br /&gt;&lt;br /&gt;USENET NEWS&lt;br /&gt;Usenet News is a global electronic bulletin  board system in which millions of computer users exchange information on a vast  range of topics. The major difference between Usenet News and e-mail discussion  groups is the fact that Usenet messages are stored on central computers, and  users must connect to these computers to read or download the messages posted to  these groups. This is distinct from e-mail distribution, in which messages  arrive in the electronic mailboxes of each list member.&lt;br /&gt;&lt;br /&gt;Usenet itself is  a set of machines that exchanges messages, or articles, from Usenet discussion  forums, called newsgroups. Usenet administrators control their own sites, and  decide which (if any) newsgroups to sponsor and which remote newsgroups to allow  into the system.&lt;br /&gt;&lt;br /&gt;There are thousands of Usenet newsgroups in existence.  While many are academic in nature, numerous newsgroups are organized around  recreational topics. Much serious computer-related work takes place in Usenet  discussions. A small number of e-mail discussion groups also exist as Usenet  newsgroups.&lt;br /&gt;&lt;br /&gt;The Usenet newsfeed can be read by a variety of newsreader  software programs. For example, the Netscape suite comes with a newsreader  program called Messenger. Newsreaders are also available as standalone  products.&lt;br /&gt;&lt;br /&gt;FAQ, RFC, FYI&lt;br /&gt;FAQ stands for Frequently Asked Questions.  These are periodic postings to Usenet newsgroups that contain a wealth of  information related to the topic of the newsgroup. Many FAQs are quite  extensive. FAQs are available by subscribing to individual Usenet newsgroups. A  Web-based collection of FAQ resources has been collected by The Internet FAQ  Consortium and is available at /http://www.faqs.org/.&lt;br /&gt;&lt;br /&gt;RFC stands for  Request for Comments. These are documents created by and distributed to the  Internet community to help define the nuts and bolts of the Internet. They  contain both technical specifications and general information.&lt;br /&gt;&lt;br /&gt;FYI stands  for For Your Information. These notes are a subset of RFCs and contain  information of interest to new Internet users.&lt;br /&gt;&lt;br /&gt;Links to indexes of all  three of these information resources are available on the University Libraries  Web site at /http://library.albany.edu/reference/faqs.html.&lt;br /&gt;&lt;br /&gt;CHAT &amp;amp;  INSTANT MESSENGING&lt;br /&gt;Chat programs allow users on the Internet to communicate  with each other by typing in real time. They are sometimes included as a feature  of a Web site, where users can log into the "chat room" to exchange comments and  information about the topics addressed on the site. Chat may take other, more  wide-ranging forms. For example, America Online is well known for sponsoring a  number of topical chat rooms.&lt;br /&gt;&lt;br /&gt;Internet Relay Chat (IRC) is a service  through which participants can communicate to each other on hundreds of  channels. These channels are usually based on specific topics. While many topics  are frivolous, substantive conversations are also taking place. To access IRC,  you must use an IRC software program.&lt;br /&gt;&lt;br /&gt;A variation of chat is the  phenomenon of instant messenging. With instant messenging, a user on the Web can  contact another user currently logged in and type a conversation. Most famous is  America Online's Instant Messenger. ICQ, MSN and Yahoo are other commonly-used  chat programs.&lt;br /&gt;&lt;br /&gt;Other types of real-time communication are addressed in  the tutorial Understanding the World Wide  Web.&lt;br /&gt;&lt;br /&gt;MUD/MUSH/MOO/MUCK/DUM/MUSE&lt;br /&gt;MUD stands for Multi User Dimension.  MUDs, and their variations listed above, are multi-user virtual reality games  based on simulated worlds. Traditionally text based, graphical MUDs now exist.  There are MUDs of all kinds on the Internet, and many can be joined free of  charge. For more information, read one of the FAQs devoted to MUDs available at  the FAQ site at&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-86028577980276891?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/86028577980276891/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=86028577980276891' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/86028577980276891'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/86028577980276891'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2008/02/basic-guide-to-internet.html' title='A Basic Guide to the Internet'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-8441601280046504547</id><published>2008-02-03T07:11:00.000-08:00</published><updated>2008-02-03T07:18:12.472-08:00</updated><title type='text'>How to find a remote IP</title><content type='html'>&lt;p&gt;How to find a remote IP&lt;br /&gt;&lt;br /&gt;Method 1&lt;br /&gt;&lt;br /&gt;To view someone's IP# when  they send you hotmail email do this:&lt;br /&gt;1) Click "Options" on the upper right  side of the page.&lt;br /&gt;2) On the left side of the page, Click "Mail"&lt;br /&gt;3) Click  "Mail Display Settings"&lt;br /&gt;4) Under "Message Headers" select "Full" or  "Advanced"&lt;br /&gt;5) Click ok&lt;br /&gt;&lt;br /&gt;Method 2&lt;br /&gt;reg a dydns account and install the  ip pointer, so each time you ping the host name you regestored&lt;br /&gt;&lt;br /&gt;for  example:&lt;br /&gt;you regestor the host name myhost.dydns.com, then you keep a little  software running on the target host. The little software will keep update your  IP to dydns.com server.&lt;br /&gt;&lt;br /&gt;so at your pc just start cmd, and ping  myhost.dydns.com, it will give you the most updated ip address.&lt;br /&gt;&lt;br /&gt;Method  3&lt;br /&gt;neverender, what doesn't work for you? Simply type in nc -vvv -l -p 80 on  your box, which will set it to listen in verbose mode on port 80. Then give them  a link to your IP address (for example: 111.111.111.11) and tell them to type it  in their browser. The browser should resolve the address as well as append port  80 automatically. Just make sure that your friend is not very computer  literate.&lt;br /&gt;&lt;br /&gt;Method 4&lt;br /&gt;Just download a very simple server such as this one  and install it on your comp. Then run it and give your ip to the person you want  and tell them to connect to it through a browser. Your server will log their  connection and you will get their  IP.&lt;br /&gt;&lt;br /&gt;link:http://www.download.com/Abyss-Web-Server/3000-2165-10283992.html?tag=lst-0-6&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Other  Ways&lt;br /&gt;-www.imchaos.com and make a "spy poll" to put in ur profile, this will  tell u the IP of anybody who answers ur poll&lt;br /&gt;-originalicons.com there is a  page for doin it (i dont like it, but it works)&lt;br /&gt;-or irc&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Here is a  more detailed tutorial about using  NetCat.&lt;br /&gt;&lt;br /&gt;http://www.onlamp.com/pub/a/onlamp/2003/05/29/netcat.html&lt;br /&gt;&lt;br /&gt;Windows  users can download NetCat from  here:&lt;br /&gt;&lt;br /&gt;http://www.atstake.com/research/tools/network_utilities/&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-8441601280046504547?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/8441601280046504547/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=8441601280046504547' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/8441601280046504547'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/8441601280046504547'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2008/02/how-to-find-remote-ip.html' title='How to find a remote IP'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-7458072831640346522</id><published>2008-02-03T06:59:00.000-08:00</published><updated>2008-02-03T07:08:02.071-08:00</updated><title type='text'>How to Analyze Network Traffic with ethereal</title><content type='html'>If you want to see what is coming in and out of your computer or if you have a  ubuntu computer as a router and want to analyze data coming in and out of your  network there is a very simple way to do it. A program called ethereal can  analyze all sorts of connections to and from your computer.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;To get it, open the terminal and write (without quotes) "sudo  apt-get install ethereal" and answer "Y" to all the questions it asks.&lt;br /&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_D6V8KS70KD8/R6XX0LmbZFI/AAAAAAAAARI/GYOquQSiUrQ/s1600-h/n1.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_D6V8KS70KD8/R6XX0LmbZFI/AAAAAAAAARI/GYOquQSiUrQ/s320/n1.png" alt="" id="BLOGGER_PHOTO_ID_5162769839317279826" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Once installed you will want to run it as root by pressing alt+F2. Type "gksudo  ethereal". It will ask for your password and then once open it will look like  this.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_D6V8KS70KD8/R6XX0bmbZGI/AAAAAAAAARQ/tBmC3HMYiig/s1600-h/n2.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_D6V8KS70KD8/R6XX0bmbZGI/AAAAAAAAARQ/tBmC3HMYiig/s320/n2.png" alt="" id="BLOGGER_PHOTO_ID_5162769843612247138" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;To start capturing, press capture and press interfaces. You will be presented  with the window shown below. Either press capture on an interface to begin  immediate capture or press prepare to set more advanced options.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_D6V8KS70KD8/R6XX0bmbZHI/AAAAAAAAARY/lG6K6ezbnsk/s1600-h/n3.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_D6V8KS70KD8/R6XX0bmbZHI/AAAAAAAAARY/lG6K6ezbnsk/s320/n3.png" alt="" id="BLOGGER_PHOTO_ID_5162769843612247154" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Once you begin capturing there will be another window that looks like the one  shown below. Once you are done capturing, press stop and it will analyze the  data.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_D6V8KS70KD8/R6XX0rmbZII/AAAAAAAAARg/I6tB_Z8vBHU/s1600-h/n4.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_D6V8KS70KD8/R6XX0rmbZII/AAAAAAAAARg/I6tB_Z8vBHU/s320/n4.png" alt="" id="BLOGGER_PHOTO_ID_5162769847907214466" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Once analyzed you will be presented with a screen the looks like the one shown  below.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_D6V8KS70KD8/R6XX07mbZJI/AAAAAAAAARo/93sqF792x2A/s1600-h/n5.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_D6V8KS70KD8/R6XX07mbZJI/AAAAAAAAARo/93sqF792x2A/s320/n5.png" alt="" id="BLOGGER_PHOTO_ID_5162769852202181778" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;This will contain all the data captured on the selected interface before you  pressed stop.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-7458072831640346522?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/7458072831640346522/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=7458072831640346522' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/7458072831640346522'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/7458072831640346522'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2008/02/how-to-analyze-network-traffic-with.html' title='How to Analyze Network Traffic with ethereal'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_D6V8KS70KD8/R6XX0LmbZFI/AAAAAAAAARI/GYOquQSiUrQ/s72-c/n1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-515610342609638256</id><published>2008-02-03T05:27:00.000-08:00</published><updated>2008-02-03T06:52:41.371-08:00</updated><title type='text'>Setup Your Computer to be a Router</title><content type='html'>If you have two network cards or some other means of connecting to the internet  and a network card in your ubuntu computer, it can be a very powerfull router.  You can set up basic NAT, do port forwarding, set up a proxy, and even do packet  prioritization so your downloads dont interfere with gaming! This howto will  cover setting up Webmin which will be used to configure masquerading, DHCP, and  DNS servers. It also lets you configure port forwarding. QoS (packet  prioritization) will be covered in a later guide. This guide is made using  kubuntu to show that it will work with any version of ubuntu.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Webmin&lt;/span&gt;&lt;br /&gt;Webmin is a  web based computer management tool. It is similar to the web interface that you  get from routers you buy at stores, but allows you to control most of the  computer.&lt;br /&gt;To install webmin, you must first go to its website at &lt;a href="http://www.webmin.com/"&gt;www.webmin.com&lt;/a&gt; and download the latest version  in the top right. Download the tar.gz version into your user folder.&lt;br /&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_D6V8KS70KD8/R6XUCLmbY8I/AAAAAAAAAQA/oC1l3xUkc_Q/s1600-h/1.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_D6V8KS70KD8/R6XUCLmbY8I/AAAAAAAAAQA/oC1l3xUkc_Q/s320/1.jpg" alt="" id="BLOGGER_PHOTO_ID_5162765681788937154" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Once the download is complete extract it to a folder for example \usr\webmin. I  extracted it into my user folder in this tutorial because this is just a live CD  so it doesn't really matter. You may delete the tar.gz file after you extract it  as it is no longer needed.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_D6V8KS70KD8/R6XUCbmbY9I/AAAAAAAAAQI/mGr_piqKIP4/s1600-h/2.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_D6V8KS70KD8/R6XUCbmbY9I/AAAAAAAAAQI/mGr_piqKIP4/s320/2.jpg" alt="" id="BLOGGER_PHOTO_ID_5162765686083904466" border="0" /&gt;&lt;/a&gt;Before you install it you will want the package "libnet-ssleay-perl". So open  the terminal and run "sudo apt-get install libnet-ssleay-perl". Now navigate to  the directory the folder is (For me it would be "cd /home/ubuntu/webmin-1.280")  and then run the command "sudo sh setup.sh".&lt;br /&gt;&lt;br /&gt;Config file directory  [/etc/webmin]:&lt;br /&gt;# Leave as default, or change as you wish&lt;br /&gt;&lt;br /&gt;Log file  directory [/var/webmin]:&lt;br /&gt;# Leave as default, or change as you  wish&lt;br /&gt;&lt;br /&gt;Full path to perl (default /usr/bin/perl):&lt;br /&gt;# Leave as default, or  change as you wish&lt;br /&gt;&lt;br /&gt;Web server port (default 10000):&lt;br /&gt;# Leave as default  or change it to what ever port you want.&lt;br /&gt;&lt;br /&gt;Login name (default admin):&lt;br /&gt;#  Leave as default, or change as you wish&lt;br /&gt;&lt;br /&gt;Login password:&lt;br /&gt;# Choose a  password, it will not display anything while you type&lt;br /&gt;&lt;br /&gt;Password  again:&lt;br /&gt;# Self explanatory&lt;br /&gt;&lt;br /&gt;Use SSL (y/n):&lt;br /&gt;# Of course  'y'&lt;br /&gt;&lt;br /&gt;Start Webmin at boot time (y/n):&lt;br /&gt;# Once agian... 'y'&lt;br /&gt;&lt;br /&gt;It  will not finnish up the installation and you will be able to login by using  localhost:port or routerip:port like http://localhost:10000&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_D6V8KS70KD8/R6XUCrmbY-I/AAAAAAAAAQQ/98HkU0dhpkw/s1600-h/3.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_D6V8KS70KD8/R6XUCrmbY-I/AAAAAAAAAQQ/98HkU0dhpkw/s320/3.jpg" alt="" id="BLOGGER_PHOTO_ID_5162765690378871778" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Masquerading&lt;/span&gt;&lt;br /&gt;Masquerading is also  known as NAT. To enable it, login to Webmin, go to the networking section, and  click on firewall. It will ask you to configure it now. press "Do network  address translation on external interface:" and choose the external interface  (the one that is connected to the internet) and click on "Enable firewall at  boot time?" then click on "Setup Firewall".&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_D6V8KS70KD8/R6XUDbmbY_I/AAAAAAAAAQY/gLrNieIsLyY/s1600-h/4.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_D6V8KS70KD8/R6XUDbmbY_I/AAAAAAAAAQY/gLrNieIsLyY/s320/4.jpg" alt="" id="BLOGGER_PHOTO_ID_5162765703263773682" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Now you must add rules to your firewall to allow traffic coming from the  internal network, loopback, and traffic related to an outgoing connection (so  that you may recieve a response to your requests).&lt;br /&gt;To allow traffic from the  internal network, under "Incoming packets (INPUT)" press add rule. Give the rule  a comment (name) like internal network and press the button by the "Accept" in  green writing. Then down to "Incoming interface" put equals and put your  internal interface, in the picture below it is eth0. Scroll down and press  create.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_D6V8KS70KD8/R6XToLmbY3I/AAAAAAAAAPY/vrlDz925N1g/s1600-h/5.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_D6V8KS70KD8/R6XToLmbY3I/AAAAAAAAAPY/vrlDz925N1g/s320/5.jpg" alt="" id="BLOGGER_PHOTO_ID_5162765235112338290" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Now do the same but put lo as incoming interface.&lt;br /&gt;&lt;br /&gt;Now you must create  another rule for existing connection. Put a comment and press accept. For  incoming interface put equals and put your external interface (eth1 for me).  Scroll down to "Connection States" and put equals and select both "Existing  connection (ESTABLISHED)" and "Related to existing (RELATED)" and press  create.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_D6V8KS70KD8/R6XTormbY4I/AAAAAAAAAPg/Fjk9PANVyOY/s1600-h/6.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_D6V8KS70KD8/R6XTormbY4I/AAAAAAAAAPg/Fjk9PANVyOY/s320/6.jpg" alt="" id="BLOGGER_PHOTO_ID_5162765243702272898" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Now you must drop external connections that do not meet any of the other rules,  so set the default action of "Incoming packets (INPUT)" to drop and press the  button.&lt;br /&gt;&lt;br /&gt;Scroll down to the bottom and press apply  configuration.&lt;br /&gt;&lt;br /&gt;Now go to the System section and click "Bootup and  Shutdown". Click "Create a new bootup and shutdown action". Make the name  "webmin-ipt" without quotes, make the description whatever you please, and for  bootup commands, put "/bin/echo 1 &gt; /proc/sys/net/ipv4/ip_forward" and make a  new line and put "/sbin/iptables-restore /etc/webmin/firewall/iptables.save"  then press create.&lt;span style="font-size:-0;"&gt; &lt;span style="font-size:-0;"&gt;Find the bootup command you just  created in the list and click it then press Start Now.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;Configure  DHCP&lt;/span&gt;&lt;br /&gt;In webmin, go to servers and press DHCP Server and click Module  Config.&lt;br /&gt;Replace (without quotes)&lt;br /&gt;DHCP server config file with  "/etc/dhcp3/dhcpd.conf"&lt;br /&gt;DHCP server executable with  "/usr/sbin/dhcpd3"&lt;br /&gt;Command to start DHCP server with  "/etc/init.d/dhcp3-server start"&lt;br /&gt;Command to apply configuration with  "/etc/init.d/dhcp3-server restart"&lt;br /&gt;Command to stop DHCP server with  "/etc/init.d/dhcp3-server stop"&lt;br /&gt;Path to DHCP server PID file with  "/var/run/dhcp3-server/dhcpd.pid"&lt;br /&gt;DHCP server lease file with  "/var/lib/dhcp3/dhcpd.leases"&lt;br /&gt;and press save.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_D6V8KS70KD8/R6XTpbmbY5I/AAAAAAAAAPo/xcrjP5XNzRI/s1600-h/7.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_D6V8KS70KD8/R6XTpbmbY5I/AAAAAAAAAPo/xcrjP5XNzRI/s320/7.jpg" alt="" id="BLOGGER_PHOTO_ID_5162765256587174802" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Now press "Add a new subnet" and put a description of this subnet. For network  address, make it the same as the internal address but with 0 at the end, for  example my internal NIC is 192.168.1.1 so I will put 192.168.1.0 for network  address. For address ranges put the range of addrseses for your DHCP server to  assign. For netmask put the same as your subnet, most are 255.255.255.0 and  press create.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_D6V8KS70KD8/R6XTqLmbY6I/AAAAAAAAAPw/6YIhf9tz5ts/s1600-h/8.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_D6V8KS70KD8/R6XTqLmbY6I/AAAAAAAAAPw/6YIhf9tz5ts/s320/8.jpg" alt="" id="BLOGGER_PHOTO_ID_5162765269472076706" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Once created, press the new icon that was just created with the network address  you choose under it and scroll down to the bottom and click "Edit Client  Options". Fill in Subnet mask with your subnet, default routers and dns servers  with your internal IP and broadcast address with the internal ip but 255 at the  end (for example my internal ip is 192.168.1.1 so I will put 192.168.1.255 for  broadcast) and press save then press start server.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_D6V8KS70KD8/R6XTqbmbY7I/AAAAAAAAAP4/lFcZXl7aNW4/s1600-h/9.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_D6V8KS70KD8/R6XTqbmbY7I/AAAAAAAAAP4/lFcZXl7aNW4/s320/9.jpg" alt="" id="BLOGGER_PHOTO_ID_5162765273767044018" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Your computer will now be a DHCP server, router, and DNS server. To do port  forwarding, go to the firewall settings in webmin and go to the Network Address  Translation (nat) IPTable. From there you can add rules to Packets before  routing (PREROUTING).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-515610342609638256?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/515610342609638256/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=515610342609638256' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/515610342609638256'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/515610342609638256'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2008/02/setup-your-computer-to-be-router.html' title='Setup Your Computer to be a Router'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_D6V8KS70KD8/R6XUCLmbY8I/AAAAAAAAAQA/oC1l3xUkc_Q/s72-c/1.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-8813510124417613372</id><published>2008-02-03T04:58:00.000-08:00</published><updated>2008-02-03T05:02:04.172-08:00</updated><title type='text'>Gmail phishing email</title><content type='html'>First phishing email I receive about the Gmail account and it's quite  interesting how the sender managed to trick the Gmail spam filters and also make  it look very official:&lt;br /&gt;&lt;br /&gt;&lt;em&gt;Your account has been randomly flagged in our  system as a part of our routine security measures. This is a must to ensure that  only you have acces and use of your Google account and to ensure a safe Gmail  experience. We require all flagged accounts to verify their information on file  with us.&lt;br /&gt;This is the right link for edit account page&lt;br /&gt;After you verify  your information, your account shall be returned to good standing and you will  continue to have full use of your account. Please note that if you don't verify  your ownership of account in 2 x 24 hours we will block/ susspend your Google  account.&lt;br /&gt;Thanks,&lt;br /&gt;The Gmail Team&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;If it wouldn't have been for  that "susspend" typo and the fact that the "edit account" link was a  "uk-google.com/account" fake page, this might have been the perfect phishing  email. Of course that "edit account" link now shows a parked domain so this  means it was brought down very fast (but still some people might have falled for  it). Anyway, below is the screenshot of the email, ironically how the ads on the  right hand all are related to "scams", maybe the ad delivery filter is more  powerful than the spam filter gmail uses.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_D6V8KS70KD8/R6W63bmbYkI/AAAAAAAAANA/OItIc8RRBw0/s1600-h/gmail-scam.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_D6V8KS70KD8/R6W63bmbYkI/AAAAAAAAANA/OItIc8RRBw0/s320/gmail-scam.jpg" alt="" id="BLOGGER_PHOTO_ID_5162738009314648642" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Never ever click a link inside such an email regarding your account for the XYZ  bank or your ebay/paypal/amazon account, instead go and type the official url  you already know in your address bar and login on the official page to see if  you're informed about any changes/problems with your account. This is safer.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-8813510124417613372?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/8813510124417613372/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=8813510124417613372' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/8813510124417613372'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/8813510124417613372'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2008/02/gmail-phishing-email.html' title='Gmail phishing email'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_D6V8KS70KD8/R6W63bmbYkI/AAAAAAAAANA/OItIc8RRBw0/s72-c/gmail-scam.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-4566172495616081647</id><published>2007-12-31T23:38:00.000-08:00</published><updated>2007-12-31T00:32:18.825-08:00</updated><title type='text'>New Year</title><content type='html'>&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/newyear-friends012.jpg"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/newyear-friends012.jpg" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/newyear-friends012.jpg" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/new-year-friends.jpg"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/new-year-friends.jpg" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/new-year-friends.jpg" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/new-year-friends-2.jpg"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/new-year-friends-2.jpg" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/new-year-friends-2.jpg" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/ny.jpg"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/ny.jpg" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/ny.jpg" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/ny2.jpg"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/ny2.jpg" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/ny2.jpg" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/nyz3.jpg"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/nyz3.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/nyz3.jpg" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt;New Year 1&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt; &lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-2.html"&gt;New Year 2&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt; &lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-3.html"&gt;New Year 3&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt; &lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-4.html"&gt;New Year 4&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt; &lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-5.html"&gt;New Year 5&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-6.html"&gt;New Year 6&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt; &lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-7.html"&gt;New Year 7&lt;/a&gt;&lt;/strong&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-4566172495616081647?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/4566172495616081647/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=4566172495616081647' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/4566172495616081647'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/4566172495616081647'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/new-year.html' title='New Year'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/th_newyear-friends012.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-3478705725297743883</id><published>2007-12-31T00:23:00.000-08:00</published><updated>2007-12-31T00:29:15.865-08:00</updated><title type='text'>New Year 7</title><content type='html'>&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/2.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/2.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/2.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/3.jpg"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/3.jpg" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/3.jpg" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/6.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/6.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/6.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/7.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/7.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/7.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/8.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/8.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/8.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;div align="center"&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/9.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/9.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/9.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt;&lt;strong&gt;New Year 1&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-2.html"&gt;&lt;strong&gt;New Year 2&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-3.html"&gt;&lt;strong&gt;New Year 3&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-4.html"&gt;&lt;strong&gt;New Year 4&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-5.html"&gt;&lt;strong&gt;New Year 5&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-6.html"&gt;&lt;strong&gt;New Year 6&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/new-year-7.html"&gt;New Year 7&lt;/a&gt;&lt;/strong&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-3478705725297743883?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/3478705725297743883/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=3478705725297743883' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/3478705725297743883'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/3478705725297743883'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/new-year-7.html' title='New Year 7'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/th_2.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-4333728914856693597</id><published>2007-12-31T00:17:00.001-08:00</published><updated>2007-12-31T00:30:23.193-08:00</updated><title type='text'>New Year 6</title><content type='html'>&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/12.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/12.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/12.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/13.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/13.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/13.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/14.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/14.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/14.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/15.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/15.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/15.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/16.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/16.gif" border="0" /&gt;&lt;/a&gt;&lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/16.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt; &lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/17.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/17.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/17.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt;New Year 1&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt; &lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-2.html"&gt;New Year 2&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt; &lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-3.html"&gt;New Year 3&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt; &lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-4.html"&gt;New Year 4&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt; &lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-5.html"&gt;New Year 5&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-6.html"&gt;New Year 6&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt; &lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-7.html"&gt;New Year 7&lt;/a&gt;&lt;/strong&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-4333728914856693597?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/4333728914856693597/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=4333728914856693597' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/4333728914856693597'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/4333728914856693597'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/new-year-6.html' title='New Year 6'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/th_12.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-3052064453323292228</id><published>2007-12-31T00:11:00.000-08:00</published><updated>2007-12-31T00:30:37.081-08:00</updated><title type='text'>New Year 5</title><content type='html'>&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/20.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/20.gif" border="0" /&gt;&lt;/a&gt;&lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/20.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt; &lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/21.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/21.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/21.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/22.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/22.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/22.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/23.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/23.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/23.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/24.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/24.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/24.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/25.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/25.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/25.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt;New Year 1&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt; &lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-2.html"&gt;New Year 2&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt; &lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-3.html"&gt;New Year 3&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt; &lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-4.html"&gt;New Year 4&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt; &lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-5.html"&gt;New Year 5&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-6.html"&gt;New Year 6&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt; &lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-7.html"&gt;New Year 7&lt;/a&gt;&lt;/strong&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-3052064453323292228?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/3052064453323292228/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=3052064453323292228' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/3052064453323292228'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/3052064453323292228'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/new-year-5.html' title='New Year 5'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/th_20.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-7278270988682515952</id><published>2007-12-31T00:04:00.000-08:00</published><updated>2007-12-31T00:31:03.088-08:00</updated><title type='text'>New Year 4</title><content type='html'>&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/26.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/26.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/26.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/27.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/27.gif" border="0" /&gt;&lt;/a&gt;&lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/27.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/29.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/29.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/29.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/30.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/30.gif" border="0" /&gt;&lt;/a&gt;&lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/30.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt; &lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/33.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/33.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/33.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/34.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/34.gif" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/34.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt;New Year 1&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt; &lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-2.html"&gt;New Year 2&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt; &lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-3.html"&gt;New Year 3&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt; &lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-4.html"&gt;New Year 4&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt; &lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-5.html"&gt;New Year 5&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-6.html"&gt;New Year 6&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt; &lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-7.html"&gt;New Year 7&lt;/a&gt;&lt;/strong&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-7278270988682515952?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/7278270988682515952/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=7278270988682515952' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/7278270988682515952'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/7278270988682515952'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/new-year-4.html' title='New Year 4'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/th_26.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-1855505162716115739</id><published>2007-12-30T23:58:00.000-08:00</published><updated>2007-12-31T00:31:15.335-08:00</updated><title type='text'>New Year 3</title><content type='html'>&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/35.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/35.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/35.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/36.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/36.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/36.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/37.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/37.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/37.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt; &lt;/div&gt;&lt;div align="center"&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/38.gif"&gt;&lt;/a&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/38.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/38.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/38.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/39.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/39.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/39.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/eve1-new-year.jpg"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/eve1-new-year.jpg" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/eve1-new-year.jpg" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt;New Year 1&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt; &lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-2.html"&gt;New Year 2&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt; &lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-3.html"&gt;New Year 3&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt; &lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-4.html"&gt;New Year 4&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt; &lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-5.html"&gt;New Year 5&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-6.html"&gt;New Year 6&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt; &lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-7.html"&gt;New Year 7&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-1855505162716115739?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/1855505162716115739/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=1855505162716115739' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/1855505162716115739'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/1855505162716115739'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/new-year-3.html' title='New Year 3'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/th_35.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-4234371372636928273</id><published>2007-12-30T23:53:00.000-08:00</published><updated>2007-12-31T00:31:40.056-08:00</updated><title type='text'>New Year 2</title><content type='html'>&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/14-1.jpg"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/14-1.jpg" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/14-1.jpg" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/friends-new-year01.jpg"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/friends-new-year01.jpg" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/friends-new-year01.jpg" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/Friends-New-Year1441.jpg"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/Friends-New-Year1441.jpg" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/Friends-New-Year1441.jpg" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/new-year-eve.jpg"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/new-year-eve.jpg" border="0" /&gt;&lt;/a&gt; &lt;p align="center"&gt;&lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/new-year-eve.jpg" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/new-year-eve-postcard.jpg"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/new-year-eve-postcard.jpg" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/new-year-eve-postcard.jpg" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/newyear-friend08.jpg"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/newyear-friend08.jpg" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/newyear-friend08.jpg" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt;New Year 1&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt; &lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-2.html"&gt;New Year 2&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt; &lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-3.html"&gt;New Year 3&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt; &lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-4.html"&gt;New Year 4&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt; &lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-5.html"&gt;New Year 5&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-6.html"&gt;New Year 6&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year.html"&gt; &lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/new-year-7.html"&gt;New Year 7&lt;/a&gt;&lt;/strong&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-4234371372636928273?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/4234371372636928273/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=4234371372636928273' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/4234371372636928273'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/4234371372636928273'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/new-year-2.html' title='New Year 2'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/Happy%20New%20Year/th_14-1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-5703779524771648646</id><published>2007-12-22T08:59:00.000-08:00</published><updated>2007-12-22T09:03:15.769-08:00</updated><title type='text'>Good Morning 4</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/2bd81a15.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/2bd81a15.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/2bd81a15.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/08.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/08.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/08.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/Animation13GoodMorning.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/Animation13GoodMorning.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/Animation13GoodMorning.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/fallgoodmorning.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/fallgoodmorning.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/fallgoodmorning.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/good-morning.html"&gt;&lt;span style="font-weight: bold;"&gt;Good Morning 1&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/good-morning-2.html"&gt;&lt;span style="font-weight: bold;"&gt;Good Morning 2&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/good-morning-3.html"&gt;&lt;span style="font-weight: bold;"&gt;Good Morning 3&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/good-morning-4.html"&gt;&lt;span style="font-weight: bold;"&gt;Good Morning 4&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-5703779524771648646?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/5703779524771648646/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=5703779524771648646' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/5703779524771648646'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/5703779524771648646'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/good-morning-4.html' title='Good Morning 4'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/th_2bd81a15.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-8296598579258756508</id><published>2007-12-22T08:55:00.001-08:00</published><updated>2007-12-22T09:04:26.175-08:00</updated><title type='text'>Good Morning 3</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/Good_Morning.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/Good_Morning.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/Good_Morning.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/GoodMorning1.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/GoodMorning1.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/GoodMorning1.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/goodmorning22.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/goodmorning22.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/goodmorning22.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morn00058.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morn00058.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morn00058.jpg" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morn00069.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morn00069.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morn00069.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morn00072.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morn00072.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morn00072.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/good-morning.html"&gt;&lt;span style="font-weight: bold;"&gt;Good Morning 1&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/good-morning-2.html"&gt;&lt;span style="font-weight: bold;"&gt;Good Morning 2&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/good-morning-3.html"&gt;&lt;span style="font-weight: bold;"&gt;Good Morning 3&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/good-morning-4.html"&gt;&lt;span style="font-weight: bold;"&gt;Good Morning 4&lt;/span&gt;&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/good-morning-3.html"&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-8296598579258756508?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/8296598579258756508/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=8296598579258756508' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/8296598579258756508'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/8296598579258756508'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/good-morning-3.html' title='Good Morning 3'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/th_Good_Morning.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-9222762518097353751</id><published>2007-12-22T08:51:00.001-08:00</published><updated>2007-12-22T09:04:41.511-08:00</updated><title type='text'>Good Morning 2</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morn00073.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morn00073.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morn00073.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morn00099-1.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morn00099-1.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morn00099-1.jpg" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morning001.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morning001.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morning001.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morning002.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morning002.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morning002.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morning003.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morning003.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morning003.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morning004.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morning004.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morning004.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/good-morning.html"&gt;&lt;span style="font-weight: bold;"&gt;Good Morning 1&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/good-morning-2.html"&gt;&lt;span style="font-weight: bold;"&gt;Good Morning 2&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/good-morning-3.html"&gt;&lt;span style="font-weight: bold;"&gt;Good Morning 3&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/good-morning-4.html"&gt;&lt;span style="font-weight: bold;"&gt;Good Morning 4&lt;/span&gt;&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/good-morning-2.html"&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-9222762518097353751?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/9222762518097353751/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=9222762518097353751' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/9222762518097353751'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/9222762518097353751'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/good-morning-2.html' title='Good Morning 2'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/th_morn00073.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-3575135178018742193</id><published>2007-12-22T08:17:00.000-08:00</published><updated>2007-12-22T09:04:58.658-08:00</updated><title type='text'>Good Morning</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morning005.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morning005.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morning005.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morning006.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morning006.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morning006.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morning008.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morning008.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/morning008.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/roses.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/roses.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/roses.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/1a252525202525252850252525292525202.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/1a252525202525252850252525292525202.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/1a252525202525252850252525292525202.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/1mask1.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/1mask1.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/1mask1.jpg" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/good-morning.html"&gt;&lt;span style="font-weight: bold;"&gt;Good Morning 1&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/good-morning-2.html"&gt;&lt;span style="font-weight: bold;"&gt;Good Morning 2&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/good-morning-3.html"&gt;&lt;span style="font-weight: bold;"&gt;Good Morning 3&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/good-morning-4.html"&gt;&lt;span style="font-weight: bold;"&gt;Good Morning 4&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-3575135178018742193?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/3575135178018742193/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=3575135178018742193' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/3575135178018742193'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/3575135178018742193'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/good-morning.html' title='Good Morning'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/GOOD%20MORNING/th_morning005.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-2754486094460674567</id><published>2007-12-21T06:56:00.001-08:00</published><updated>2007-12-21T06:59:27.695-08:00</updated><title type='text'>Flower 5</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower009.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower009.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower009.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower010.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower010.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower010.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower011.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower011.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower011.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower012.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower012.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower012.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/flower.html"&gt;&lt;span style="font-weight: bold;"&gt;Flower 1&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/flower-2.html"&gt;&lt;span style="font-weight: bold;"&gt;Flower 2&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/flower-3.html"&gt;&lt;span style="font-weight: bold;"&gt;Flower 3&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/flower-4.html"&gt;&lt;span style="font-weight: bold;"&gt;Flower 4&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/flower-5.html"&gt;&lt;span style="font-weight: bold;"&gt;Flower 5&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-2754486094460674567?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/2754486094460674567/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=2754486094460674567' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/2754486094460674567'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/2754486094460674567'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/flower-5.html' title='Flower 5'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/Flower/th_flower009.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-4833885916918123364</id><published>2007-12-21T06:50:00.001-08:00</published><updated>2007-12-21T07:00:38.788-08:00</updated><title type='text'>Flower 4</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower013.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower013.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower013.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower014.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower014.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower014.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower015.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower015.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower015.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower017.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower017.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower017.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower018.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower018.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower018.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower019.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower019.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower019.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/flower.html"&gt;&lt;span style="font-weight: bold;"&gt;Flower 1&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/flower-2.html"&gt;&lt;span style="font-weight: bold;"&gt;Flower 2&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/flower-3.html"&gt;&lt;span style="font-weight: bold;"&gt;Flower 3&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/flower-4.html"&gt;&lt;span style="font-weight: bold;"&gt;Flower 4&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/flower-5.html"&gt;&lt;span style="font-weight: bold;"&gt;Flower 5&lt;/span&gt;&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/flower-4.html"&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-4833885916918123364?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/4833885916918123364/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=4833885916918123364' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/4833885916918123364'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/4833885916918123364'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/flower-4.html' title='Flower 4'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/Flower/th_flower013.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-5242377253848966020</id><published>2007-12-21T06:44:00.001-08:00</published><updated>2007-12-21T07:00:54.118-08:00</updated><title type='text'>Flower 3</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower020.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower020.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower020.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower021.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower021.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower021.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower022.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower022.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower022.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower024.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower024.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower024.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower025.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower025.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower025.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower026.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower026.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower026.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/flower.html"&gt;&lt;span style="font-weight: bold;"&gt;Flower 1&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/flower-2.html"&gt;&lt;span style="font-weight: bold;"&gt;Flower 2&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/flower-3.html"&gt;&lt;span style="font-weight: bold;"&gt;Flower 3&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/flower-4.html"&gt;&lt;span style="font-weight: bold;"&gt;Flower 4&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/flower-5.html"&gt;&lt;span style="font-weight: bold;"&gt;Flower 5&lt;/span&gt;&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/flower-3.html"&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-5242377253848966020?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/5242377253848966020/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=5242377253848966020' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/5242377253848966020'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/5242377253848966020'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/flower-3.html' title='Flower 3'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/Flower/th_flower020.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-6941576417861500677</id><published>2007-12-21T06:31:00.000-08:00</published><updated>2007-12-21T07:01:07.752-08:00</updated><title type='text'>Flower 2</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower027.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower027.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower027.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower028.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower028.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower028.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower029.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower029.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower029.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower030.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower030.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower030.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower001.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower001.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower001.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower002.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower002.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower002.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/flower.html"&gt;&lt;span style="font-weight: bold;"&gt;Flower 1&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/flower-2.html"&gt;&lt;span style="font-weight: bold;"&gt;Flower 2&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/flower-3.html"&gt;&lt;span style="font-weight: bold;"&gt;Flower 3&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/flower-4.html"&gt;&lt;span style="font-weight: bold;"&gt;Flower 4&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/flower-5.html"&gt;&lt;span style="font-weight: bold;"&gt;Flower 5&lt;/span&gt;&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/flower-2.html"&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-6941576417861500677?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/6941576417861500677/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=6941576417861500677' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/6941576417861500677'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/6941576417861500677'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/flower-2.html' title='Flower 2'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/Flower/th_flower027.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-1372552576035434880</id><published>2007-12-21T06:20:00.000-08:00</published><updated>2007-12-21T07:01:25.137-08:00</updated><title type='text'>Flower</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower003.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower003.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower003.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower004.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower004.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower004.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower005.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower005.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower005.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower007.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower007.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower007.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower006.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower006.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower006.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower008.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower008.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Flower/flower008.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/flower.html"&gt;&lt;span style="font-weight: bold;"&gt;Flower 1&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/flower-2.html"&gt;&lt;span style="font-weight: bold;"&gt;Flower 2&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/flower-3.html"&gt;&lt;span style="font-weight: bold;"&gt;Flower 3&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/flower-4.html"&gt;&lt;span style="font-weight: bold;"&gt;Flower 4&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/flower-5.html"&gt;&lt;span style="font-weight: bold;"&gt;Flower 5&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-1372552576035434880?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/1372552576035434880/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=1372552576035434880' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/1372552576035434880'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/1372552576035434880'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/flower.html' title='Flower'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/Flower/th_flower003.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-5555414279688873543</id><published>2007-12-21T05:27:00.001-08:00</published><updated>2007-12-21T05:31:46.311-08:00</updated><title type='text'>Butterfly 9</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly071.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly071.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly071.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly072.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly072.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly072.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly071-1.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly071-1.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly071-1.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly072-1.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly072-1.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly072-1.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly073.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly073.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly073.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-1.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 1&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-2.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 2&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-3.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 3&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-4.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 4&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-5.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 5&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-6.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 6&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-7.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 7&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-8.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 8&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-9.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 9&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-5555414279688873543?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/5555414279688873543/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=5555414279688873543' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/5555414279688873543'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/5555414279688873543'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/butterfly-9.html' title='Butterfly 9'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/th_btterfly071.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-9019713892184449014</id><published>2007-12-21T02:43:00.000-08:00</published><updated>2007-12-21T06:16:13.052-08:00</updated><title type='text'>Butterfly 8</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly074.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly074.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly074.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly079.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly079.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly079.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly080.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly080.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly080.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly081.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly081.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly081.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly083.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly083.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly083.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly084.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly084.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly084.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-1.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 1&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-2.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 2&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-3.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 3&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-4.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 4&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-5.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 5&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-6.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 6&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-7.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 7&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-8.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 8&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-9.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 9&lt;/span&gt;&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-8.html"&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-9019713892184449014?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/9019713892184449014/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=9019713892184449014' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/9019713892184449014'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/9019713892184449014'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/butterfly-8.html' title='Butterfly 8'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/th_btterfly074.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-5666600918127441224</id><published>2007-12-21T02:34:00.000-08:00</published><updated>2007-12-21T06:16:26.393-08:00</updated><title type='text'>Butterfly 7</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly086.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly086.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly086.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly087.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly087.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly087.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly089.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly089.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly089.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly090.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly090.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly090.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly091.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly091.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly091.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly093.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly093.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly093.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-1.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 1&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-2.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 2&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-3.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 3&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-4.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 4&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-5.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 5&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-6.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 6&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-7.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 7&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-8.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 8&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-9.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 9&lt;/span&gt;&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-7.html"&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-5666600918127441224?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/5666600918127441224/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=5666600918127441224' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/5666600918127441224'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/5666600918127441224'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/butterfly-7.html' title='Butterfly 7'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/th_btterfly086.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-5957950016867027837</id><published>2007-12-21T02:29:00.001-08:00</published><updated>2007-12-21T02:34:48.174-08:00</updated><title type='text'>Butterfly 6</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly095.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly095.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly095.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly096.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly096.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly096.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly097.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly097.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly097.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly030.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly030.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly030.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly033.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly033.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly033.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly034.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly034.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly034.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-1.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 1&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-2.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 2&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-3.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 3&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-4.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 4&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-5.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 5&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-6.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly6&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-5957950016867027837?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/5957950016867027837/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=5957950016867027837' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/5957950016867027837'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/5957950016867027837'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/butterfly-6.html' title='Butterfly 6'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/th_btterfly095.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-6425082485336961887</id><published>2007-12-21T02:23:00.001-08:00</published><updated>2007-12-21T06:16:40.430-08:00</updated><title type='text'>Butterfly 5</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly035.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly035.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly035.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly040.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly040.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly040.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly042.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly042.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly042.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly046.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly046.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly046.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly047.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly047.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly047.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly048.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly048.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly048.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-1.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 1&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-2.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 2&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-3.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 3&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-4.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 4&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-5.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 5&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-6.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 6&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-7.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 7&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-8.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 8&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-9.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 9&lt;/span&gt;&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-5.html"&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-6425082485336961887?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/6425082485336961887/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=6425082485336961887' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/6425082485336961887'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/6425082485336961887'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/butterfly-5.html' title='Butterfly 5'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/th_btterfly035.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-1411102435029613970</id><published>2007-12-21T02:17:00.001-08:00</published><updated>2007-12-21T06:16:53.806-08:00</updated><title type='text'>Butterfly 4</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly051.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 200px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly051.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly051.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly053.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 200px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly053.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly053.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly054.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 200px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly054.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly054.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly055.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 200px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly055.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly055.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly056.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 200px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly056.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly056.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly057.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 200px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly057.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly057.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-1.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 1&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-2.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 2&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-3.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 3&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-4.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 4&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-5.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 5&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-6.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 6&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-7.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 7&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-8.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 8&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-9.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 9&lt;/span&gt;&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-4.html"&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-1411102435029613970?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/1411102435029613970/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=1411102435029613970' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/1411102435029613970'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/1411102435029613970'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/butterfly-4.html' title='Butterfly 4'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/th_btterfly051.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-4604884844182307532</id><published>2007-12-21T02:10:00.001-08:00</published><updated>2007-12-21T06:17:06.931-08:00</updated><title type='text'>Butterfly 3</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly059.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 200px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly059.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly059.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly063.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 200px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly063.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly063.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly064.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 200px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly064.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly064.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly070.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 200px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly070.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly070.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly002.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 200px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly002.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly002.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly004.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 200px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly004.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly004.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-1.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 1&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-2.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 2&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-3.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 3&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-4.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 4&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-5.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 5&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-6.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 6&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-7.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 7&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-8.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 8&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-9.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 9&lt;/span&gt;&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-3.html"&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-4604884844182307532?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/4604884844182307532/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=4604884844182307532' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/4604884844182307532'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/4604884844182307532'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/butterfly-3.html' title='Butterfly 3'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/th_btterfly059.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-1752026846779928515</id><published>2007-12-21T02:03:00.000-08:00</published><updated>2007-12-21T06:17:19.779-08:00</updated><title type='text'>Butterfly 2</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly005.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly005.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly005.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly007.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly007.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly007.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly008.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly008.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly008.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly009.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly009.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly009.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly011.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly011.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly011.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly010.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly010.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly010.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-1.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 1&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-2.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 2&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-3.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 3&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-4.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 4&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-5.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 5&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-6.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 6&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-7.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 7&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-8.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 8&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-9.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 9&lt;/span&gt;&lt;/a&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-2.html"&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-1752026846779928515?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/1752026846779928515/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=1752026846779928515' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/1752026846779928515'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/1752026846779928515'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/butterfly-2.html' title='Butterfly 2'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/th_btterfly005.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-115086029809685840</id><published>2007-12-21T01:46:00.000-08:00</published><updated>2007-12-21T05:32:41.489-08:00</updated><title type='text'>Butterfly 1</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-1.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 1&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-2.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 2&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-3.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 3&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-4.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 4&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-5.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 5&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-6.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 6&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-7.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 7&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-8.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 8&lt;/span&gt;&lt;/a&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/butterfly-9.html"&gt;&lt;span style="font-weight: bold;"&gt;Butterfly 9&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly017.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly017.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly017.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly019.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly019.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly019.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly022.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly022.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly022.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly027.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly027.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly027.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly028.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly028.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly028.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly029.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly029.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/btterfly029.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-115086029809685840?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/115086029809685840/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=115086029809685840' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/115086029809685840'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/115086029809685840'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/butterfly-1.html' title='Butterfly 1'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/Butterfly/th_btterfly017.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-837706604302976632</id><published>2007-12-20T01:22:00.000-08:00</published><updated>2007-12-20T01:25:52.950-08:00</updated><title type='text'>How to save YouTube Videos ?</title><content type='html'>&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt;&lt;a href="http://www.youtube.com/"&gt;&lt;b&gt;YouTube&lt;/b&gt;&lt;/a&gt; the world's popular video broadcasting service has many users than most of the popular websites.Most of my readers ask me on how to save a video from You tube.Here by Im giving some tool which help you in saving you tube videos&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt;&lt;a href="http://www.youtubex.com/"&gt;&lt;b&gt;YouTubeX&lt;/b&gt;&lt;/a&gt; - Just copy the youtube video link and paste it in the box with submit button named get video and you can download the video.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt;&lt;a href="http://www.savetube.com/"&gt;&lt;b&gt;SaveTube&lt;/b&gt;&lt;/a&gt; - A site similar to above one for downloading youtube video.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt;&lt;a href="http://javimoya.com/blog/youtube_en.php"&gt;&lt;b&gt;Video Downloader&lt;/b&gt;&lt;/a&gt; - One of the popular &lt;a href="http://fivepointsome1.blogspot.com/search/label/Firefox"&gt;Firefox&lt;/a&gt; extensions that allows you to download videos to your computer from YouTube and most video sites.You get file saved in format get_video.Rename it to some extension which you player supports.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt;&lt;a href="http://keepvid.com/"&gt;&lt;b&gt;KeepVid&lt;/b&gt;&lt;/a&gt; -This one helps you to download videos from most of the sites like youtube.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt;&lt;a href="http://stinkbot.com/Tubesock/index.html"&gt;&lt;b&gt;TubeSock&lt;/b&gt;&lt;/a&gt; - TubeSock 2.0 downloads YouTube or DailyMotion videos from the web and saves them to your video iPod, Mac, or PlayStation Portable. TubeSock knows how to convert the video using the codecs and bitrates best for each device. It can even add the video to iTunes for you.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt;&lt;a href="http://www.videodl.org/"&gt;&lt;b&gt;VideoDL&lt;/b&gt;&lt;/a&gt; - It's a quick &lt;/span&gt;&lt;st1:city&gt;&lt;st1:place&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt;AJAX&lt;/span&gt;&lt;/st1:place&gt;&lt;/st1:City&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt; application that allows you to download online video into your computer. It supports top 3 video sites - YouTube, Google Video, and Break.com.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt;&lt;a href="http://1024k.de/bookmarklets/video-bookmarklets.html"&gt;&lt;b&gt;Download YouTube via bookmarklets&lt;/b&gt;&lt;/a&gt; - A collection of Greasemonkey scripts and bookmarklets to do the job.supports YouTube, Google Video, Metacafe, Myspace, Break.com, Putfile, Dailymotion, Sevenload, MyVideo.de and Clipfish.de.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt;&lt;a href="http://www.arrakis.es/%7Erggi3/youtube-dl/"&gt;&lt;b&gt;Youtube-dl&lt;/b&gt;&lt;/a&gt; - is a small command-line program to download videos from YouTube.com. It requires the Python interpreter, version 2.4 or later.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt;&lt;a href="http://video.qooqle.jp/dl/"&gt;&lt;b&gt;YouTube Downloader&lt;/b&gt;&lt;/a&gt; - enter url and download YouTube videos.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt;&lt;a href="http://www.softpedia.com/get/Internet/Download-Managers/Youtube-Grabber.shtml"&gt;&lt;b&gt;Youtube Grabber&lt;/b&gt;&lt;/a&gt; - is a free tool that downloads FLV files from youtube.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt;&lt;a href="http://kej.tw/flvretriever/"&gt;&lt;b&gt;GooTube FLV Retriever&lt;/b&gt;&lt;/a&gt; - enter the video page URL, download the youtube video.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt;&lt;a href="http://www.paganini.net/index.cgi/linux/capturing_flv.html"&gt;&lt;b&gt;Capture Youtube and Google videos&lt;/b&gt; &lt;/a&gt;- save them as AVI files encoded in the MPEG4 format, using only one command.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt;&lt;a href="http://www.remlapsoftware.com/"&gt;&lt;b&gt;YouRipper&lt;/b&gt;&lt;/a&gt; - a freeware software which enables you to download videos from the YouTube and Google Video&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt;&lt;a href="http://www.saveyoutube.com/"&gt;&lt;b&gt;Save YouTube Videos&lt;/b&gt;&lt;/a&gt; - paste the youtube video url and download the video.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt;&lt;a href="http://www.krahne.com/"&gt;&lt;b&gt;Kyootoob&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;/b&gt;- is a youtube downloader and optionally a converter.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt;&lt;a href="http://www.orbitdownloader.com/"&gt;&lt;b&gt;Orbit downloader&lt;/b&gt;&lt;/a&gt; : A download manager which can download media files like flash from youtube and all&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt;&lt;a href="http://www.kissyoutube.com/"&gt;&lt;b&gt;Kiss Youtube&lt;/b&gt;&lt;/a&gt; - Before the youtube video link , just add a Kiss to download it.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt;&lt;a href="http://www.convertmovies.org/"&gt;&lt;b&gt;Convertmovies&lt;/b&gt;&lt;/a&gt; - This site will allow you to save the video in different formats like Mp3 , Mov , MP4 ....&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt;&lt;a href="http://www.converttube.com/"&gt;&lt;b&gt;Convert Tube&lt;/b&gt;&lt;/a&gt; : It lets you download your youtube videos and even gives you the option of downloading in your favourite formats like mpeg . .wmv ...&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-837706604302976632?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/837706604302976632/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=837706604302976632' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/837706604302976632'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/837706604302976632'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/how-to-save-youtube-videos.html' title='How to save YouTube Videos ?'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-850279967241521935</id><published>2007-12-20T01:17:00.000-08:00</published><updated>2007-12-20T01:20:38.241-08:00</updated><title type='text'>How to remove RAVMON Virus from your PC ? Show hidden files and folders not working ? Computer shuts down automatically ?</title><content type='html'>&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt;Is your right click context menu showing some Chinese scripts ? Is your show hidden files and folders not working ? Is your command prompt , Registry Editor and task manager disabled ??&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt;If all these things are happening to your Computer , the reason is that it has got infected by a virus named " &lt;b&gt;RAVMON&lt;/b&gt; " .What can this Virus do ??&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: rgb(0, 102, 0);"&gt;Disables task manager , Registry Editor and Command prompt .&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: rgb(0, 102, 0);"&gt;Right click menu shows some Chinese scripts as shown in the figure.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: rgb(0, 102, 0);"&gt;Computer shutdown automatically and slogs a lot.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: rgb(0, 102, 0);"&gt;Folder Options disappear&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: rgb(0, 102, 0);"&gt;Show hidden files and folders Option won't work.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt;With all these things not working , I can understand what can go with you !! I saw this thing on my friends PC . Then only I decided to write the solution for this.So how are you going to remove this ?&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt;One of my &lt;a href="http://technodigits.wordpress.com/2007/09/29/ravmon-virus-removal-tool-31/"&gt;friend&lt;/a&gt; has developed a solution to kill this Virus.Download it and remove the Virus.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt;&lt;a href="http://www.od3n.net/download/"&gt;&lt;b&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;Download the RAVMON virus removal Tool&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;Note : &lt;strong&gt;&lt;i&gt;&lt;span style="font-family: Verdana; font-weight: normal;"&gt;Wait for the page to load and then click start download&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/i&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt;One you download the tool , you can see the menu as shown in the figure.Click on the three of them.and press OK.If you are not infected with RAVMON then the tool automatically shows the error message.So download it and enjoy using your PC.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-850279967241521935?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/850279967241521935/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=850279967241521935' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/850279967241521935'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/850279967241521935'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/how-to-remove-ravmon-virus-from-your-pc.html' title='How to remove RAVMON Virus from your PC ? Show hidden files and folders not working ? Computer shuts down automatically ?'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-2780925941832649385</id><published>2007-12-20T01:14:00.000-08:00</published><updated>2007-12-20T01:16:13.638-08:00</updated><title type='text'>How to host files on Blogger ? Free File hosting for Blogger users</title><content type='html'>&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt;Hosted your blog on &lt;a href="http://www.blogger.com"&gt;Blogger&lt;/a&gt; ? You might be wondering where to host your files !! Does Blogger provides any facility for its users to host their files ? If Blogger does , what are the limits ? Many questions might be circulating in your mind . At &lt;/span&gt;&lt;st1:place&gt;&lt;st1:city&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt;Technova&lt;/span&gt;&lt;/st1:City&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt; , &lt;/span&gt;&lt;st1:state&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt;Ill&lt;/span&gt;&lt;/st1:State&gt;&lt;/st1:place&gt;&lt;span style="font-size: 11pt; font-family: Verdana; color: black;"&gt; try to answer your questions associated with this .&lt;br /&gt;&lt;br /&gt;Blogger doesn't support uploading of files except images to its server . You can host your images on the Blogger Server .&lt;span class="readmore"&gt; Image files can only be uploaded through your blog posts. To achieve this , Login to Dashboard and click on " New Post ". Blogger post Editor will open. In the top frame of the Post Editor , you can find a bluish icon which displays &lt;b&gt;Add image&lt;/b&gt; when you hover the mouse over it. Clicking on it opens the upload image dialogue Box . Using this dialogue box ,you can upload your image files to Blogger server and you can use them later in other posts .&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="readmore"&gt;&lt;b&gt;What are the limits for Image hosting in Blogger ?&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="readmore"&gt;If you are posting pictures through Blogger, &lt;a href="http://picasaweb.google.com/"&gt;Picasa&lt;/a&gt; to a your free Blogger blog, there is a total limit of &lt;b&gt;300 MB&lt;/b&gt;. If you are posting them to an FTP-published blog, then you are limited to the amount of space available on your server.If you are posting pictures through Blogger Mobile there is a limit of 250K per picture. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="readmore"&gt;&lt;b&gt;So where can I upload my files in other formats using my Google Account ?&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="readmore"&gt;Google has one more service called "&lt;a href="http://pages.google.com/"&gt;&lt;b&gt;Google pages&lt;/b&gt;&lt;/a&gt; " . You can create 5 different websites in Google pages with each site having free 100 MB web space to host files. To upload create a Google space account and click on Upload in bottom frame of sidebar.You can access your files by getting the link after uploading it .&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="readmore"&gt;You can also host your files by creating a &lt;b&gt;Google Group&lt;/b&gt; of your own. You can upload 100 MB of total files here also. Click on " Files " after clicking on Manage Group. Then click on Upload File button. Here you can upload image, PDF, Mp3 , WAV, Doc, Txt and any other files . You can also upload image files to other freehosts like &lt;a href="http://www.flickr.com/"&gt;Flickr&lt;/a&gt;, &lt;a href="http://www.photobucket.com/"&gt;Photobucket&lt;/a&gt;, Imagehosting etc. After uploading the files , keep your mouse cursor over the filename and right-click and choose Copy Link Location. This copies the location/URL/link of your file at the free host. Then paste it into this code in your blog and use it . I hope this solves your problem . &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="readmore"&gt;Friends , If you know any other services that lets users hot their files for unlimited time , Let us know by posting a comment .&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-2780925941832649385?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/2780925941832649385/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=2780925941832649385' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/2780925941832649385'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/2780925941832649385'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/how-to-host-files-on-blogger-free-file.html' title='How to host files on Blogger ? Free File hosting for Blogger users'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-7650017404428671322</id><published>2007-12-20T00:54:00.000-08:00</published><updated>2007-12-20T01:12:51.808-08:00</updated><title type='text'>How to add RAID drivers and Service Pack 2 to your original Windows CD!???:Slipstreaming XP</title><content type='html'>&lt;span style="font-size:100%;"&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;slipstreaming—the mystical art of creating an up-to-the-minute Windows XP setup CD with all the latest patches preinstalled.I’ll help you &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;add RAID or Serial ATA controller drivers to your CD so you won’t need a floppy drive (or the F6 key) to install Windows. &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;&lt;br /&gt;&lt;br /&gt;Things you need:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;Windows XP setup CD&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;Internet connection&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;CD burner&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;ISO Buster (www.isobuster.com)&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;Nero 6 or 7&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black; font-weight: bold;"&gt;step1:&lt;br /&gt;&lt;br /&gt;                &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;First download the standalone version of windows XP service pack2.Go to download.microsoft.com and look under the Windows XP section &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;or simply run Windows Update from Internet Explorer.While you’re at it, download the latest drivers for your RAID or Serial ATA controller. &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;If you add them to your install CD, you won’t need to use an old-fashioned floppy drive to install Windows. For an add-in RAID or SATA &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;card, look for the drivers on the web site of your controller chip’s manufacture.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black; font-weight: bold;"&gt;Step2&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black; font-weight: bold;"&gt;                &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;Our next objective is to extract Service Pack 2 to a folder so we can update our existing Windows setup files. Open the command prompt by &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;clicking Start, Run, and typing cmd.exe. Use the cd (change directory) command to navigate to the folder where you just saved the SP2 &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;executable in the previous step. (The syntax for cd is cd , so if you saved the SP2 executable to, say, C:\Downloads, you would type cd &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;C:\Downloads to go there.) Extract the SP2 files by typing xpSP2 –x, where xpSP2 is the name of the SP2 executable you downloaded. &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;When prompted for a destination to extract the files to, enter C:\xpSP2.Once the files have been extracted, insert your Windows XP setup &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;CD into an optical drive and copy its entire contents to a different folder on your hard drive. For the sake of simplicity, use C:\xpsetupcd as &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;the folder. Now, return to the command prompt and type the following command: C:\xpSP2\i386\update\update /s:C:\xpsetupcd. This will &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;update your existing Windows setup files with the new code contained in Service Pack 2. A message box will pop up to notify you when the &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;process is complete.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black; font-weight: bold;"&gt;step3:&lt;/span&gt;&lt;br /&gt;             &lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;&lt;span style=""&gt;&lt;/span&gt;Open the folder to which you copied your Windows XP CD (C:\xpsetupcd) and create a subfolder called $OEM$. Then, create a subfolder of &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;$OEM$ called $1 and a subfolder of $1 called drivers. The resulting path should be C:\xpsetupcd\$OEM$\$1\drivers. This is where Windows &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;Setup will look for drivers that aren’t contained in its standard driver library. For organizational purposes, make a subfolder within drivers &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;named for the type of driver it will contain—for instance, create a RAID folder for RAID drivers or an SATA folder for Serial ATA drivers. You &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;can use any name, as long as it has fewer than eight characters.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;With the aforementioned folder structure in place, copy the Windows XP RAID/SATA drivers directly into the folder you created above (we &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;used C:\xpsetupcd\$OEM$\$1\drivers\RAID). If your drivers came in a self-extracting executable rather than a zip file, you may be able to &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;extract its contents manually by opening it in a program like WinRAR. (Alternately, you can run the self-extracting executable, then dig &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;around in your system’s TEMP directory—usually C:/documents and settings/YourUsername/LocalSettings/Temp until you find the right &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;directory). Finally, locate the SYS file for your RAID/SATA controller from among the files you just extracted; it should be named after your &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;specific controller (e.g. fasttx2k.sys for a Promise FastTrak TX2 RAID controller). The drivers for different operating systems may be split &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;into distinct folders, so make sure you find the SYS file that’s intended for Windows XP. Once you find the SYS file, copy it to the i386 folder &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;of your Windows CD (C:\xpsetupcd\i386).&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black; font-weight: bold;"&gt;step4:&lt;br /&gt;&lt;br /&gt;                &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;Now that we’ve added our RAID/SATA driver files to the mix, we need to tell Windows Setup about the existence of these drivers and how to &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;use them. But unless you happen to have this information memorized—and if you do, this might be a good time to turn off your computer &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;and spend some time in the real world—you’ll need to look it up in your driver’s INF file. This file is usually found in the same place as the &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;SYS file you located in the previous step and will probably have the same name, albeit with an INF extension. Open the INF file in Notepad &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;and copy the PCI identifier string, which is a series of characters beginning with PCI\VEN—for instance, PCI\VEN_105A&amp;amp;DEV_3376. There &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;may be other text on the same line as the identifier string; if this is the case, start at the first occurrence of PCI\VEN and copy the text up to &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;but not including the last period (or the end of the line, whichever comes first).&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;Next, open TXTSETUP.SIF (situated in C:\xpsetupcd\i386) and paste your PCI identifier string under the [HardwareIdsDatabase] section of &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;that file. At the end of the string, add an equal-sign followed by the driver name in quotes. In the case of our Promise RAID controller, the &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;resulting line is: PCI\VEN_105A&amp;amp;DEV_3376 = “fasttx2k”. Note: If your driver’s INF file contains multiple PCI identifier strings, copy all of &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;them into TXTSETUP.SIF.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;Now scroll down to the [SourceDisksFiles] section of TXTSETUP.SIF and add the following text:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;driver_filename.sys = 1,,,,,,_x,4,1&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;where driver_filename.sys is the name of your RAID /SATA driver’s SYS file. Note that you should include the .sys here. Then, under the&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;[SCSI.Load] section, enter:&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;driver_filename = driver_filename.sys,4&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;Once again, driver_filename is the name of your driver’s SYS file. Note the lack of a .sys suffix on the left side of the equal-sign.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;Finally, in the [SCSI] section of the file, add the following:&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;driver_filename = “RAID/SATA Device Name”&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;You can enter whatever you want for “RAID/SATA Device Name,” but we recommend using a meaningful description (such as the name of&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;your RAID/SATA controller). Finally, save and close TXTSETUP.SIF.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black; font-weight: bold;"&gt;step5:&lt;br /&gt;&lt;br /&gt;                &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;You’re almost there. In this step, we’ll make a file called WINNT.SIF in the i386 folder of our Windows setup files (C:\xpsetupcd\i386). This &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;file can be used to create an unattended installation routine—a subject beyond the scope of this how-to—but we’ll simply use it to point &lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;Windows to the drivers we’ve slipstreamed. Create WINNT.SIF and enter the following:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;[Data]&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;AutoPartition=0&lt;br /&gt;MsDosInitiated=”0”&lt;br /&gt;UnattendedInstall=”Yes”&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;[Unattended]&lt;br /&gt;UnattendMode=ProvideDefault&lt;br /&gt;OemPreinstall=Yes&lt;br /&gt;OemSkipEula=Yes&lt;br /&gt;NoWaitAfterTextMode=1&lt;br /&gt;NoWaitAfterGUIMode=1&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;WaitForReboot=”No”&lt;br /&gt;TargetPath=\WINDOWS&lt;br /&gt;DriverSigningPolicy=Ignore&lt;br /&gt;OemPnPDriversPath=&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;[GuiUnattended]&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;OEMSkipWelcome = 1&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;[UserData]&lt;br /&gt;ProductKey=&lt;br /&gt;FullName=”“&lt;br /&gt;OrgName=”“&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;You’ll need to customize the OemPnPDriversPath line by entering the path to the INF file for your RAID/SATA driver (for instance if your drivers are in C:\xpsetupcd\i386\$OEM$\$1\drivers\RAID use: OemPnPDriversPath=drivers\RAID\FastTrack\WinXP).&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;There are a few other fields you may want to customize before you close WINNT.SIF. Type your product key, name, and company name in the ProductKey, FullName, and OrgName fields respectively to avoid having to enter them during setup. And if you’d like to install Windows to a folder other than C:\WINDOWS, edit the TargetPath field as needed.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;WINNT.SIF is a powerful file that allows you to customize and automate many parts of the Windows installation process.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;strong&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;Step 6 – Prepare your bootable CD and burn it&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;Our next task is to extract the boot image from our original Windows XP disc so we can use it to make our slipstreamed CD bootable as well. With your original XP setup CD inserted, launch ISO Buster and select “Bootable CD” from the left pane. In the right pane, right-click Microsoft Corporation.img and choose “Extract Microsoft Corporation.img.” Extract this file to the folder where you copied your XP setup files (C:\xpsetupcd).&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;Fire up Nero Burning ROM (or EZ CD Creator, or any other CD burning app) and go to the New Compilation window (click “Close Wizard” if Nero’s wizard comes up). Select “CD-ROM (Boot)” from the left pane and open the Boot tab. For “Source of boot image data” choose “Image file” and use the Microsoft Corporation.img file you just extracted. Check to enable expert settings, and set “Kind of emulation” to “No emulation” and “Number of loaded sectors” to 4. (These instructions will vary if you use another application, of course.)&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;Next, head over to the ISO tab and set “File/Directory name length” to “ISO Level 2.” Ensure that “Format” is set to “Mode 1” and “Character Set” to “ISO 9660,” and make certain all four checkboxes on this tab are checked (“Joliet,” “Allow pathdepth of more than 8 directories,” “Allow more than 255 characters in path,” and “Do not add the ‘;1’ ISO file version extension”). Finally, click the Label tab and set the “Volume Label” field to the value used by your original Windows XP CD—this is the name that appears next to your CD-ROM drive in My Computer when your XP CD is inserted.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;At this point, we’re almost ready to rock. Click the “New” button to open the Nero File Browser, and then locate the folder where you copied your Windows XP CD. Open the folder and add its entire contents to your CD image. When you’re all set, mash the “Burn” button and bask in the glory of your shiny new slipstreamed Windows XP CD, replete with RAID/SATA drivers and Service Pack 2!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: black;"&gt;Make your slipstreamed Windows CD bootable by extracting the boot image from your original Windows CD and feeding it to Nero&lt;br /&gt;&lt;/span&gt;&lt;i&gt;&lt;span style="font-size: 6pt; font-family: Verdana; color: silver;"&gt;source:http://maximumpc.com/2005/01/how_to_slipstre.html&lt;/span&gt;&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-7650017404428671322?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/7650017404428671322/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=7650017404428671322' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/7650017404428671322'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/7650017404428671322'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/how-to-add-raid-drivers-and-service.html' title='How to add RAID drivers and Service Pack 2 to your original Windows CD!???:Slipstreaming XP'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-1131623251102349550</id><published>2007-12-20T00:40:00.000-08:00</published><updated>2007-12-20T00:52:59.853-08:00</updated><title type='text'>How to remove autoplay option from Right click menu of hard disk drive ?</title><content type='html'>&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt;Most of my friends on my network always has this problem.Yesterday this problem even creeped into my PC.So,I did some search about this thing and found the solution.This problem is named as "&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: rgb(153, 0, 0);"&gt;Hacked by Godzilla Virus &lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt;" by the people.It creates a auto play option on the right click menu of your hard disk drives making you unable to open them by double clicking.However you can open them by rightclick --&gt;Open or Explore.It changes the text of Internet Explorer title bar to "&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: rgb(153, 0, 0);"&gt;Hacked by Godzilla&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt;".Now here is the solution :&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 9pt; font-family: Wingdings; color: black;"&gt;&lt;span style=""&gt;v&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt;Go to any folder.In that on the top menu go to Tools--&gt; Folder Options , which will be beside File,Edit,View,Favourites.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 9pt; font-family: Wingdings; color: black;"&gt;&lt;span style=""&gt;v&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt;A window pops up after you click on folder options.In that window go to View tab and select the option Show hidden files and folders.Now uncheck the option Hide protected Operating system files.Click Ok&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 9pt; font-family: Wingdings; color: black;"&gt;&lt;span style=""&gt;v&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt;Now Open your drives (By right click and select Explore. Don't double click!) Delete &lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: rgb(0, 102, 0);"&gt;autorun.inf&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt; and &lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: rgb(0, 102, 0);"&gt;MS32DLL.dll.vbs or MS32DLL.dll&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt; (use Shift+Delete as it deletes files forever.) in all drives include &lt;/span&gt;&lt;/b&gt;&lt;st1:street&gt;&lt;st1:address&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt;Handy Drive&lt;/span&gt;&lt;/b&gt;&lt;/st1:address&gt;&lt;/st1:Street&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt; and Floppy disk.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 9pt; font-family: Wingdings; color: black;"&gt;&lt;span style=""&gt;v&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt;Open folder C:\WINDOWS to delete &lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: rgb(0, 102, 0);"&gt;MS32DLL.dll.vbs or MS32DLL.dll&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt; (Use Shift+Delete )&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 9pt; font-family: Wingdings; color: black;"&gt;&lt;span style=""&gt;v&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt;Go to start --&gt; Run --&gt; Regedit and the Registry editor will open&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 9pt; font-family: Wingdings; color: black;"&gt;&lt;span style=""&gt;v&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt;Now navigate in the left pane as follows: &lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: rgb(0, 102, 0);"&gt;HKEY_LOCAL_MACHINE --&gt; Software --&gt; Microsoft --&gt; Windows --&gt; Current Version --&gt; Run&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt; .Now delete the entry MS32DLL (Use Delete key on keyboard)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 9pt; font-family: Wingdings; color: black;"&gt;&lt;span style=""&gt;v&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt;Go to &lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: rgb(0, 102, 0);"&gt;HKEY_CURRENT_USER --&gt; Software --&gt; Microsoft --&gt; Internet Explorer --&gt; &lt;/span&gt;&lt;/b&gt;&lt;st1:place&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: rgb(0, 102, 0);"&gt;Main&lt;/span&gt;&lt;/b&gt;&lt;/st1:place&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt; and delete the entry Window Title “Hacked by Godzilla”&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 9pt; font-family: Wingdings; color: black;"&gt;&lt;span style=""&gt;v&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt;Now open the group policy editor by typing gpedit.msc in Start --&gt; run and pressing enter.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 9pt; font-family: Wingdings; color: black;"&gt;&lt;span style=""&gt;v&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt;Go to &lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: rgb(0, 102, 0);"&gt;User Configuration --&gt; Administrative Templates --&gt; System&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt; . Double Click on entry Turn Off Autoplay then Turn Off Autoplay Properties will display.Do as follows:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 9pt; font-family: &amp;quot;Courier New&amp;quot;; color: black;"&gt;&lt;span style=""&gt;o&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt;Select Enabled&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 9pt; font-family: &amp;quot;Courier New&amp;quot;; color: black;"&gt;&lt;span style=""&gt;o&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt;Select All drives&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 9pt; font-family: &amp;quot;Courier New&amp;quot;; color: black;"&gt;&lt;span style=""&gt;o&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt;Click OK&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 9pt; font-family: Wingdings; color: black;"&gt;&lt;span style=""&gt;v&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt;Now go to start --&gt; Run and type msconfig there and press Enter.A system configuration utility dialogue will open.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 9pt; font-family: Wingdings; color: black;"&gt;&lt;span style=""&gt;v&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt;Go to startup tab in it and uncheck MS32DLLNow click Ok and when the system configuration utility asks for restart ,click on exit without restart.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 9pt; font-family: Wingdings; color: black;"&gt;&lt;span style=""&gt;v&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt;Now go to Tools --&gt; Folder Options on the top menu of some folder again and select the Do not show Hidden files and check Hide operating system files.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 9pt; font-family: Wingdings; color: black;"&gt;&lt;span style=""&gt;v&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt;Go to your recyclable bin and empty it to prevent any possiblity of MS322DLL.dll.vbs lying there.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size: 9pt; font-family: Wingdings; color: black;"&gt;&lt;span style=""&gt;v&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style="font-size: 9pt; font-family: Verdana; color: black;"&gt;Now restart your PC once and you can now open your hard disk drives by double clicking on them.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-1131623251102349550?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/1131623251102349550/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=1131623251102349550' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/1131623251102349550'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/1131623251102349550'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/how-to-remove-autoplay-option-from.html' title='How to remove autoplay option from Right click menu of hard disk drive ?'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-4705259525957717516</id><published>2007-12-19T09:20:00.000-08:00</published><updated>2007-12-19T09:25:11.221-08:00</updated><title type='text'>Registry Fix &amp; Optimizer</title><content type='html'>&lt;a target="_blank" href="http://brubru6912.regbot.hop.clickbank.net/?p=1"&gt;&lt;br /&gt;&lt;/a&gt;&lt;div style="text-align: center;"&gt;&lt;a target="_blank" href="http://brubru6912.errkiller.hop.clickbank.net/?p=1&amp;amp;tid=1/"&gt;&lt;img src="http://www.cbadvance.com/assets/screenshots/errorkiller.gif" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;table class="txt" border="0" cellpadding="0" cellspacing="0" width="100%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width="90"&gt;&lt;br /&gt;&lt;/td&gt;             &lt;td valign="top" width="260"&gt;&lt;div align="left"&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-size: 180%;"&gt;&lt;br /&gt;&lt;a href="http://brubru6912.errkiller.hop.clickbank.net/?p=1&amp;amp;mode=download"&gt;Click Here To Download It For FREE&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;strong&gt;Has your computer's stability become an absolute nightmare?&lt;/strong&gt; Is your system moving at a snail's pace? Do you keep receiving mysterious error messages that seem to appear out of nowhere? Does your computer keep crashing without warning? click for here for &lt;a href="http://brubru6912.errkiller.hop.clickbank.net/"&gt;more info...&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;/td&gt;&lt;td width="90"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-size: 180%;"&gt;&lt;br /&gt;&lt;br /&gt;Spyware Remover&lt;br /&gt;Scan &amp;amp; Remove All Spyware&lt;br /&gt;&lt;/span&gt;&lt;table cellpadding="1" cellspacing="1"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;br /&gt;&lt;/td&gt;    &lt;/tr&gt;       &lt;tr&gt;      &lt;td&gt;&lt;br /&gt;&lt;/td&gt;     &lt;td&gt;&lt;br /&gt;&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;                               &lt;a target="_blank" href="http://brubru6912.2squared01.hop.clickbank.net/?"&gt;&lt;img src="http://www.cbadvance.com/assets/screenshots/antispywarebot.gif" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;table style="text-align: left; margin-left: auto; margin-right: auto;" class="TBL" width="90%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;div style="text-align: center;"&gt;&lt;span&gt;&lt;br /&gt;&lt;a href="http://brubru6912.2squared01.hop.clickbank.net/?mode=download"&gt;&lt;span style="font-size: 180%;"&gt;Click Here To download It For FREE&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;span class="txt-dark-medium5"&gt;AntiSpywareBOT is able to provide its users with a &lt;span style="font-weight: bold;"&gt;spyware-free &lt;/span&gt;computing environment. AntiSpywareBOT users also enjoy the benefit of the s&lt;span style="font-weight: bold;"&gt;oftware’s Active Protection technology&lt;/span&gt;, which automatically updates the AntiSpywareBOT software to ensure comprehensive, &lt;span style="font-weight: bold;"&gt;up-to-date spyware protection. &lt;/span&gt;click here for &lt;a href="http://brubru6912.2squared01.hop.clickbank.net/?"&gt;more info...&lt;/a&gt;&lt;/span&gt;&lt;a href="http://brubru6912.2squared01.hop.clickbank.net/?mode=download"&gt;&lt;span style="font-size: 180%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style="vertical-align: top;"&gt;&lt;br /&gt;&lt;/td&gt;&lt;td&gt;&lt;a href="http://brubru6912.2squared01.hop.clickbank.net/?mode=download"&gt;&lt;span style="font-size: 180%;"&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 180%;"&gt;&lt;a target="_blank"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: 180%;"&gt;&lt;br /&gt;A Total All In One Package&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: 180%;"&gt;Anti Spyware &amp;amp; Anti Virus Protection&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a target="_blank" href="http://brubru6912.macrovirus.hop.clickbank.net/?p=1"&gt;&lt;img src="http://www.cbadvance.com/assets/screenshots/macrovirus.gif" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 180%;"&gt;&lt;span&gt;&lt;a href="http://brubru6912.macrovirus.hop.clickbank.net/?p=1&amp;amp;mode=download"&gt;Click Here To Download It For FREE&lt;/a&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span class="style1"&gt;&lt;span style="font-size: 130%;"&gt;&lt;strong&gt;&lt;em&gt;MacroVirus                                   can detect and remove a multitude of Dangerous files from your computer. &lt;/em&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 85%;"&gt;&lt;br /&gt;MacroVirus not only detects and removes Viruses from your system, but it also scrubs your computer for Adware and Spyware infections. And don't worry about keeping your program up to date, MacroVirus allows you with easy access to online updates that make sure you're protected from the latest threats. Click here for &lt;a href="http://brubru6912.macrovirus.hop.clickbank.net/?p=1"&gt;more info...&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: 180%;"&gt;Smart Diagnostic Technology &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 255, 255); font-size: 180%;"&gt;&lt;strong style="font-weight: normal;"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Registry Smart Repair&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a target="_blank" href="http://brubru6912.regsmart.hop.clickbank.net/?p=1"&gt;&lt;img src="http://www.cbadvance.com/assets/screenshots/registrysmart.gif" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span&gt;&lt;br /&gt;&lt;a href="http://brubru6912.regsmart.hop.clickbank.net/?p=1&amp;amp;mode=download"&gt;&lt;span style="font-size: 180%;"&gt;Click Here To Download It For FREE&lt;br /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;table border="0" cellpadding="0" cellspacing="0" width="100%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="txt" height="19" width="358"&gt;&lt;br /&gt;&lt;/td&gt;                 &lt;td class="txt" width="58"&gt;&lt;br /&gt;&lt;/td&gt;               &lt;/tr&gt;               &lt;tr&gt;                 &lt;td colspan="2" class="txt"&gt;&lt;strong&gt;RegistrySmart™&lt;/strong&gt; is the intelligent choice in 1-Click PC error diagnostics and repair. Our software scans every inch of your file system and registry in under 2 minutes. All corrupt files, paths, and registry keys are analyzed and automatically repaired so that your PC functions just as when first you purchased it. Click here for&lt;a href="http://brubru6912.regsmart.hop.clickbank.net/?p=1"&gt; more info...&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-size: 180%;"&gt;&lt;strong style="font-weight: normal;"&gt;&lt;br /&gt;AntiSpyware 2007&lt;/strong&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;a target="_blank" href="http://brubru6912.antispywre.hop.clickbank.net/?"&gt;&lt;img src="http://www.cbadvance.com/assets/screenshots/antispyware.gif" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-size: 180%;"&gt;&lt;strong&gt;&lt;br /&gt;&lt;a href="http://brubru6912.antispywre.hop.clickbank.net/?mode=download"&gt;Click Here To Download It For FREE&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/div&gt;&lt;strong&gt;AntiSpyware 2007&lt;/strong&gt; is a cutting-edge &lt;em&gt;anti-spyware&lt;/em&gt; solution. Our revolutionary &lt;em&gt;&lt;strong&gt;Antispyware&lt;/strong&gt; &lt;strong&gt;Free &lt;/strong&gt;&lt;/em&gt;Scan was created by the industry's top spyware experts in order to protect your computer and your privacy, while ensuring optimal system performance. Click here for &lt;a href="http://brubru6912.antispywre.hop.clickbank.net/?"&gt;more info...&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-size: 180%;"&gt;&lt;br /&gt;Registry Bot&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a target="_blank" href="http://brubru6912.regbot.hop.clickbank.net/?p=1"&gt;&lt;img src="http://www.cbadvance.com/assets/screenshots/registrybot.gif" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://brubru6912.regbot.hop.clickbank.net/?p=1&amp;amp;mode=download"&gt;&lt;span style="font-size: 180%;"&gt;Click Here To Download It For FREE&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;span class="style14"&gt;&lt;strong&gt;Speed up your computer&lt;/strong&gt; with a thorough analysis and &lt;strong&gt;repair &lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="style14"&gt; of your &lt;strong&gt;registry.&lt;/strong&gt; The &lt;strong&gt;Free&lt;/strong&gt; Scan will identify &lt;strong&gt;corrupt files, paths,&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="style14"&gt;&lt;strong&gt; and registry keys causing your computer to have errors!&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="style14"&gt; All &lt;strong&gt;corrupt files, paths, and registry keys &lt;/strong&gt; can be analyzed and &lt;strong&gt;Automatically Repaired &lt;/strong&gt;in &lt;strong&gt;One Click!&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: 180%;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Some More Great Software&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="color: blue;"&gt;&lt;span style="white-space: nowrap;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href="http://brubru6912.evderaser.hop.clickbank.net/" target="_top"&gt;&lt;br /&gt;&lt;!-- DON'T SCRAPE, use the Marketplace data feed  --&gt;         &lt;/a&gt;&lt;span style="font-size: 180%;"&gt;&lt;a class="siteHeader" target="_new" onclick="window.status='';return true" onmouseover="window.status='Click for details.';return true" onmouseout="window.status='';return true" href="http://brubru6912.evderaser.hop.clickbank.net/"&gt;#1 Computer Evidence Eraser&lt;/a&gt;&lt;/span&gt;&lt;span style="font-size: 180%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="txt-light-bl"&gt;&lt;strong&gt;Evidence Eraser can completely remove all traces of your Internet activity &lt;/strong&gt;&lt;/span&gt;and protect sensitive information while improving your computer's performance.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: blue;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 180%;"&gt;&lt;a href="http://brubru6912.2squared04.hop.clickbank.net/" target="_top"&gt;&lt;br /&gt;     &lt;!-- DON'T SCRAPE, use the Marketplace data feed  --&gt; &lt;/a&gt;&lt;a class="siteHeader" target="_new" onclick="window.status='';return true" onmouseover="window.status='Click for details.';return true" onmouseout="window.status='';return true" href="http://brubru6912.2squared04.hop.clickbank.net/"&gt;Your Privacy Protection&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;Every time you make a move on your computer, you leave little "footprints" behind that can be retrieved at a later time by anyone who wants to see what you've been up to.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: 180%;"&gt;&lt;br /&gt;&lt;a class="siteHeader" target="_new" onclick="window.status='';return true" onmouseover="window.status='Click for details.';return true" onmouseout="window.status='';return true" href="http://brubru6912.bccomp.hop.clickbank.net/"&gt;Win-Spy Monitoring Software&lt;/a&gt;            &lt;/span&gt;                                     &lt;div style="text-align: center;"&gt;                                         &lt;/div&gt;&lt;p style="text-align: center;"&gt;&lt;span style="font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;"&gt;Do you need to know what your child is doing on the computer? Is your spouse cheating on you? Do you need to monitor what your employees are doing during work hours? Is someone tampering with your computer while you are away?&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: center;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: center;"&gt;&lt;span style="font-size: 180%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="font-size: 180%;"&gt;&lt;a class="siteHeader" target="_new" onclick="window.status='';return true" onmouseover="window.status='Click for details.';return true" onmouseout="window.status='';return true" href="http://brubru6912.cybersam.hop.clickbank.net/"&gt;PC-Tattletale Parental Control Software&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;b style="color: rgb(255, 255, 255);"&gt;&lt;span style="font-size: 130%;"&gt;A&lt;/span&gt;&lt;/b&gt;s                             a parent, you have to ask yourself: &lt;i&gt;"Is my child safe                             when they're online?" &lt;/i&gt;Don't bet on it.                            &lt;p&gt;With an estimated &lt;span class="blk"&gt;One MILLION pedophiles                             online&lt;/span&gt;, you need parental controls to protect your                             children from child molesters and sexual predators.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-4705259525957717516?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/4705259525957717516/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=4705259525957717516' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/4705259525957717516'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/4705259525957717516'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/registry-fix-optimizer.html' title='Registry Fix &amp; Optimizer'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-1278307460763361816</id><published>2007-12-19T09:18:00.001-08:00</published><updated>2007-12-19T09:19:33.810-08:00</updated><title type='text'>The Orkut virus - Infostealer.Orcu</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_D6V8KS70KD8/R2lSeAmFDpI/AAAAAAAAAG8/szzIEmTaj4M/s1600-h/worvirus.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_D6V8KS70KD8/R2lSeAmFDpI/AAAAAAAAAG8/szzIEmTaj4M/s320/worvirus.gif" alt="" id="BLOGGER_PHOTO_ID_5145734724756770450" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Orkut has become a major social networking portal . It is so cool and so addictive ... But there are hidden dangers everywhere . . .&lt;br /&gt;Recently u might have noticed that the hyperlinking feature has been modified . . . That was done to prevent phishing ( hackers stealing ur data - Just use the google search on my sidebar to read up on it )&lt;br /&gt;&lt;br /&gt;A recent virus attack was by Infostealer.Orcu&lt;br /&gt;&lt;br /&gt;Here is how the scrap will look like.&lt;br /&gt;“Opa, tudo bom? Eu criei um vídeo com uma seleção de minhas fotos&lt;br /&gt;novas, clica aí pra ver - h t t p :// y e p . i t / ? i k s t t v -&lt;br /&gt;Estão&lt;br /&gt;bem legais!!! “&lt;br /&gt;&lt;br /&gt;What should you do?&lt;br /&gt;Simply delete the scrap! As simple as that..&lt;br /&gt;&lt;br /&gt;How does it spread?&lt;br /&gt;&lt;br /&gt;It spreads through infected contacts. An orkut account gets infected&lt;br /&gt;once you click on the link. The Trojan posts a message in your all your&lt;br /&gt;friend's scrapbook area of the Orkut system. The message text is chosen&lt;br /&gt;by the attacker and can be a random sentence written in Brazilian&lt;br /&gt;Portuguese, such as the following:&lt;br /&gt;&lt;br /&gt;Message example 1:&lt;br /&gt;Opa, tudo bom? Eu criei um video com uma selecao de minhas fotos novas,&lt;br /&gt;clica ai pra ver - ( suspicious link ) - Esta bem legais!!!&lt;br /&gt;&lt;br /&gt;Message example 2:&lt;br /&gt;Oi... tudo bom? Como o orkut limita a quantidade de fotos que podem ser&lt;br /&gt;publicadas na minha conta, eu criei um slide com algumas fotos minhas,&lt;br /&gt;pra ver e so clicar clicar no link!!!  ( suspicious link ) - Sei que vai&lt;br /&gt;gostar&lt;br /&gt;&lt;br /&gt;If anyone click on the link, it redirects u to the virus URL &amp;amp; asks u to download an .exe file , which is a&lt;br /&gt;copy of Infostealer.Orcu.&lt;br /&gt;&lt;br /&gt;When Inforstealer.Orcu runs on a computer, it infects the computer u use and uses your orkut account to scrap everyone in your friends list with the malicious scrap, starting from the first name that comes when u view freinds (at that particular time - the list order changes after some time )&lt;br /&gt;&lt;br /&gt;The message is in Portuguese and means :&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Opa, all good one? I created a video with an collection of my photos&lt;/span&gt; &lt;span style="font-style: italic;"&gt;new,click for to see there -( suspicious link ) - I am well legal!&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt; &lt;span style="font-weight: bold;"&gt;Name of the Trojan:&lt;/span&gt;&lt;br /&gt;Infostealer.Orcu&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Norton’s Description:&lt;/span&gt;&lt;br /&gt;Infostealer.Orcu is a Trojan horse that attempts&lt;br /&gt;to steal confidential information, such as bank and Paypal accounts. It&lt;br /&gt;may arrive as a message spammed across the Orkut network.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Systems Affected: &lt;/span&gt;&lt;br /&gt;Windows 2000, Windows 95, Windows 98, Windows Me,&lt;br /&gt;Windows NT, Windows Server 2003, Windows XP&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; Don't click on any strange links in ur scrapbook ... especially if it asks u to download or run some file&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-1278307460763361816?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/1278307460763361816/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=1278307460763361816' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/1278307460763361816'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/1278307460763361816'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/orkut-virus-infostealerorcu.html' title='The Orkut virus - Infostealer.Orcu'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_D6V8KS70KD8/R2lSeAmFDpI/AAAAAAAAAG8/szzIEmTaj4M/s72-c/worvirus.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-2102117113407198569</id><published>2007-12-19T08:59:00.000-08:00</published><updated>2007-12-19T09:01:57.976-08:00</updated><title type='text'>Remove the spyware from your system</title><content type='html'>&lt;span style="" lang="EN-US"&gt;&lt;strong&gt;Windows Vista users&lt;span style="color: black;"&gt; &lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-US"&gt;Windows Vista comes out with the default free installation of WindowsDefender - which has its own active antispyware protection. The only missing thing is an antivirus solution. So here is what you can do:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-US"&gt;1. Download and install a free antivirus program such as AVG anti virus from here: http://free.grisoft.com/&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-US"&gt;2. The other way is to completely uninstall the integrated WindowsDefender and install the new version of SpywareTeminator - it has resident shield and combined with ClamAV for the viruses.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-US"&gt;This way you've achieved a full protection on your system.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-US"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-US"&gt;&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="color: black;" lang="EN-US"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="" lang="EN-US"&gt;&lt;strong&gt;Laptop users&lt;span style="color: black;"&gt; &lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-US"&gt;Here is how to restore your infected laptop proper functioning:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-US"&gt;1. Download SpywareTerminator from other computer - free utility from &lt;span style="font-style: italic;"&gt;www.spywareterminator.com&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-US"&gt;2. Copy the application on a USB stick drive/CD and transfer it to the infected laptop.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-US"&gt;3. Install and Run the SpywareTerminator. Press &lt;span style="font-weight: bold;"&gt;Scan-&gt; Full Spyware Scan-&gt; Start Scan Now&lt;/span&gt;. Wait a few minutes depending on the hard drive occupied space. Next check all the results found and press Remove Infections.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-US"&gt;4. At this point your internet connection should be restored and functioning so go to &lt;span style="font-style: italic;"&gt;http://downloads.ewido.net/ewido_micro.exe&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-US"&gt;and download the application.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-US"&gt;Run the online avg/ewido scanner and again remove any threads found.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-US"&gt;5. Right click on SpywareTerminator taskbar icon 1) &lt;span style="font-weight: bold;"&gt;Check for updates&lt;/span&gt; - to download the latest program definitions 2) &lt;span style="font-weight: bold;"&gt;Check on the HIPS&lt;/span&gt;(host intrusion prevention system) to enable further protection of all files. HIPS may require to do a full scan.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-US"&gt;&lt;span style="font-weight: bold;"&gt;Remark&lt;/span&gt;: If during the cleaning process computer suddenly stops or restarts, then you'll have to restart windows in safe mode and repeat the scanning.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-US"&gt;Congratulations, by now your laptop should be cleaned and ready for use.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-US"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-US"&gt;&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="color: black;" lang="EN-US"&gt;&lt;strong&gt;Uninstalling AntiVirus products&lt;/strong&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="color: black;"&gt;If you experience frequent problems with &lt;/span&gt;&lt;span style="color: black;" lang="EN-US"&gt;the&lt;/span&gt;&lt;span style="color: black;"&gt; antivirus software sometimes you should complete&lt;/span&gt;&lt;span style="color: black;" lang="EN-US"&gt;ly&lt;/span&gt;&lt;span style="color: black;"&gt; uninstall&lt;/span&gt;&lt;span style="color: black;"&gt; &lt;span lang="EN-US"&gt;them and then going for a &lt;/span&gt;&lt;/span&gt;&lt;span style="color: black;"&gt;fresh installation. Any application service left consume&lt;/span&gt;&lt;span style="color: black;" lang="EN-US"&gt;s&lt;/span&gt;&lt;span style="color: black;"&gt; pc’s memory. So here is how to do &lt;/span&gt;&lt;span style="color: black;" lang="EN-US"&gt;the&lt;/span&gt;&lt;span style="color: black;" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="color: black;" lang="EN-US"&gt;proper &lt;/span&gt;&lt;span style="color: black;"&gt;clean up.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="color: black;"&gt;If you want to &lt;span style="font-weight: bold;"&gt;completely remove&lt;/span&gt; them go to command prompt: Start-&gt;Run-&gt;cmd&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="color: black;" lang="EN-US"&gt;and &lt;/span&gt;&lt;span style="color: black;"&gt;then type:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="color: black;"&gt;&lt;blockquote&gt;net stop service_name&lt;o:p&gt;&lt;/o:p&gt;&lt;/blockquote&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="color: black;"&gt;sc delete service_nameNote: when service_name consists of more than one word embrace it with quotes " "&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-weight: bold;"&gt;Disable only&lt;/span&gt;: Open up Start-&gt;Run-&gt;services.msc and find the desired one. Click stop and then disable.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-weight: bold;"&gt;How to find service_name&lt;/span&gt; – just find the software name in the services.msc list and look at its properties (Right Click). Then under the tab General you’ll see the "Service name"&lt;/span&gt;&lt;span style="color: black;" lang="EN-US"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="color: black;"&gt;List of specific antivirus software services:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-weight: bold;"&gt;Application : Service name&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="color: black;"&gt;A-squared Free: a2free&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="color: black;"&gt;AVG Email scanner, Alert Manager Server &amp;amp; update: AVGEMS, Avg7Alrt, Avg7UpdSvc&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="color: black;"&gt;Avira AvtiVir PersonalEdition Classic Guard &amp;amp; scheduler: AntivirService, AntivirScheduler&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="color: black;"&gt;AVAST: aswUpdSw, avast! Antivirus, avast! Mail Scanner, avast! Web Scanner&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="color: black;"&gt;SpywareTerminator Realtime Shield&amp;amp; ClamAV: sp_clamsrv, sp_rssrv&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="color: black;"&gt;Symantec: SymAppCore, Symantec Core LC, ccEvtMgr, ISPwdSvc, CLTNetSnService, ccSetMgr&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="color: black;"&gt;WindowsDefender: WinDefend&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;More information:&lt;/p&gt;&lt;p class="MsoNormal"&gt;http://www.pcmag.com/article2/0,2704,2138042,00.asp&lt;/p&gt;&lt;p class="MsoNormal"&gt;http://www.pcworld.com/article/id,136205/article.html&lt;/p&gt;http://www.pcmag.com/category2/0,2705,1639157,00.asp&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-2102117113407198569?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/2102117113407198569/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=2102117113407198569' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/2102117113407198569'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/2102117113407198569'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/remove-spyware-from-your-system.html' title='Remove the spyware from your system'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-7192433987697535748</id><published>2007-12-19T08:57:00.000-08:00</published><updated>2007-12-19T08:58:03.538-08:00</updated><title type='text'>MUAHAH/ ORKUT VIRUS</title><content type='html'>&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 11.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);"&gt;Any site that becomes successful faces a lot of problem. Same is the story with orkut. You all might be knowing about &lt;strong&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;;"&gt;Muhaha virus&lt;/span&gt;&lt;/strong&gt; aka &lt;strong&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;;"&gt;Orkut virus&lt;/span&gt;&lt;/strong&gt; aka &lt;strong&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;;"&gt;I hate FireFox virus&lt;/span&gt;&lt;/strong&gt;. This not only effects orkut but also FireFox and some variants of their virus also effects You tube.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Let' look at this virus in detail.So that if you become a victim you can protect your self.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;All that this virus does is stores it self in C:\heap41a. It is generally name PowerPoint.exe or firefox.exe.This virus prevents you from typing orkut in your address bar even if you type &lt;/span&gt;&lt;span style="font-size: 20.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);"&gt;"&lt;/span&gt;&lt;strong&gt;&lt;span style="font-size: 11.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);"&gt;&lt;a href="http://orkuttricks.blogspot.com/"&gt;http://go4masti.blogspot.com/&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style="font-size: 20.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);"&gt;"&lt;/span&gt;&lt;span style="font-size: 11.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);"&gt; no the site wont open.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now lets' see how to save your comp if you have been infected from this virus.&lt;br /&gt;&lt;br /&gt;Go to task manager. Go to process tab stop all process with the name "&lt;strong&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;;"&gt;SVCHOST.EXE&lt;/span&gt;&lt;/strong&gt;" and has your &lt;strong&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;;"&gt;Username&lt;/span&gt;&lt;/strong&gt; in the Username field. If you find any process with the name "SVCHOST.EXE" but Username as &lt;strong&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;;"&gt;System/ Network Service.&lt;/span&gt;&lt;/strong&gt; then don't delete them or else your system will get shutdown. Only stop those process with user &lt;strong&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;;"&gt;Username. &lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;NOW go to C:\heap41a and delete all the contents. Restart your comp. Everything will work fine.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For some of you programmers here is the code of the virus. The code is 99% correct expect that a character has been removed at several places(same character has been removed ) so that you don't start spread this virus.(this wont effect your understanding of the code at all)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);"&gt;ifwinactive ahk_class IFrame&lt;br /&gt;{&lt;br /&gt;ControlGetText,ed,edit1,ahk_class IFrame&lt;br /&gt;ifinstring,ed,orkut&lt;br /&gt;{&lt;br /&gt;winclose ahk_class IEFrame&lt;br /&gt;soundplay,C:\heap41a\2.mp3&lt;br /&gt;msgbox,262160,ORKUT IS BANNED you fool`??`r`r MUHAHAHA!!,30&lt;br /&gt;return&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;ControlGetText,ed,edit2,ahk_class IFrame&lt;br /&gt;ifinstring,ed,orkut&lt;br /&gt;{&lt;br /&gt;winclose ahk_class IFrame&lt;br /&gt;soundplay,C:\heap41a\2.mp3&lt;br /&gt;msgbox,262160,ORKUT IS BANNED you fool`??`r`r MUHAHAHA!!,30&lt;br /&gt;return&lt;br /&gt;} &lt;/span&gt;&lt;span style="font-size: 11.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);"&gt;&lt;br /&gt;ControlGetText,ed,edit2,ahk_class IFrame&lt;br /&gt;ifinstring,ed,orkut&lt;br /&gt;{&lt;br /&gt;winclose ahk_class IFrame&lt;br /&gt;soundplay,C:\heap41a\2.mp3&lt;br /&gt;msgbox,262160,ORKUT IS BANNED you fool`??`r`r MUHAHAHA!!,30&lt;br /&gt;return&lt;br /&gt;} &lt;/span&gt;&lt;span style="font-size: 11.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);"&gt;&lt;br /&gt;ControlGetText,ed,edit4,ahk_class IEFrame&lt;br /&gt;ifinstring,ed,orkut&lt;br /&gt;{.......}&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 11.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);"&gt;}&lt;br /&gt;&lt;br /&gt;The ...... are to be filled appropriately. This just stops orkut&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-7192433987697535748?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/7192433987697535748/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=7192433987697535748' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/7192433987697535748'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/7192433987697535748'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/muahah-orkut-virus_19.html' title='MUAHAH/ ORKUT VIRUS'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-7560881908661211721</id><published>2007-12-19T08:54:00.000-08:00</published><updated>2007-12-19T08:56:05.980-08:00</updated><title type='text'>w32.USB Worm</title><content type='html'>&lt;span style="font-size: 10pt; font-family: &amp;quot;Trebuchet MS&amp;quot;;" lang="EN"&gt;w32.USB Worm&lt;br /&gt;It is spreading through Pen,USB,Thump disk thats why the name &lt;!--[if gte vml 1]&gt;&lt;v:shapetype id="_x0000_t75" coordsize="21600,21600" spt="75" preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f"&gt;  &lt;v:stroke joinstyle="miter"&gt;  &lt;v:formulas&gt;   &lt;v:f eqn="if lineDrawn pixelLineWidth 0"&gt;   &lt;v:f eqn="sum @0 1 0"&gt;   &lt;v:f eqn="sum 0 0 @1"&gt;   &lt;v:f eqn="prod @2 1 2"&gt;   &lt;v:f eqn="prod @3 21600 pixelWidth"&gt;   &lt;v:f eqn="prod @3 21600 pixelHeight"&gt;   &lt;v:f eqn="sum @0 0 1"&gt;   &lt;v:f eqn="prod @6 1 2"&gt;   &lt;v:f eqn="prod @7 21600 pixelWidth"&gt;   &lt;v:f eqn="sum @8 21600 0"&gt;   &lt;v:f eqn="prod @7 21600 pixelHeight"&gt;   &lt;v:f eqn="sum @10 21600 0"&gt;  &lt;/v:formulas&gt;  &lt;v:path extrusionok="f" gradientshapeok="t" connecttype="rect"&gt;  &lt;o:lock ext="edit" aspectratio="t"&gt; &lt;/v:shapetype&gt;&lt;v:shape id="_x0000_i1025" type="#_x0000_t75" alt=":rolleyes:" style="'width:12.75pt;height:12.75pt'"&gt;  &lt;v:imagedata src="file:///C:\DOCUME~1\rocky\LOCALS~1\Temp\msohtml1\01\clip_image001.gif" href="http://my.opera.com/community/graphics/smilies/rolleyes.gif"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src="file:///C:/DOCUME%7E1/rocky/LOCALS%7E1/Temp/msohtml1/01/clip_image001.gif" alt=":rolleyes:" shapes="_x0000_i1025" height="17" width="17" /&gt;&lt;!--[endif]--&gt;&lt;br /&gt;&lt;br /&gt;It shows messages like&lt;br /&gt;&lt;br /&gt;"I DNT HATE MOZILLA BUT USE IE OR ELSE..."&lt;br /&gt;&lt;br /&gt;"USE INTERNET EXPLORER U DOPE"&lt;br /&gt;&lt;br /&gt;"Orkut is banned you fool, The administrators didnt write this program guess who did?? MUHAHAHA!!" with title ORKUT IS BANNED&lt;br /&gt;&lt;br /&gt;To Remove&lt;br /&gt;&lt;br /&gt;1. Press CTRL+ALT+DEL and go to the processes tab&lt;br /&gt;&lt;br /&gt;2. Look for svchost.exe under the image name. There will be many but look for the ones which have your username under the username&lt;br /&gt;&lt;br /&gt;3. Press DEL to kill these files. It will give you a warning, Press Yes&lt;br /&gt;&lt;br /&gt;4. Repeat for more svchost.exe files with your username and repeat. Do not kill svchost.exe with system, local service or network service!&lt;br /&gt;&lt;br /&gt;5. Now open My Computer&lt;br /&gt;&lt;br /&gt;6. In the address bar, type C:\heap41a and press enter. It is a hidden folder, and is not visible by default.&lt;br /&gt;&lt;br /&gt;7. Delete all the files here&lt;br /&gt;&lt;br /&gt;9. Now go to Start --&gt; Run and type Regedit&lt;br /&gt;&lt;br /&gt;10. Go to the menu Edit --&gt; Find&lt;br /&gt;&lt;br /&gt;11. Type "heap41a" here and press enter. You will get something like this "[winlogon] C:\heap41a\svchost.exe C:\heap(some number)\std.txt"&lt;br /&gt;&lt;br /&gt;12. Select that and Press DEL. It will ask "Are you sure you wanna delete this value", click Yes&lt;br /&gt;&lt;br /&gt;13. Now close the registry editor.&lt;br /&gt;&lt;br /&gt;Now the virus is gone. But be sure to delete the autorun.inf file and any folder whose name ends with .exe in the pen drive.&lt;br /&gt;&lt;br /&gt; &lt;!--[if !supportLineBreakNewLine]--&gt;&lt;br /&gt;&lt;/span&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Trebuchet MS&amp;quot;;" lang="EN"&gt;Some reported that after this fix they were not able to see their Hidden folders and files if you have that issue try the folowing&lt;br /&gt;&lt;br /&gt;1. Go to REGEDIT&lt;br /&gt;&lt;br /&gt;2.[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]&lt;br /&gt;&lt;br /&gt;3. set the DWORD "NoFolderOptions" to 0 or just delete it..&lt;br /&gt;&lt;br /&gt;Try the following links also&lt;br /&gt;&lt;br /&gt;1. &lt;a href="http://www.freewebs.com/mgsujith/worm/remove.html" target="_blank"&gt;&lt;span style="color: windowtext;"&gt;http://www.freewebs.com/mgsujith/worm/remove.html&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;2. &lt;a href="http://www.jeba.in/posts/w32usbworm-lets-remove-this-worm-manually/" target="_blank"&gt;&lt;span style="color: windowtext;"&gt;http://www.jeba.in/posts/w32usbworm-lets-remove-this-worm-manually/&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;3. &lt;a href="http://mgharish.blogspot.com/2007/05/i-dnt-hate-mozilla-orkut-is-banned.html" target="_blank"&gt;&lt;span style="color: windowtext;"&gt;http://mgharish.blogspot.com/2007/05/i-dnt-hate-mozilla-orkut-is-banned.html&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-7560881908661211721?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/7560881908661211721/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=7560881908661211721' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/7560881908661211721'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/7560881908661211721'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/w32usb-worm.html' title='w32.USB Worm'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-7640317577525708371</id><published>2007-12-19T07:56:00.000-08:00</published><updated>2007-12-19T08:02:30.649-08:00</updated><title type='text'>Orkut Virus</title><content type='html'>&lt;span style="font-size: 13.5pt; font-family: &amp;quot;Courier New&amp;quot;;" lang="EN"&gt;A new worm that attempts to steal online banking credentials is propagating on Google's social-networking Web site.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 13.5pt; font-family: &amp;quot;Courier New&amp;quot;;" lang="EN"&gt;The worm, dubbed MW.Orc, primarily targets Brazilian users of Google's Orkut Web site. It uses a message in Portuguese to entice people to click on a file that is disguised as a JPEG image, FaceTime Security Labs said in a statement.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 13.5pt; font-family: &amp;quot;Courier New&amp;quot;;" lang="EN"&gt;The initial file, called "minhasfotos.exe," creates two additional files on a user's system, "winlogon_.jpg" and "wzip32.exe," . When the user, after the initial compromise, clicks on the "My Computer" icon in Windows , an e-mail with his or her personal data is sent to the anonymous attacker.&lt;br /&gt; &lt;!--[if !supportLineBreakNewLine]--&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 13.5pt; font-family: &amp;quot;Courier New&amp;quot;;" lang="EN"&gt;Additionally, the compromised computer may be added to a network of hijacked PCs, known as a botnet. The pest also tries to propagate by placing a malicious link on the profiles of people in the Orkut user's network.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;strong&gt;&lt;span style="font-size: 13.5pt; font-family: &amp;quot;Courier New&amp;quot;;" lang="EN"&gt;Google confirmed the worm. "We are aware of this issue and will have a temporary fix in place within the hour," a company representative said in an e-mailed statement. "We are working on a more permanent solution for users to guard against these malicious efforts."&lt;/span&gt;&lt;/strong&gt;&lt;b&gt;&lt;span style="font-size: 13.5pt; font-family: &amp;quot;Courier New&amp;quot;;" lang="EN"&gt;&lt;br /&gt; &lt;!--[if !supportLineBreakNewLine]--&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;strong&gt;&lt;span style="font-size: 13.5pt; font-family: &amp;quot;Courier New&amp;quot;;" lang="EN"&gt;For their protection, Orkut users, just as users of all online services and applications, should always be careful when opening or clicking on anything suspicious, the Google representative said.&lt;/span&gt;&lt;/strong&gt;&lt;span style="font-size: 13.5pt; font-family: &amp;quot;Courier New&amp;quot;;" lang="EN"&gt;&lt;br /&gt; &lt;!--[if !supportLineBreakNewLine]--&gt;&lt;br /&gt;&lt;/span&gt;&lt;strong&gt;&lt;span style="font-size: 13.5pt; font-family: &amp;quot;Courier New&amp;quot;;" lang="EN"&gt;Never bother to click on any links that sounds really unfamiliar to you even if it comes from your closest friend.&lt;/span&gt;&lt;/strong&gt;&lt;b&gt;&lt;span style="font-size: 13.5pt; font-family: &amp;quot;Courier New&amp;quot;;" lang="EN"&gt;&lt;br /&gt; &lt;!--[if !supportLineBreakNewLine]--&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;strong&gt;&lt;span style="font-size: 13.5pt; font-family: &amp;quot;Courier New&amp;quot;;" lang="EN"&gt;Here is how the scrap will look like. &lt;/span&gt;&lt;/strong&gt;&lt;b&gt;&lt;span style="font-size: 13.5pt; font-family: &amp;quot;Courier New&amp;quot;;" lang="EN"&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;;"&gt;“Opa, tudo bom? Eu criei um vídeo com uma seleção de minhas fotos novas, clica aí pra ver - h t t p :// y e p . i t / ? i k s t t v - Estão bem legais!!! “&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt; &lt;!--[if !supportLineBreakNewLine]--&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;strong&gt;&lt;span style="font-size: 13.5pt; font-family: &amp;quot;Courier New&amp;quot;;" lang="EN"&gt;What should you do?&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;b&gt;&lt;span style="font-size: 13.5pt; font-family: &amp;quot;Courier New&amp;quot;;" lang="EN"&gt; &lt;strong&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;;"&gt;Simply delete the scrap! As simple as that..&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 13.5pt; font-family: &amp;quot;Courier New&amp;quot;;" lang="EN"&gt;How does it spread?&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 13.5pt; font-family: &amp;quot;Courier New&amp;quot;;" lang="EN"&gt;It spreads through infected contacts. An orkut account gets infected once you click on the link. The Trojan posts a message in your friend's scrapbook area of the Orkut system. The message text is chosen by the attacker and can be a random sentence written in Brazilian Portuguese, such as the following:&lt;br /&gt;&lt;br /&gt; &lt;!--[if !supportLineBreakNewLine]--&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 13.5pt; font-family: &amp;quot;Courier New&amp;quot;;" lang="EN"&gt;Message example 1:&lt;br /&gt;Opa, tudo bom? Eu criei um video com uma selecao de minhas fotos novas, clica ai pra ver - [MALICIOUS_LINK] - Esta bem legais!!!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 13.5pt; font-family: &amp;quot;Courier New&amp;quot;;" lang="EN"&gt;Message example 2:&lt;br /&gt;Oi... tudo bom? Como o orkut limita a quantidade de fotos que podem ser publicadas na minha conta, eu criei um slide com algumas fotos minhas, pra ver e so clicar clicar no link!!! [MALICIOUS_LINK] - Sei que vai gostar&lt;br /&gt; &lt;!--[if !supportLineBreakNewLine]--&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 13.5pt; font-family: &amp;quot;Courier New&amp;quot;;" lang="EN"&gt;If users click on the link, a malicious file is downloaded, which is a copy of Infostealer.Orcu.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 13.5pt; font-family: &amp;quot;Courier New&amp;quot;;" lang="EN"&gt;When Inforstealer.Orcu is executed, it performs a series of actions and infects your system.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 13.5pt; font-family: &amp;quot;Courier New&amp;quot;;" lang="EN"&gt;What does this scrap in Portuguese mean anyway? I tried using a translator and this is what I got…&lt;br /&gt;Opa, all good one? I created a video with an election of my photos new, clica pra to see there - h t t p :// y e p . i t / ? i k s t t v - I am well legal!&lt;br /&gt;&lt;br /&gt; &lt;!--[if !supportLineBreakNewLine]--&gt;&lt;br /&gt;&lt;/span&gt;&lt;strong&gt;&lt;span style="font-size: 13.5pt; font-family: &amp;quot;Courier New&amp;quot;;" lang="EN"&gt;Name of the Trojan: Infostealer.Orcut&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-size: 13.5pt; font-family: &amp;quot;Courier New&amp;quot;;" lang="EN"&gt;Norton’s Description: Infostealer.Orcu is a Trojan horse that attempts to steal confidential information, such as bank and Paypal accounts. It may arrive as a message spammed across the Orkut network.&lt;/span&gt;&lt;/strong&gt;&lt;b&gt;&lt;span style="font-size: 13.5pt; font-family: &amp;quot;Courier New&amp;quot;;" lang="EN"&gt;&lt;br /&gt; &lt;!--[if !supportLineBreakNewLine]--&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;strong&gt;&lt;span style="font-size: 13.5pt; font-family: &amp;quot;Courier New&amp;quot;;" lang="EN"&gt;Systems Affected: Windows 2000, Windows 95, Windows 98, Windows Me, Windows NT, Windows Server 2003, Windows XP&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-size: 13.5pt; font-family: &amp;quot;Courier New&amp;quot;;" lang="EN"&gt;Hackers are trying to steal Orkut users' bank account information by inserting an automated information theft worm, according to security researchers. The worm, known as MW.Orc, is propagating through Orkut when users launch an executable file disguised as a JPEG.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style="font-size: 13.5pt; font-family: &amp;quot;Courier New&amp;quot;;" lang="EN"&gt; &lt;!--[if !supportLineBreakNewLine]--&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 13.5pt; font-family: &amp;quot;Courier New&amp;quot;;" lang="EN"&gt;Google has a temporary fix in place and encourages Orkut users not to open suspicious files.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 13.5pt; font-family: &amp;quot;Courier New&amp;quot;;" lang="EN"&gt;"We are aware of this issue and have a temporary fix in place. We are working on a more permanent solution for users to guard against these malicious efforts," said a representative from &lt;/span&gt;&lt;span style="font-size: 13.5pt; font-family: &amp;quot;Courier New&amp;quot;;" lang="EN"&gt;Google in a response emailed to Google Watch.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-7640317577525708371?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/7640317577525708371/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=7640317577525708371' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/7640317577525708371'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/7640317577525708371'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/orkut-virus.html' title='Orkut Virus'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-2968853172046473311</id><published>2007-12-19T07:50:00.000-08:00</published><updated>2007-12-19T07:54:08.254-08:00</updated><title type='text'>Virus affects Mozilla &amp; Orkut</title><content type='html'>&lt;span style="font-size: 11.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;;"&gt;The browser war between Internet Explorer (IE) and Mozilla has taken a new turn with a new Virus pitching in to help IE. The W32.USBWorm known popularly as the 'I Hate Mozilla Virus' prevents users from opening Mozilla and also prevents them from accessing sites like Orkut and Youtube.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 11.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;;"&gt;Everytime the user opens Mozilla, the Virus pops up with a message, "Use IE, You Dope. I don't hate Mozilla but use IE or else...." and closes the browser window. When the user tries to get into Orkut or Youtube again the villainous pop-up splash the message, â€˜Orkut is banned, Orkut is banned you fool.&lt;br /&gt; &lt;!--[if !supportLineBreakNewLine]--&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 11.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;;"&gt;The administrators didn't write this program guess who did?" and it plays a sound, supposedly a devil's laugh. The worm then closes the web page window.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 11.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;;"&gt;While this might seem funny, some of the users who are addicted to Mozilla and Orkut find it really frustrating. Unfortunately, none of the anti virus programmes including Nortan, McAfee and AVG has been able to detect the Virus. The worm spreads via thumbdrives, data cards and storage discs, using the computer's Autorun feature.&lt;br /&gt; &lt;!--[if !supportLineBreakNewLine]--&gt;&lt;br /&gt;&lt;/span&gt;&lt;strong&gt;&lt;span style="font-size: 15pt; font-family: &amp;quot;Trebuchet MS&amp;quot;;"&gt;Daijiworld.com&lt;/span&gt;&lt;/strong&gt;&lt;span style="font-size: 11.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;;"&gt; gives a Simple Solution to remove the Virus&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;  &lt;div style="border-style: dotted; border-color: rgb(187, 187, 187) rgb(187, 187, 187) white; border-width: 1pt; padding: 8pt 11pt 1pt 22pt; background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;  &lt;p style="border: medium none ; padding: 0in; background: white none repeat scroll 0% 50%; line-height: 18pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;&lt;span style="font-size: 11.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;;"&gt;- Open Task Manager by holding Ctrl + Alt + &lt;/span&gt;&lt;st1:state&gt;&lt;st1:place&gt;&lt;span style="font-size: 11.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;;"&gt;Del&lt;/span&gt;&lt;/st1:place&gt;&lt;/st1:State&gt;&lt;span style="font-size: 11.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;;"&gt; and click on the process tab.&lt;br /&gt;&lt;br /&gt;- Ignore the warning messages and stop the SVC.Host for the system's user name.&lt;br /&gt;&lt;br /&gt;- Navigate to C:/Heap41a and delete the contents of the folder. Smile.&lt;br /&gt;&lt;br /&gt;The best precaution is to avoid transferring data from internet centres using flash drives.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-2968853172046473311?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/2968853172046473311/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=2968853172046473311' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/2968853172046473311'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/2968853172046473311'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/virus-affects-mozilla-orkut.html' title='Virus affects Mozilla &amp; Orkut'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-3877917514405633849</id><published>2007-12-17T01:58:00.000-08:00</published><updated>2007-12-17T02:09:54.872-08:00</updated><title type='text'>Animation</title><content type='html'>&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Animation/296-8770.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Animation/296-8770.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Animation/296-8770.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Animation/692-300.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Animation/692-300.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Animation/692-300.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Animation/2254-5407.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Animation/2254-5407.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Animation/2254-5407.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Animation/5834-9672.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Animation/5834-9672.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Animation/5834-9672.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Animation/7698-958.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Animation/7698-958.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Animation/7698-958.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Animation/8659-7557.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Animation/8659-7557.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Animation/8659-7557.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Animation/8765-146.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Animation/8765-146.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Animation/8765-146.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt; &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-3877917514405633849?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/3877917514405633849/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=3877917514405633849' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/3877917514405633849'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/3877917514405633849'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/animation.html' title='Animation'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/Animation/th_296-8770.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-8374893737063068712</id><published>2007-12-17T01:53:00.000-08:00</published><updated>2007-12-17T01:58:18.623-08:00</updated><title type='text'>Angel 16</title><content type='html'>&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel104-1.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel104-1.gif" border="0" /&gt;&lt;/a&gt;&lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel104-1.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel106-1.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel106-1.gif" border="0" /&gt;&lt;/a&gt;&lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel106-1.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel108.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel108.gif" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel108.gif"&gt;&lt;/a&gt;&lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel108.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel109.gif"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel109.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel109.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt; &lt;div&gt;&lt;/div&gt;&lt;div&gt;More Angel glitter graphics.........&lt;/div&gt;&lt;div&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angels.html"&gt;&lt;strong&gt;Angel 1&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-2_12.html"&gt;&lt;strong&gt;Angel 2&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-3_12.html"&gt;&lt;strong&gt;Angel 3&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-4_15.html"&gt;&lt;strong&gt;Angel 4&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-5_15.html"&gt;&lt;strong&gt;Angel 5&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/page-6_16.html"&gt;&lt;strong&gt;Angel 6&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/page-7_16.html"&gt;&lt;strong&gt;Angel 7&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-8.html"&gt;&lt;strong&gt;Angel 8&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-9.html"&gt;&lt;strong&gt;Angel 9&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-10.html"&gt;&lt;strong&gt;Angel 10&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-11.html"&gt;&lt;strong&gt;Angel 11&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-12.html"&gt;&lt;strong&gt;Angel 12&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-13.html"&gt;&lt;strong&gt;Angel 13&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-14.html"&gt;&lt;strong&gt;Angel 14&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-15.html"&gt;&lt;strong&gt;Angel 15&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/angel-16.html"&gt;Angel 16&lt;/a&gt;&lt;/strong&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-8374893737063068712?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/8374893737063068712/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=8374893737063068712' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/8374893737063068712'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/8374893737063068712'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/angel-16.html' title='Angel 16'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/Angel/th_angel104-1.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-7342013551898484</id><published>2007-12-17T01:46:00.000-08:00</published><updated>2007-12-21T05:54:36.133-08:00</updated><title type='text'>Angel 15</title><content type='html'>&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel113.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel113.gif" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel113.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel115.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel115.gif" border="0" /&gt;&lt;/a&gt;&lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel115.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel117.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel117.gif" border="0" /&gt;&lt;/a&gt; &lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel117.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel118.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel118.gif" border="0" /&gt;&lt;/a&gt;&lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel118.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel119.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel119.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel119.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel120.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel120.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel120.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;More Angel glitter graphics.........&lt;br /&gt;&lt;div&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angels.html"&gt;&lt;strong&gt;Angel 1&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-2_12.html"&gt;&lt;strong&gt;Angel 2&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-3_12.html"&gt;&lt;strong&gt;Angel 3&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-4_15.html"&gt;&lt;strong&gt;Angel 4&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-5_15.html"&gt;&lt;strong&gt;Angel 5&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/page-6_16.html"&gt;&lt;strong&gt;Angel 6&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/page-7_16.html"&gt;&lt;strong&gt;Angel 7&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-8.html"&gt;&lt;strong&gt;Angel 8&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-9.html"&gt;&lt;strong&gt;Angel 9&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-10.html"&gt;&lt;strong&gt;Angel 10&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-11.html"&gt;&lt;strong&gt;Angel 11&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-12.html"&gt;&lt;strong&gt;Angel 12&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-13.html"&gt;&lt;strong&gt;Angel 13&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-14.html"&gt;&lt;strong&gt;Angel 14&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-15.html"&gt;&lt;strong&gt;Angel 15&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/angel-16.html"&gt;Angel 16&lt;/a&gt;&lt;/strong&gt;&lt;/div&gt;&lt;strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-15.html"&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-7342013551898484?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/7342013551898484/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=7342013551898484' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/7342013551898484'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/7342013551898484'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/angel-15.html' title='Angel 15'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/Angel/th_angel113.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-1220963979952071778</id><published>2007-12-17T01:35:00.000-08:00</published><updated>2007-12-21T05:55:49.908-08:00</updated><title type='text'>Angel 14</title><content type='html'>&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel121.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel121.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel121.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel121.gif"&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel123.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel123.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel123.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel124.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel124.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel124.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel126.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel126.gif" border="0" /&gt;&lt;/a&gt;&lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel126.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel127.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel127.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel127.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="center"&gt;More Angel glitter graphics.........&lt;/div&gt;&lt;div align="center"&gt;&lt;div&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angels.html"&gt;&lt;strong&gt;Angel 1&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-2_12.html"&gt;&lt;strong&gt;Angel 2&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-3_12.html"&gt;&lt;strong&gt;Angel 3&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-4_15.html"&gt;&lt;strong&gt;Angel 4&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-5_15.html"&gt;&lt;strong&gt;Angel 5&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/page-6_16.html"&gt;&lt;strong&gt;Angel 6&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/page-7_16.html"&gt;&lt;strong&gt;Angel 7&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-8.html"&gt;&lt;strong&gt;Angel 8&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-9.html"&gt;&lt;strong&gt;Angel 9&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-10.html"&gt;&lt;strong&gt;Angel 10&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-11.html"&gt;&lt;strong&gt;Angel 11&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-12.html"&gt;&lt;strong&gt;Angel 12&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-13.html"&gt;&lt;strong&gt;Angel 13&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-14.html"&gt;&lt;strong&gt;Angel 14&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-15.html"&gt;&lt;strong&gt;Angel 15&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/angel-16.html"&gt;Angel 16&lt;/a&gt;&lt;/strong&gt;&lt;/div&gt;&lt;strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-14.html"&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-1220963979952071778?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/1220963979952071778/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=1220963979952071778' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/1220963979952071778'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/1220963979952071778'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/angel-14.html' title='Angel 14'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/Angel/th_angel121.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-3952806830315658260</id><published>2007-12-17T01:26:00.000-08:00</published><updated>2007-12-21T05:55:40.706-08:00</updated><title type='text'>Angel 13</title><content type='html'>&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel129.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel129.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel129.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel131.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel131.gif" border="0" /&gt;&lt;/a&gt;&lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel131.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel134.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel134.gif" border="0" /&gt;&lt;/a&gt;&lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel134.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel135.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel135.gif" border="0" /&gt;&lt;/a&gt;&lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel135.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel079.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel079.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel079.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel080.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel080.gif" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel080.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;More Angel glitter graphics.........&lt;br /&gt;&lt;div&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angels.html"&gt;&lt;strong&gt;Angel 1&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-2_12.html"&gt;&lt;strong&gt;Angel 2&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-3_12.html"&gt;&lt;strong&gt;Angel 3&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-4_15.html"&gt;&lt;strong&gt;Angel 4&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-5_15.html"&gt;&lt;strong&gt;Angel 5&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/page-6_16.html"&gt;&lt;strong&gt;Angel 6&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/page-7_16.html"&gt;&lt;strong&gt;Angel 7&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-8.html"&gt;&lt;strong&gt;Angel 8&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-9.html"&gt;&lt;strong&gt;Angel 9&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-10.html"&gt;&lt;strong&gt;Angel 10&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-11.html"&gt;&lt;strong&gt;Angel 11&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-12.html"&gt;&lt;strong&gt;Angel 12&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-13.html"&gt;&lt;strong&gt;Angel 13&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-14.html"&gt;&lt;strong&gt;Angel 14&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-15.html"&gt;&lt;strong&gt;Angel 15&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/angel-16.html"&gt;Angel 16&lt;/a&gt;&lt;/strong&gt;&lt;/div&gt;&lt;strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-13.html"&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-3952806830315658260?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/3952806830315658260/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=3952806830315658260' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/3952806830315658260'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/3952806830315658260'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/angel-13.html' title='Angel 13'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/Angel/th_angel129.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-4518225350069930798</id><published>2007-12-17T01:10:00.000-08:00</published><updated>2007-12-21T05:56:47.847-08:00</updated><title type='text'>Angel 12</title><content type='html'>&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel081.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel081.gif" border="0" /&gt;&lt;/a&gt;&lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel081.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel082.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel082.gif" border="0" /&gt;&lt;/a&gt;&lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel082.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel084.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel084.gif" border="0" /&gt;&lt;/a&gt;&lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel084.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel086.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel086.gif" border="0" /&gt;&lt;/a&gt;&lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel086.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel087.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel087.gif" border="0" /&gt;&lt;/a&gt;&lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel087.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel089.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel089.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel089.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;More Angel glitter graphics.........&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angels.html"&gt;&lt;strong&gt;Angel 1&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-2_12.html"&gt;&lt;strong&gt;Angel 2&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-3_12.html"&gt;&lt;strong&gt;Angel 3&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-4_15.html"&gt;&lt;strong&gt;Angel 4&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-5_15.html"&gt;&lt;strong&gt;Angel 5&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/page-6_16.html"&gt;&lt;strong&gt;Angel 6&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/page-7_16.html"&gt;&lt;strong&gt;Angel 7&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-8.html"&gt;&lt;strong&gt;Angel 8&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-9.html"&gt;&lt;strong&gt;Angel 9&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-10.html"&gt;&lt;strong&gt;Angel 10&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-11.html"&gt;&lt;strong&gt;Angel 11&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-12.html"&gt;&lt;strong&gt;Angel 12&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-13.html"&gt;&lt;strong&gt;Angel 13&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-14.html"&gt;&lt;strong&gt;Angel 14&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-15.html"&gt;&lt;strong&gt;Angel 15&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/angel-16.html"&gt;Angel 16&lt;/a&gt;&lt;/strong&gt;&lt;/div&gt;&lt;strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-12.html"&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-4518225350069930798?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/4518225350069930798/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=4518225350069930798' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/4518225350069930798'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/4518225350069930798'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/angel-12.html' title='Angel 12'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/Angel/th_angel081.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-5851123756307153615</id><published>2007-12-16T08:08:00.000-08:00</published><updated>2007-12-21T05:56:55.911-08:00</updated><title type='text'></title><content type='html'>&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel081.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel081.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea rows="2" cols="30" name="Famous Quotes" readonly="readonly" onfocus="javascript:this.select();"&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel081.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel082.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel082.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://not-a-real-namespace/http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://not-a-real-namespace/http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel082.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel084.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel084.gif" border="0" /&gt;&lt;/a&gt; &lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://not-a-real-namespace/http://not-a-real-namespace/http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://not-a-real-namespace/http://not-a-real-namespace/http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel084.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt; &lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel086.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel086.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://not-a-real-namespace/http://not-a-real-namespace/http://not-a-real-namespace/http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://not-a-real-namespace/http://not-a-real-namespace/http://not-a-real-namespace/http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel086.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt; &lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel087.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel087.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://not-a-real-namespace/http://not-a-real-namespace/http://not-a-real-namespace/http://not-a-real-namespace/http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://not-a-real-namespace/http://not-a-real-namespace/http://not-a-real-namespace/http://not-a-real-namespace/http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel087.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel089.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel089.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;a href="http://not-a-real-namespace/http://not-a-real-namespace/http://not-a-real-namespace/http://not-a-real-namespace/http://not-a-real-namespace/http://not-a-real-namespace/http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://not-a-real-namespace/http://not-a-real-namespace/http://not-a-real-namespace/http://not-a-real-namespace/http://not-a-real-namespace/http://not-a-real-namespace/http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel089.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;div&gt; &lt;/div&gt;&lt;br /&gt;&lt;div&gt;More Angel glitter graphics.........&lt;br /&gt;&lt;div&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angels.html"&gt;&lt;strong&gt;Angel 1&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-2_12.html"&gt;&lt;strong&gt;Angel 2&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-3_12.html"&gt;&lt;strong&gt;Angel 3&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-4_15.html"&gt;&lt;strong&gt;Angel 4&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-5_15.html"&gt;&lt;strong&gt;Angel 5&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/page-6_16.html"&gt;&lt;strong&gt;Angel 6&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/page-7_16.html"&gt;&lt;strong&gt;Angel 7&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-8.html"&gt;&lt;strong&gt;Angel 8&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-9.html"&gt;&lt;strong&gt;Angel 9&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-10.html"&gt;&lt;strong&gt;Angel 10&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-11.html"&gt;&lt;strong&gt;Angel 11&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-12.html"&gt;&lt;strong&gt;Angel 12&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-13.html"&gt;&lt;strong&gt;Angel 13&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-14.html"&gt;&lt;strong&gt;Angel 14&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-15.html"&gt;&lt;strong&gt;Angel 15&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/angel-16.html"&gt;Angel 16&lt;/a&gt;&lt;/strong&gt;&lt;/div&gt;  &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-5851123756307153615?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/5851123756307153615/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=5851123756307153615' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/5851123756307153615'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/5851123756307153615'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/more-angel-glitter-graphics.html' title=''/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/Angel/th_angel081.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-7048617440085324473</id><published>2007-12-16T07:49:00.000-08:00</published><updated>2007-12-21T05:57:03.195-08:00</updated><title type='text'>Angel 11</title><content type='html'>&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel090.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel090.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel090.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel091.gif"&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel091.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel091.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel091.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel093.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel093.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel093.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt; &lt;/div&gt;&lt;div align="center"&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel095.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel095.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel095.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel097.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel097.gif" border="0" /&gt;&lt;/a&gt;&lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel097.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel102.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel102.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel102.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;More Angel glitter graphics.........&lt;br /&gt;&lt;div&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angels.html"&gt;&lt;strong&gt;Angel 1&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-2_12.html"&gt;&lt;strong&gt;Angel 2&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-3_12.html"&gt;&lt;strong&gt;Angel 3&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-4_15.html"&gt;&lt;strong&gt;Angel 4&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-5_15.html"&gt;&lt;strong&gt;Angel 5&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/page-6_16.html"&gt;&lt;strong&gt;Angel 6&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/page-7_16.html"&gt;&lt;strong&gt;Angel 7&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-8.html"&gt;&lt;strong&gt;Angel 8&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-9.html"&gt;&lt;strong&gt;Angel 9&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-10.html"&gt;&lt;strong&gt;Angel 10&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-11.html"&gt;&lt;strong&gt;Angel 11&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-12.html"&gt;&lt;strong&gt;Angel 12&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-13.html"&gt;&lt;strong&gt;Angel 13&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-14.html"&gt;&lt;strong&gt;Angel 14&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-15.html"&gt;&lt;strong&gt;Angel 15&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/angel-16.html"&gt;Angel 16&lt;/a&gt;&lt;/strong&gt;&lt;/div&gt;&lt;strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-11.html"&gt;&lt;/a&gt;&lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-11.html"&gt; &lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-7048617440085324473?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/7048617440085324473/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=7048617440085324473' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/7048617440085324473'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/7048617440085324473'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/angel-11.html' title='Angel 11'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/Angel/th_angel090.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-2409319623670515646</id><published>2007-12-16T07:34:00.000-08:00</published><updated>2007-12-21T05:58:21.503-08:00</updated><title type='text'>Angel 10</title><content type='html'>&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel103.gif"&gt;&lt;/a&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel103.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel103.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel103.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel104.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel104.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel104.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel105.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel105.gif" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel105.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel059.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel059.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel059.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel061.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel061.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel061.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel062.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel062.gif" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel062.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;More Angel glitter graphics.........&lt;br /&gt;&lt;div&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angels.html"&gt;&lt;strong&gt;Angel 1&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-2_12.html"&gt;&lt;strong&gt;Angel 2&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-3_12.html"&gt;&lt;strong&gt;Angel 3&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-4_15.html"&gt;&lt;strong&gt;Angel 4&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-5_15.html"&gt;&lt;strong&gt;Angel 5&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/page-6_16.html"&gt;&lt;strong&gt;Angel 6&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/page-7_16.html"&gt;&lt;strong&gt;Angel 7&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-8.html"&gt;&lt;strong&gt;Angel 8&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-9.html"&gt;&lt;strong&gt;Angel 9&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-10.html"&gt;&lt;strong&gt;Angel 10&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-11.html"&gt;&lt;strong&gt;Angel 11&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-12.html"&gt;&lt;strong&gt;Angel 12&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-13.html"&gt;&lt;strong&gt;Angel 13&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-14.html"&gt;&lt;strong&gt;Angel 14&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-15.html"&gt;&lt;strong&gt;Angel 15&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/angel-16.html"&gt;Angel 16&lt;/a&gt;&lt;/strong&gt;&lt;/div&gt;&lt;strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-10.html"&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-2409319623670515646?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/2409319623670515646/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383168736343&amp;postID=2409319623670515646' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/2409319623670515646'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5878096383168736343/posts/default/2409319623670515646'/><link rel='alternate' type='text/html' href='http://go4masti.blogspot.com/2007/12/angel-10.html' title='Angel 10'/><author><name>vampy</name><uri>http://www.blogger.com/profile/15605105116529798955</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i273.photobucket.com/albums/jj240/metal_god05/Angel/th_angel103.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5878096383168736343.post-3251076639727380884</id><published>2007-12-16T07:16:00.000-08:00</published><updated>2007-12-21T05:58:51.274-08:00</updated><title type='text'>Angel 9</title><content type='html'>&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel063.gif"&gt;&lt;/a&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel063.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel063.gif" border="0" /&gt;&lt;/a&gt;&lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel063.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt; &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel065.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel065.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel065.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel066.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel066.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel066.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel067.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel067.gif" border="0" /&gt;&lt;/a&gt;&lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel067.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel068.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel068.gif" border="0" /&gt;&lt;/a&gt; &lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel068.gif"&gt;&lt;/a&gt;&lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel068.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div align="center"&gt;&lt;a href="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel069.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; width: 320px; text-align: center;" alt="" src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel069.gif" border="0" /&gt;&lt;/a&gt; &lt;textarea onfocus="javascript:this.select();" name="Famous Quotes" cols="30"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://go4masti.blogspot.com" target="_blank"&gt;&lt;img src="http://i273.photobucket.com/albums/jj240/metal_god05/Angel/angel069.gif" border="0" alt="go4masti.blogspot.com , orkut ascii designed scraps , glitter graphics , hindi scraps" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;div&gt;More Angel glitter graphics.........&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angels.html"&gt;&lt;strong&gt;Angel 1&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-2_12.html"&gt;&lt;strong&gt;Angel 2&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-3_12.html"&gt;&lt;strong&gt;Angel 3&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-4_15.html"&gt;&lt;strong&gt;Angel 4&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-5_15.html"&gt;&lt;strong&gt;Angel 5&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/page-6_16.html"&gt;&lt;strong&gt;Angel 6&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/page-7_16.html"&gt;&lt;strong&gt;Angel 7&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-8.html"&gt;&lt;strong&gt;Angel 8&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-9.html"&gt;&lt;strong&gt;Angel 9&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-10.html"&gt;&lt;strong&gt;Angel 10&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-11.html"&gt;&lt;strong&gt;Angel 11&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-12.html"&gt;&lt;strong&gt;Angel 12&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-13.html"&gt;&lt;strong&gt;Angel 13&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-14.html"&gt;&lt;strong&gt;Angel 14&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-15.html"&gt;&lt;strong&gt;Angel 15&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;a href="http://go4masti.blogspot.com/2007/12/angel-16.html"&gt;Angel 16&lt;/a&gt;&lt;/strong&gt;&lt;/div&gt;&lt;strong&gt;&lt;a href="http://go4masti.blogspot.com/2007/12/angel-9.html"&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5878096383168736343-3251076639727380884?l=go4masti.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://go4masti.blogspot.com/feeds/3251076639727380884/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5878096383
