How to create a Search Engine friendly Website ***

.
Share/Save/Bookmark

Over the years of running guruofsoftwares.blogspot.com, I have had numerous webmasters write to me asking why their web pages do not appear in the search engine results page even though they directly search for terms that should yield their page. More often than not, a quick visit to their site reveals that they have created a web page that is not search engine friendly.

This article brings together some of the main points on how you can create a website or blog that is search engine friendly.

  1. Add Text to Your Images, Flash and Videos

    The first thing you should note about search engines is that their software can only read text. When I say text, I don't mean text that you embed in an image or text that you place inside a Flash file or those that appear in a video. I mean text like the text you see everywhere on guruofsoftwares.blogspot's articles - plain, unadulterated, ordinary text.

    While it's true that some search engines have the rudimentary ability to scan a Flash file, you cannot assume that this ability is sophisticated enough to obtain all the information you want them to have. In fact, I suspect that only Google can do this, and even then only to extract straightforward links embedded in the file. And certainly no search engine I know can view an image file or video and determine the text that it contains.

    This is not to say that you cannot create a photo-album site, Flash game site or a video site that ranks in the search engine results page. You can still place your pictures, Flash, videos on your site. However, you should write content for each of these non-text elements to describe them.

    For example, you should describe each picture in the "alt" text for the image. For those who don't know what I'm saying, images are put into a web page using HTML code like the following:

    Picture of a search engine ready website

    Notice the "alt" part in the example HTML code above. Here, I described the image as a picture of a search engine ready website. You should of course replace that text with a brief description of what your image really shows. While search engines cannot actually see your picture, they can read your "alt" text and will include that in their index for your web page.

    Likewise, for sites with video files or Flash file, you should include additional text on that web page describing your what your video shows or what the Flash file does.

    To put it another way, when designing your website, make your website more accessible for blind and other visually impaired visitors and you will also reap the side benefit of making your site more search-engine friendly.

  2. Validate Your HTML Code

    I have written elsewhere on the importance of validating your web page. By validating, I mean checking to make sure that your HTML code does not have errors. Note that I'm not talking about spelling or grammar errors here. I'm referring to the underlying HTML code that allows the web browser to format your web page according to how you want it to appear. If you use a WYSIWYG web editor like Dreamweaver, Nvu or Mozilla Composer, such code is usually generated behind the scenes by the editor as you type your text.

    Whether you write your HTML code by hand or use a WYSIWYG web editor, it is a good idea to always run the final code through HTML and CSS validators. You can find details on how you can do this in my article on HTML validation

    While the search engines don't care whether your HTML code is error-free, they rely on the basic correctness of the code to find out which portions of your web page to index. If your HTML code contains errors, it is possible that only portions of your web page are included in the search engine's database. The errors, while undetectable in a web browser, may lead the search engine software to think that some of the text on your page is part of the HTML formatting information rather than your site's content. As a result, the search engine may ignore that text, and your web page will not be shown in its results page.

  3. Create Relevant Title Tags

    Many search engines give additional weightage to the text appearing in the HTML tag for your page. Note that this is not the title that you see in the body of your web page. Rather, it is the non-visible text in the HTML code that the browser uses to display in the title bar of the browser window. The search engines use that tag as part of its algorithm to determine what your page is about. </p> <p>A number of new webmasters don't bother to set the title tag to something meaningful. Instead, they just put their site name in the title tag of every page on their website. They should, instead, put the site name only in the title tag of their home page, and place a meaningful title on each individual page of their site. For example, on a page that describes a product "Widget XYZ", the title tag should read "Widget XYZ Product Features" or something like that. If you feel that the name of your website is important to have on every title tag, place it at the end of your title for the sub-pages on your site, for example, "Widget XYZ Features - XYZ Company". </p> </li><li><h2>Use Straight HTML Navigation Links on Your Website</h2> <p> I wrote an article some time back on the importance of a good navigation system for your website and how one website I examined used only JavaScript-generated links to lead to other pages on the site. Since the search engines do not understand JavaScript, they were not able to find the other pages on the website. </p> <p>While that article only mentioned JavaScript-created links, this problem also applies to websites that rely only on links embedded in Flash files. Google is said to understand such links, but until search engine robot technology improves so that all search engines can easily figure out the links embedded in Flash files or JavaScript code, any website totally reliant on such links is surely at a disadvantage compared to websites that use straightforward HTML links. </p> <p>Again, this is not a call to throw out the baby with the bathwater. You do not have to ditch all JavaScript code or Flash files from your website. Instead, what you need is to provide a way for search engines (and visitors who do not have JavaScript-enabled or Flash players) to visit all the pages of your site. Put simple HTML links on your web page linking to the other pages in addition to your state-of-the-art gadgets. </p> <p>You should also add a site map to your website and link to that site map from your main page. That way, search engines and human visitors who don't have JavaScript or Flash facilities can find their way around your site. </p> </li><li><h2>Eliminate Apparent Content Duplication</h2> <p> If you use a blogging service, blogging software or some other content management system (CMS), you will need to watch out for duplicate content on your website. </p> <p>By duplicate content, I mean pages on your website that are identical to other pages on your site. If you manually create your website using a web editor, this will probably never happen. However, some of the automated services mentioned earlier create alternate routes to the same article. For example, a content management system or blogging software may duplicate the same article you wrote under two different URLs, such as www.example.com/archive/article-name.html and www.example.com/2007/01/05/article-name.html. Another manifestation of this is when your software adds a session id to the URL. Since every visitor receives a different session ID, he/she will link to your page using a different URL. </p> <p> The problem with duplicate content on your own site is link dilution. As I mentioned in my article on How to Improve Your Search Engine Ranking on Google, Google and other search engines take into account the number of links pointing to your page to determine how important your web page is. If you have identical content appearing on two different pages on your website, some sites will link to one page while others will link to the alternate page. The result is that neither of those pages will be regarded as very important in the search engine's index since you have effectively halved the links pointing to your article. </p> <p>Find a way to remove that feature in your software or service of allowing your article to be reached under different URLs. In the case of session IDs, see if you can use cookies instead to track individual users. Solutions like blocking out alternative URLs from search engines using a robots.txt file may seem like a possible solution, but they do not solve the problem of link dilution. </p> </li><li><h2>Remove Hidden Text</h2> <p>Nowadays, everyone knows that it is counterproductive to use hidden text on your website. By hidden text, I mean text that is included in the main body of your web page but is not actually displayed on the screen when visitors view your page in a browser. In days of old, some unscrupulous webmasters used such text to add keywords to a web page to influence search engine results. Search engines try to deal with that tactic by not showing pages which they think contain hidden text. </p> <p> As mentioned in another article, More Tips on Google Search Engine Results Placement, I inadvertently discovered that sometimes search engines wrongly penalize sites even if the hidden text was innocuous - for example, text that only showed for people using a particular browser to tell them that they may not be able to access certain features of the website due to deficiencies in the browser. If you have not read that article, you might want to take take a look to avoid facing the same problem. </p> <p>You should also be aware that if you use a free web host, your site may contain hidden text on its pages without your knowing. In my investigation of some free web hosts for thefreecountry.com's many free web hosting pages, I discovered that a few of the hosts that place advertisements on your websites include hidden text around the advertisements to influence the type of advertisements shown on your web page. This may lead to your website being penalised by the search engines through no fault of your own. </p> <p>Unfortunately, you cannot simply look for a free web host that does not impose ads on your website, since such web hosts regularly disappear overnight due to the lack of a viable revenue model to sustain their service. If you can afford it, the best solution is to get a domain name and place your site on a commercial web host. </p> </li></ol> <p>Creating a search engine friendly website does not necessarily mean that you will get top listing for a particular keyword or keyword phrase. It is however a necessary first step if you want to rank anywhere near the first few pages of the search engine results. A site that is not search engine ready may not even appear in the results for any query. The tips in this article are the pre-requisites for any website aspiring the top positions in Google, Yahoo, and the other engines. </p></p> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-backlinks post-comment-link'> </span> <span class='post-icons'> </span> </div> <div class='post-footer-line post-footer-line-2'></div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> <div class='comments' id='comments'> <a name='comments'></a> <h4> 0 comments: </h4> <div class='post-feeds'> <div class='feed-links'> Subscribe to: <a class='feed-link' href='http://guruofsoftwares.blogspot.com/feeds/120423848429558902/comments/default' target='_blank' type='application/atom+xml'>Post Comments (Atom)</a> </div> </div> <dl id='comments-block'> </dl> <h5 class='comment-footer'> <a href='http://guruofsoftwares.blogspot.com/2008/05/how-to-create-search-engine-friendly.html#comments' onclick=''>Post a Comment</a> </h5> <div id='backlinks-container'> <div id='Blog1_backlinks-container'> </div> </div> </div> <!-- google_ad_section_end --> </div> <div class='blog-pager' id='blog-pager'> <span id='blog-pager-newer-link'> <a class='blog-pager-newer-link' href='http://guruofsoftwares.blogspot.com/2008/05/how-meta-description-tag-may-harm-your.html' id='Blog1_blog-pager-newer-link' title='Newer Post'>Newer Post</a> </span> <span id='blog-pager-older-link'> <a class='blog-pager-older-link' href='http://guruofsoftwares.blogspot.com/2008/05/dummies-guide-on-making-website.html' id='Blog1_blog-pager-older-link' title='Older Post'>Older Post</a> </span> <a class='home-link' href='http://guruofsoftwares.blogspot.com/'>Home</a> </div> <div class='clear'></div> </div></div> <div id='loop-box'> <div class='mini-feats section' id='mini-feats'></div> <div class='link-bait section' id='link-bait'></div> </div> </div> <!-- (Lateral) --> <div id='sidebar-wrapper'> <!-- (TABS) --> <div class='domtab'> <!-- Tabs titles --> <ul class='domtabs'> <li><a href='#tabone'>Labels</a></li> <li><a href='#tabtwo'>Archive</a></li> <li><a href='#tabthree'>Links</a></li> </ul> <!-- Tabs content --> <div id='tabs-wrap'> <div class='tab_one'> <h2><a id='tabone' name='tabone'></a></h2> <div class='sidebar-tags section' id='sidebar-tags'><div class='widget HTML' id='HTML2'> <h2 class='title'>Results</h2> <div class='widget-content'> <ul><li><a href="http://www.icbse.com/2009/ccs-university-meerut-results/">CCS University, Meerut Results</a></li><li><a href="http://www.icbse.com/2009/guru-nanak-dev-university-gndu-results/">Guru Nanak Dev University (GNDU) Results</a></li><li><a href="http://www.icbse.com/2009/annamalai-university-distance-education-results/">Annamalai University Distance Education</a></li><li><a href="http://www.icbse.com/2009/maharishi-dayanand-university-mdu-results/">Maharishi Dayanand University MDU Results</a></li><li><a href="http://www.icbse.com/2009/ignou-ignu-results-grade-cards/">IGNOU Results Indira Gandhi National Open University</a></li><li><a href="http://www.icbse.com/2009/delhi-book-fair-pragati-maidan/">Delhi Book Fair 2009 at Pragati Maidan</a></li></ul> </div> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='http://www.blogger.com/rearrange?blogID=9066350843021222131&widgetType=HTML&widgetId=HTML2&action=editWidget' onclick='return _WidgetManager._PopupConfig(document.getElementById("HTML2"));' target='configHTML2' title='Edit'> <img alt='' height='18' src='http://img1.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div><div class='widget Label' id='Label1'> <h2>Labels</h2> <div class='widget-content'> <ul> <li> <a dir='ltr' href='http://guruofsoftwares.blogspot.com/search/label/Blogger'> Blogger </a> <span dir='ltr'>(2)</span> </li> <li> <a dir='ltr' href='http://guruofsoftwares.blogspot.com/search/label/Bluetooth%20Hacks'> Bluetooth Hacks </a> <span dir='ltr'>(1)</span> </li> <li> <a dir='ltr' href='http://guruofsoftwares.blogspot.com/search/label/Car%20and%20Bikes'> Car and Bikes </a> <span dir='ltr'>(2)</span> </li> <li> <a dir='ltr' href='http://guruofsoftwares.blogspot.com/search/label/Ebooks'> Ebooks </a> <span dir='ltr'>(2)</span> </li> <li> <a dir='ltr' href='http://guruofsoftwares.blogspot.com/search/label/Google'> Google </a> <span dir='ltr'>(1)</span> </li> <li> <a dir='ltr' href='http://guruofsoftwares.blogspot.com/search/label/Hacking'> Hacking </a> <span dir='ltr'>(1)</span> </li> <li> <a dir='ltr' href='http://guruofsoftwares.blogspot.com/search/label/iPhone'> iPhone </a> <span dir='ltr'>(3)</span> </li> <li> <a dir='ltr' href='http://guruofsoftwares.blogspot.com/search/label/Latest%20Softwares'> Latest Softwares </a> <span dir='ltr'>(24)</span> </li> <li> <a dir='ltr' href='http://guruofsoftwares.blogspot.com/search/label/Tech%20News'> Tech News </a> <span dir='ltr'>(1)</span> </li> <li> <a dir='ltr' href='http://guruofsoftwares.blogspot.com/search/label/Vista%20Tricks'> Vista Tricks </a> <span dir='ltr'>(1)</span> </li> <li> <a dir='ltr' href='http://guruofsoftwares.blogspot.com/search/label/Web%20Hosting'> Web Hosting </a> <span dir='ltr'>(1)</span> </li> <li> <a dir='ltr' href='http://guruofsoftwares.blogspot.com/search/label/World%20News'> World News </a> <span dir='ltr'>(1)</span> </li> <li> <a dir='ltr' href='http://guruofsoftwares.blogspot.com/search/label/XP%20Tricks'> XP Tricks </a> <span dir='ltr'>(1)</span> </li> <li> <a dir='ltr' href='http://guruofsoftwares.blogspot.com/search/label/Yahoo'> Yahoo </a> <span dir='ltr'>(7)</span> </li> <li> <a dir='ltr' href='http://guruofsoftwares.blogspot.com/search/label/Zapak'> Zapak </a> <span dir='ltr'>(1)</span> </li> </ul> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='http://www.blogger.com/rearrange?blogID=9066350843021222131&widgetType=Label&widgetId=Label1&action=editWidget' onclick='return _WidgetManager._PopupConfig(document.getElementById("Label1"));' target='configLabel1' title='Edit'> <img alt='' height='18' src='http://img1.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div> </div></div> </div> <div class='tab_two'> <h2><a id='tabtwo' name='tabtwo'></a></h2> <div class='archivos section' id='archivos'><div class='widget Feed' id='Feed3'> <h2>CBSE Help Center: Recent Topics</h2> <div class='widget-content' id='Feed3_feedItemListDisplay'> <span style='filter: alpha(25); opacity: 0.25;'> <a href='http://www.icbse.com/forums/rss/topics'>Loading...</a> </span> </div> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='http://www.blogger.com/rearrange?blogID=9066350843021222131&widgetType=Feed&widgetId=Feed3&action=editWidget' onclick='return _WidgetManager._PopupConfig(document.getElementById("Feed3"));' target='configFeed3' title='Edit'> <img alt='' height='18' src='http://img1.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div><div class='widget BlogArchive' id='BlogArchive1'> <h2>Blog Archive</h2> <div class='widget-content'> <div id='ArchiveList'> <div id='BlogArchive1_ArchiveList'> <ul> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://guruofsoftwares.blogspot.com/search?updated-min=2009-01-01T00%3A00%3A00%2B05%3A30&updated-max=2010-01-01T00%3A00%3A00%2B05%3A30&max-results=15'>2009</a> <span class='post-count' dir='ltr'>(15)</span> <ul> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://guruofsoftwares.blogspot.com/2009_05_01_archive.html'>May</a> <span class='post-count' dir='ltr'>(1)</span> <ul class='posts'> <li><a href='http://guruofsoftwares.blogspot.com/2009/05/ewebguru-india-web-hosting-review.html'>eWEBGURU India Web Hosting Review</a></li> </ul> </li> </ul> <ul> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://guruofsoftwares.blogspot.com/2009_03_01_archive.html'>March</a> <span class='post-count' dir='ltr'>(9)</span> <ul class='posts'> <li><a href='http://guruofsoftwares.blogspot.com/2009/03/how-to-add-animated-headlinestitles-opf.html'>How to add animated headlines(titles opf posts) in...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2009/03/make-your-own-computer-viruses-in.html'>Make your own computer viruses in notepad</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2009/03/adding-flash-animation-withing-post-of.html'>Adding Flash Animation withing post of blogger's b...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2009/03/fake-voice-software-download.html'>Fake Voice SOftware DOWNLOAD</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2009/03/barcode-maker-v550.html'>Barcode Maker v5.50</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2009/03/120-windows-vista-wallpapers.html'>120 Windows Vista Wallpapers</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2009/03/lavasoft-ad-aware-2008-pro-v71011.html'>Lavasoft Ad-Aware 2008 Pro v7.1.0.11</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2009/03/game-collector-pro-v311.html'>Game Collector Pro v3.1.1</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2009/03/download-ultra-tag-editor-v243.html'>Download Ultra Tag Editor v2.4.3</a></li> </ul> </li> </ul> <ul> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://guruofsoftwares.blogspot.com/2009_01_01_archive.html'>January</a> <span class='post-count' dir='ltr'>(5)</span> <ul class='posts'> <li><a href='http://guruofsoftwares.blogspot.com/2009/01/ccleaner-216830.html'>CCleaner 2.16.830</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2009/01/peazip-25.html'>PeaZip 2.5</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2009/01/shockwave-player-1103472.html'>Shockwave Player 11.0.3.472</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2009/01/easy-dvd-creator-v176.html'>Easy DVD Creator v1.7.6</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2009/01/download-windows-7-beta-free.html'>Download Windows 7 Beta Free</a></li> </ul> </li> </ul> </li> </ul> <ul> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'>▼ </span> </a> <a class='post-count-link' href='http://guruofsoftwares.blogspot.com/search?updated-min=2008-01-01T00%3A00%3A00%2B05%3A30&updated-max=2009-01-01T00%3A00%3A00%2B05%3A30&max-results=50'>2008</a> <span class='post-count' dir='ltr'>(169)</span> <ul> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://guruofsoftwares.blogspot.com/2008_10_01_archive.html'>October</a> <span class='post-count' dir='ltr'>(4)</span> <ul class='posts'> <li><a href='http://guruofsoftwares.blogspot.com/2008/10/tips-to-increase-bittorrent-download.html'>Tips to increase bittorrent download Speed</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/10/yahoo-web-analytics-is-here.html'>Yahoo! Web Analytics Is Here...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/10/how-to-create-and-use-iphone-ringtones.html'>How To Create And Use iPhone Ringtones For Free</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/10/windows-tips-access-your-desktop-icons.html'>Windows Tips: ACCESS YOUR DESKTOP ICONS FROM YOUR ...</a></li> </ul> </li> </ul> <ul> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://guruofsoftwares.blogspot.com/2008_09_01_archive.html'>September</a> <span class='post-count' dir='ltr'>(39)</span> <ul class='posts'> <li><a href='http://guruofsoftwares.blogspot.com/2008/09/ebook-linux-server-hacks-volume-two.html'>EBOOK: Linux Server Hacks, Volume Two: Tips & Tool...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/09/ebooks-nokia-smartphone-hacks-tips.html'>EBOOKS: Nokia Smartphone Hacks: Tips & Tools for Y...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/09/hacking-internet-cafe.html'>Hacking internet Cafe</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/09/how-to-shut-down-all-pcs-on-network.html'>How To Shut Down All Pc(s) On the Network</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/09/free-access-to-websites-without.html'>Free Access To Websites Without Registering</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/09/download-bluetooth-hacking-application.html'>Download Bluetooth hacking application - super blu...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/09/use-any-usb-stick-as-ram-advanced.html'>Use any USB stick As Ram ! Advanced search!</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/09/anti-boot-software-for-yahoo-messenger.html'>Anti Boot Software for Yahoo Messenger (Update)</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/09/3d-web-browsing-is-here.html'>3D Web Browsing is here...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/09/bootzilla-free-bootable-cd-for.html'>BootZilla - Free Bootable CD For Performing Adavan...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/09/vlc-media-player-v-092-available-for.html'>VLC Media Player v 0.9.2 Available For Download</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/09/free-software-to-convert-videos-for.html'>Free Software To Convert Videos For Blackberry Pla...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/09/delhi-blast-indian-mujahideen-takes.html'>Delhi blast: Indian Mujahideen takes responsibilit...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/09/top-10-safest-cars.html'>Top 10 safest cars</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/09/screen-it.html'>Screen-It</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/09/about-this-blog.html'>About This Blog</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/09/mobidvd-free-dvdvcd-ripper-conversion.html'>MobiDVD - Free DVD/VCD Ripper Conversion</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/09/paintnet-photoshop-replacement.html'>Paint.NET, a Photoshop replacement</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/09/wininizio-pensuite-launch-from.html'>Wininizio PenSuite, Launch From FlashDisk</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/09/cubicexplorer-free-explorer-alternative.html'>CubicExplorer, a Free Explorer Alternative</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/09/amaya-free-web-editor-from-w3c.html'>Amaya, Free Web Editor from W3C</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/09/foxit-pdf-reader.html'>Foxit PDF Reader</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/09/free-website-copieroffline-browser.html'>A FREE Website Copier/Offline Browser allowing you...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/09/windows-media-player-12-release-2008.html'>Windows Media Player 12 Release 2008</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/09/iphone-unlock-v30-free-that-phone.html'>iPhone Unlock! v3.0, Free that Phone</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/09/portable-batch-watermark-creator-v62.html'>Portable Batch Watermark Creator v6.2</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/09/aaa-logo-2008-v210.html'>AAA Logo 2008 v2.10</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/09/javascript-collector-1104.html'>JavaScript Collector 1.1.0.4</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/09/makemusic-finale-allegro-2007-v12290.html'>MakeMusic Finale Allegro 2007 v12.2.9.0 Incl Keyge...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/09/portable-flash-music-studio-v10.html'>Portable Flash Music Studio v.1.0</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/09/portable-magic-ascii-studio-v22-build.html'>Portable Magic ASCII Studio v.2.2 Build 1201</a></li> </ul> </li> </ul> <ul> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://guruofsoftwares.blogspot.com/2008_08_01_archive.html'>August</a> <span class='post-count' dir='ltr'>(47)</span> </li> </ul> <ul> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://guruofsoftwares.blogspot.com/2008_07_01_archive.html'>July</a> <span class='post-count' dir='ltr'>(33)</span> </li> </ul> <ul> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'>▼ </span> </a> <a class='post-count-link' href='http://guruofsoftwares.blogspot.com/2008_05_01_archive.html'>May</a> <span class='post-count' dir='ltr'>(15)</span> <ul class='posts'> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/free-softwares-tips-and-tricks-hacking.html'>Free softwares Tips and Tricks Hacking Funny Video...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/adsense-vs-bidvertiser-which-is-best.html'>Adsense vs. BidVertiser - Which is the Best?</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/optimizing-adsense-for-higher-money.html'>Optimizing Adsense for Higher Money Returns</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/best-tips-to-generate-money-from.html'>Best Tips to Generate Money from Adsense</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/china-worries-about-flood-threat-in.html'>China worries about flood threat in quake zone</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/download-now.html'>Download Now....</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/free-softwares-download.html'>Free softwares Download *****</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/google-talkabout-new-chatback-styles.html'>Google Talkabout: New chatback styles</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/google-talkabout-set-your-google-talk.html'>Google Talkabout: Set your Google Talk picture wit...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/guru-of-softwares.html'>What is Inside Bill gates House - Pictures of Bill...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/how-to-register-your-own-domain-name.html'>How to Register Your Own Domain Name ***</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/tips-on-choosing-good-domain-name.html'>Tips on Choosing a Good Domain Name ***</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/how-to-add-meta-tags-to-your-website.html'>How to Add Meta Tags to Your Website Using Nvu or ...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/how-to-insert-meta-tags-to-your-site-in.html'>How to Insert Meta Tags to Your Site in Dreamweave...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/how-to-use-meta-tags-in-search-engine.html'>How to Use Meta Tags In Search Engine Promotion **...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/how-meta-description-tag-may-harm-your.html'>How the Meta Description Tag May Harm Your Website...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/how-to-create-search-engine-friendly.html'>How to create a Search Engine friendly Website ***...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/dummies-guide-on-making-website.html'>A Dummies Guide on making a WEBSITE ***</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/how-to-get-search-engines-to-index-all.html'>How to Get Search Engines to Index All the Web Pag...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/top-paying-legal-keywords-adsense-ypn.html'>Top Paying Legal Keywords (Adsense & YPN)</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/tips-for-getting-backlinks-to-your.html'>Tips for Getting Backlinks to Your Website or BLOG...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/google-knows-too-much-about-usbeware.html'>Google Knows too much about us..Beware !</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/china-to-overcome-usa-in-internet-usage.html'>CHINA TO OVERCOME USA IN INTERNET USAGE ***</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/20-best-tips-for-launching-corporate.html'>20 BEST TIPS FOR LAUNCHING A CORPORATE BLOG</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/funny-sms-messages-and-sms-jokes.html'>Funny SMS messages and SMS Jokes ***</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/brain-teasers_8677.html'>Brain teasers **</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/brain-teasers.html'>Brain Teasers ***</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/apple-mac-os-tips-and-tricks.html'>Apple MAC OS Tips and Tricks ***</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/apple-mac-tips-and-trciks.html'>Apple MAC Tips and Trciks ***</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/b.html'>Best Brain Teasers - Check your Brain Power by Sol...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/77-ways-to-learn-faster-deeper-and.html'>77 Ways to Learn Faster, Deeper, and Better .....i...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/top-tips-to-increase-bittorent-download.html'>Top Tips to increase bittorent download Speed</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/increase-your-ram-and-so-system-speed.html'>Increase your RAM and so system speed ! ***</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/free-full-softwares-download-hacking.html'>Free Full Softwares Download : hacking Articles, T...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/guru-of-softwares-homepage.html'>Free all hacking Softwares ....</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_9867.html'>A Dummies Guide to Remote Hacking</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_8795.html'>A Dummies Guide to Wireless Hacking !</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_4262.html'>How To Make A Keylogger & Hack Passwords Using It!...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_1692.html'>Free Elegant Fonts Download *****</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_8646.html'>Free Kids Fonts Download *****</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_4801.html'>Free Decorative Fonts Download *****</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_5272.html'>Free Modern Fonts Download *****</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_742.html'>Free Brandname Fonts Download *****</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_9380.html'>Free Technical Fonts Download *****</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_708.html'>Best Fonts of the Year 2008 *****</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_9305.html'>Free International Fonts Download *****</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_2676.html'>Free Movies and TV Fonts Download *****</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_6094.html'>Free Horror Fonts Download *****</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_4380.html'>Free Futuristic Fonts Download *****</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_1411.html'>Free Stylish Fonts Download *****</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_3573.html'>How do I hide my IP address?</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_4931.html'>ScrapOO - Send scrap to friends in One Click in Or...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_5793.html'>http://voltmeter-jewel.blogspot.com</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_5462.html'>Bypass Firewalls and Blocked Websites</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_2567.html'>Promoting your Blog / Increasing Visibility and Hi...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_9936.html'>Mobile Phones More Injurious To Health Than Smokin...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_7880.html'>Harbhajan banned for 5 ODIs, warned of life ban - ...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_6373.html'>Mobile phone radiation affects human skin: Study</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_1211.html'>Life Story of Shirdi Sai Baba !</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_5623.html'>JAI SAI BABA ! JAI SAI BABA ! JAI SAI BABA ! JAI S...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_6390.html'>NAVI ARORA - Guru of Softwares</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_3437.html'>Do Aliens exist?</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_6258.html'>Life on other planets likely common; intelligence,...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_7013.html'>Sketch of the Jaipur blasts's suspect released by...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_2946.html'>JEWEL BEARINGS MANUFACTURER IN DELHI</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_660.html'>महंगा पड़ा IPL का खेल !</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_4134.html'>Life on Mars? Amazing photos from Nasa probe revea...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_5413.html'>Delhi Sealing Drive 2008 - MCD issues public notic...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_78.html'>What do scientists really say about global warming...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora_14.html'>POLAR BEARS DECLARED "Threatened" BY GLOBAL WARMIN...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/navi-arora.html'>Edwards backs Obama for U.S. presidency....AMERICA...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/hoe-big-is-atom.html'>HOW BIG IS AN ATOM ???????</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/typetextjavascript-googleadclient-pub_9966.html'>TUTORIAL TO CREATE YOUR OWN BLOGGER TEMPLATE ! blo...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/typetextjavascript-googleadclient-pub_6477.html'>GOOGLE ADSENSE TIPS, TRICKS AND HACKS !</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/softwares.html'>SOFTWARES</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/type-googleadclient-728x90-created-5408_6098.html'>How Does A Virus Work?- Virus Working, Making a Vi...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/type-googleadclient-728x90-created-5408_2064.html'>Protecting Yourself From Virus Damage- AntiVirus T...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/typetextjavascript-googleadclient-pub_4633.html'>GOOGLE ADSENSE TIPS, TRICKS AND HACKS !</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/typetextjavascript-googleadclient-pub_5495.html'>Double Your AdSense Income Instantly ! Guranteed</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/typetextjavascript-googleadclient-pub_1838.html'>What Is AdSense Clickbot OR Automated AdSense Cl...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/typetextjavascript-googleadclient-pub_6941.html'>Don't ever Cheat Google Adsense !</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/type-googleadclient-728x90-created-5408.html'>Convert or Turn your Windows Mobile into an iPhone...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/typetextjavascript-googleadclient-pub_13.html'>WHO IS BEHIND SERIAL BLASTs IN JAIPUR?? HuJI</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/typetextjavascript-googleadclient-pub.html'>JAIPUR ROCKS WITH BLASTs - 80 KILLED & 150 INJURED...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/12-12-5-2008.html'>中国地震局的收费达到1.2万。 -12 5月, 2008年</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/10000-2008512.html'>地震岩石中国-10,000死亡, 2008年5月12日</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/china-earthquake-toll-reaches-12000-12.html'>CHINA EARTHQUAKE TOLL REACHES 12,000. -12 may, 200...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/earthquake-shakens-china-10000-died-may.html'>EARTHQUAKE SHAKENS CHINA -10,000 died, may 12, 20...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/hack-rapidshare-and-megaupload.html'>HACK RAPIDSHARE AND MEGAUPLOAD GURANTEED FREE OF C...</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/want-to-install-ie-7-without-genuine.html'>WANT TO INSTALL IE 7 WITHOUT GENUINE WINDOWS XP ?</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/windows-xp-tips-tricks-and-hacks.html'>WINDOWS XP TIPS, TRICKS AND HACKS !</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/career-options-after-12th-10th-class_01.html'>Career Options After 12th 10th Class</a></li> <li><a href='http://guruofsoftwares.blogspot.com/2008/05/career-options-after-12th-10th-class.html'>Career Options After 12th 10th Class</a></li> </ul> </li> </ul> <ul> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://guruofsoftwares.blogspot.com/2008_04_01_archive.html'>April</a> <span class='post-count' dir='ltr'>(30)</span> </li> </ul> <ul> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://guruofsoftwares.blogspot.com/2008_03_01_archive.html'>March</a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> </li> </ul> </div> </div> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='http://www.blogger.com/rearrange?blogID=9066350843021222131&widgetType=BlogArchive&widgetId=BlogArchive1&action=editWidget' onclick='return _WidgetManager._PopupConfig(document.getElementById("BlogArchive1"));' target='configBlogArchive1' title='Edit'> <img alt='' height='18' src='http://img1.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div> </div></div> </div> <div class='tab_three'> <h2><a id='tabthree' name='tabthree'></a></h2> <div class='sidebar-links section' id='sidebar-links'> </div> </div> </div> </div> <!-- (ADS) --> <div id='advertisment-block'> <a href='http://btemplates.com'><img alt='ads' border='0' src='http://bp3.blogger.com/_Zuzii37VUO4/R98Sc03jk0I/AAAAAAAACts/p4MrWh2a4V0/s1600/btemplates.jpg'/></a> <a href='http://btemplates.com'><img alt='ads' border='0' src='http://bp3.blogger.com/_Zuzii37VUO4/R98Sc03jk0I/AAAAAAAACts/p4MrWh2a4V0/s1600/btemplates.jpg'/></a> <a href='http://btemplates.com'><img alt='ads' border='0' src='http://bp3.blogger.com/_Zuzii37VUO4/R98Sc03jk0I/AAAAAAAACts/p4MrWh2a4V0/s1600/btemplates.jpg'/></a> <a href='http://btemplates.com'><img alt='ads' border='0' src='http://bp3.blogger.com/_Zuzii37VUO4/R98Sc03jk0I/AAAAAAAACts/p4MrWh2a4V0/s1600/btemplates.jpg'/></a> </div> <div id='widget-sidebar'> <div class='sidebar section' id='sidebar1'><div class='widget Feed' id='Feed1'> <h2>Recent Posts</h2> <div class='widget-content' id='Feed1_feedItemListDisplay'> <span style='filter: alpha(25); opacity: 0.25;'> <a href='http://guruofsoftwares.blogspot.com/feeds/posts/default'>Loading...</a> </span> </div> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='http://www.blogger.com/rearrange?blogID=9066350843021222131&widgetType=Feed&widgetId=Feed1&action=editWidget' onclick='return _WidgetManager._PopupConfig(document.getElementById("Feed1"));' target='configFeed1' title='Edit'> <img alt='' height='18' src='http://img1.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div><div class='widget Feed' id='Feed2'> <h2>Navi Arora</h2> <div class='widget-content' id='Feed2_feedItemListDisplay'> <span style='filter: alpha(25); opacity: 0.25;'> <a href='http://naviarora.blogspot.com/feeds/posts/default'>Loading...</a> </span> </div> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='http://www.blogger.com/rearrange?blogID=9066350843021222131&widgetType=Feed&widgetId=Feed2&action=editWidget' onclick='return _WidgetManager._PopupConfig(document.getElementById("Feed2"));' target='configFeed2' title='Edit'> <img alt='' height='18' src='http://img1.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div><div class='widget HTML' id='HTML1'> <div class='widget-content'> <div class="widget-content"> <ul class="posts"><li><a href="http://guruofsoftwares.blogspot.com/2008/09/ebook-linux-server-hacks-volume-two.html">EBOOK: Linux Server Hacks, Volume Two: Tips & Tool...</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/ebooks-nokia-smartphone-hacks-tips.html">EBOOKS: Nokia Smartphone Hacks: Tips & Tools for Y...</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/hacking-internet-cafe.html">Hacking internet Cafe</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/how-to-shut-down-all-pcs-on-network.html">How To Shut Down All Pc(s) On the Network</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/free-access-to-websites-without.html">Free Access To Websites Without Registering</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/download-bluetooth-hacking-application.html">Download Bluetooth hacking application - super blu...</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/use-any-usb-stick-as-ram-advanced.html">Use any USB stick As Ram ! Advanced search!</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/cbse-sample-papers-2009-syllabus-date.html">CBSE SAMPLE PAPERS 2009 | SYLLABUS | DATE SHEET | ...</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/anti-boot-software-for-yahoo-messenger.html">Anti Boot Software for Yahoo Messenger (Update)</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/3d-web-browsing-is-here.html">3D Web Browsing is here...</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/bootzilla-free-bootable-cd-for.html">BootZilla - Free Bootable CD For Performing Adavan...</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/vlc-media-player-v-092-available-for.html">VLC Media Player v 0.9.2 Available For Download</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/free-software-to-convert-videos-for.html">Free Software To Convert Videos For Blackberry Pla...</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/delhi-blast-indian-mujahideen-takes.html">Delhi blast: Indian Mujahideen takes responsibilit...</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/top-10-safest-cars.html">Top 10 safest cars</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/screen-it.html">Screen-It</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/about-this-blog.html">About This Blog</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/mobidvd-free-dvdvcd-ripper-conversion.html">MobiDVD - Free DVD/VCD Ripper Conversion</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/paintnet-photoshop-replacement.html">Paint.NET, a Photoshop replacement</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/wininizio-pensuite-launch-from.html">Wininizio PenSuite, Launch From FlashDisk</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/cubicexplorer-free-explorer-alternative.html">CubicExplorer, a Free Explorer Alternative</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/amaya-free-web-editor-from-w3c.html">Amaya, Free Web Editor from W3C</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/foxit-pdf-reader.html">Foxit PDF Reader</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/free-website-copieroffline-browser.html">A FREE Website Copier/Offline Browser allowing you...</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/windows-media-player-12-release-2008.html">Windows Media Player 12 Release 2008</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/iphone-unlock-v30-free-that-phone.html">iPhone Unlock! v3.0, Free that Phone</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/portable-batch-watermark-creator-v62.html">Portable Batch Watermark Creator v6.2</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/aaa-logo-2008-v210.html">AAA Logo 2008 v2.10</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/javascript-collector-1104.html">JavaScript Collector 1.1.0.4</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/makemusic-finale-allegro-2007-v12290.html">MakeMusic Finale Allegro 2007 v12.2.9.0 Incl Keyge...</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/portable-flash-music-studio-v10.html">Portable Flash Music Studio v.1.0</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/portable-magic-ascii-studio-v22-build.html">Portable Magic ASCII Studio v.2.2 Build 1201</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/flash-optimizer-20.html">Flash Optimizer 2.0</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/vista-buttons-v245.html">Vista Buttons v2.45</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/hdd-life-pro.html">HDD Life Pro</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/partition-manager-90-personal.html">Partition Manager 9.0 Personal</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/16-thit-b-lu-tr-usb-l-thng-v-ng-ch.html">16 thiết bị lưu trữ USB lạ thường và đáng chú ý</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/ti-v-xem-phim-vi-torrent.html">Tải và xem phim với torrent</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/windows-xp-sp3-phin-bn-chnh-thc-ra-mt.html">Windows XP SP3 phiên bản chính thức đã ra mắt</a></li><li><a href="http://guruofsoftwares.blogspot.com/2008/09/new-tata-indica-vista-tdi-aqua.html">New Tata Indica Vista TDi Aqua</a></li></ul> </div><script type="text/javascript">var infolink_pid = 22352;</script> <script src="http://resources.infolinks.com/js/infolinks_main.js" type="text/javascript"></script> <script src="http://widgets.amung.us/small.js" type="text/javascript"></script><script type="text/javascript">WAU_small('fdemkpd8u9cx')</script> </div> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='http://www.blogger.com/rearrange?blogID=9066350843021222131&widgetType=HTML&widgetId=HTML1&action=editWidget' onclick='return _WidgetManager._PopupConfig(document.getElementById("HTML1"));' target='configHTML1' title='Edit'> <img alt='' height='18' src='http://img1.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div></div> <div class='sidebar section' id='sidebar2'></div> </div> </div><!-- termina sidebar --> <!-- Limpiar flotación--> <div class='clear'></div> </div> <!-- fin de capa content-wrapper --> <!-- (Pie de página) --> <!-- (Footer) --> <div id='footer'> <!-- This is the first block for the footer - Begin --> <div class='top-footer'> <div class='footer-block section' id='footer-block1'><div class='widget Followers' id='Followers1'> <h2 class='title'>Followers</h2> <div class='widget-content'> <div id='Followers1-wrapper'> <div style='margin-right:2px;'> <script type="text/javascript"> if (!window.google || !google.friendconnect) { document.write('<script type="text/javascript"' + 'src="http://www.google.com/friendconnect/script/friendconnect.js">' + '</scr' + 'ipt>'); } </script> <script type="text/javascript"> if (!window.registeredBloggerCallbacks) { window.registeredBloggerCallbacks = true; var registeredGadgets = []; gadgets.rpc.register('registerGadgetForRpcs', function(gadgetDomain, iframeName) { // Trim the gadget domain from a random url (w/ query params) // down to just a top level domain. var startIndex = 0; var protocolMarker = "://"; // Find the start of the host name if (gadgetDomain.indexOf(protocolMarker) != -1) { startIndex = gadgetDomain.indexOf(protocolMarker) + protocolMarker.length; } // Now find the start of the path var pathIndex = gadgetDomain.indexOf("/", startIndex); // Now extract just the hostname if (pathIndex != -1) { gadgetDomain = gadgetDomain.substring(0, pathIndex); } gadgets.rpc.setRelayUrl(iframeName, gadgetDomain + "/ps/rpc_relay.html"); // Just return some random stuff so the gadget can tell when // we're done. return "callback"; }); gadgets.rpc.register('getBlogUrls', function() { var holder = {}; holder.currentPost = "http://www.blogger.com/feeds/9066350843021222131/posts/default/120423848429558902"; holder.currentComments = "http://www.blogger.com/feeds/9066350843021222131/120423848429558902/comments/default"; holder.postFeed = "http://www.blogger.com/feeds/9066350843021222131/posts/default"; holder.commentFeed = "http://www.blogger.com/feeds/9066350843021222131/comments/default"; return holder; }); gadgets.rpc.register('requestReload', function() { document.location.reload(); }); gadgets.rpc.register('requestSignOut', function(siteId) { google.friendconnect.container.openSocialSiteId = siteId; google.friendconnect.requestSignOut(); }); } </script> <div id="div-4q9vobavdzul" style="width: 100%; "></div> <script type="text/javascript"> var skin = {}; skin['FACE_SIZE'] = '32'; skin['HEIGHT'] = "260"; skin['TITLE'] = "Followers"; skin['BORDER_COLOR'] = "transparent"; skin['ENDCAP_BG_COLOR'] = "transparent"; skin['ENDCAP_TEXT_COLOR'] = "#000000"; skin['ENDCAP_LINK_COLOR'] = "#000000"; skin['ALTERNATE_BG_COLOR'] = "transparent"; skin['CONTENT_BG_COLOR'] = "transparent"; skin['CONTENT_LINK_COLOR'] = "#000000"; skin['CONTENT_TEXT_COLOR'] = "#000000"; skin['CONTENT_SECONDARY_LINK_COLOR'] = "#FFFFFF"; skin['CONTENT_SECONDARY_TEXT_COLOR'] = "#000000"; skin['CONTENT_HEADLINE_COLOR'] = "#000000"; skin['FONT_FACE'] = "Arial"; google.friendconnect.container.setParentUrl("/"); google.friendconnect.container["renderMembersGadget"]( {id: "div-4q9vobavdzul", height: 260, site: "16412262808876672498", locale: 'en' }, skin); </script> </div> </div> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='http://www.blogger.com/rearrange?blogID=9066350843021222131&widgetType=Followers&widgetId=Followers1&action=editWidget' onclick='return _WidgetManager._PopupConfig(document.getElementById("Followers1"));' target='configFollowers1' title='Edit'> <img alt='' height='18' src='http://img1.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/> </a> </span> </span> <div class='clear'></div> </div> </div></div> <div class='footer-block section' id='footer-block2'></div> <div class='footer-block section' id='footer-block3'></div> </div> <!-- This is the second block for the footer - Begin --> <div class='bottom-footer'> <div class='footer-block section' id='footer-block4'></div> <div class='footer-block section' id='footer-block5'></div> <div class='footer-block section' id='footer-block6'></div> </div> <!-- This is the final block for the footer - Begin --> <div id='final-footer'> <div class='ff-left'><span class='site'>©2006-2008 <a href='http://guruofsoftwares.blogspot.com/' style='text-decoration: none;'>Free Softwares Download</a></span><br/> <br/><span class='site'><a href='http://www.icbse.org'>GuruOfSoftwares</a> by <a href='http://naviarora.blogspot.com'>Navi Arora</a></span> <!-- This is the final block of the footer - End --> </div></div> </div><!-- (Termina footer) --> <div id='footer-close'></div> </div></div> <!-- fin de capa outer-wrapper --> <script type="text/javascript"> if (window.jstiming) window.jstiming.load.tick('widgetJsBefore'); </script><script type="text/javascript" src="http://www.blogger.com/static/v1/widgets/709343109-widgets.js"></script> <script type='text/javascript'> _WidgetManager._Init('http://www.blogger.com/rearrange?blogID=9066350843021222131', 'http://guruofsoftwares.blogspot.com/2008/05/how-to-create-search-engine-friendly.html','9066350843021222131'); _WidgetManager._SetPageActionUrl('http://www.blogger.com/display?blogID=9066350843021222131', 'U3Hj12xqCVqIwGszWJKMDhtFF5Q:1259229120214'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'title': 'Free Softwares Download', 'pageType': 'item', 'url': 'http://guruofsoftwares.blogspot.com/2008/05/how-to-create-search-engine-friendly.html', 'homepageUrl': 'http://guruofsoftwares.blogspot.com/', 'enabledCommentProfileImages': true, 'searchLabel': '', 'searchQuery': '', 'pageName': 'How to create a Search Engine friendly Website ***', 'pageTitle': 'Free Softwares Download: How to create a Search Engine friendly Website ***', 'encoding': 'UTF-8', 'locale': 'en', 'isPrivate': false, 'languageDirection': 'ltr', 'feedLinks': '\74link rel\75\42alternate\42 type\75\42application/atom+xml\42 title\75\42Free Softwares Download - Atom\42 href\75\42http://guruofsoftwares.blogspot.com/feeds/posts/default\42 /\76\n\74link rel\75\42alternate\42 type\75\42application/rss+xml\42 title\75\42Free Softwares Download - RSS\42 href\75\42http://guruofsoftwares.blogspot.com/feeds/posts/default?alt\75rss\42 /\76\n\74link rel\75\42service.post\42 type\75\42application/atom+xml\42 title\75\42Free Softwares Download - Atom\42 href\75\42http://www.blogger.com/feeds/9066350843021222131/posts/default\42 /\76\n\74link rel\75\42EditURI\42 type\75\42application/rsd+xml\42 title\75\42RSD\42 href\75\42http://www.blogger.com/rsd.g?blogID\759066350843021222131\42 /\76\n\74link rel\75\42alternate\42 type\75\42application/atom+xml\42 title\75\42Free Softwares Download - Atom\42 href\75\42http://guruofsoftwares.blogspot.com/feeds/120423848429558902/comments/default\42 /\76\n', 'meTag': '', 'openIdOpTag': '', 'latencyHeadScript': '\74script type\75\42text/javascript\42\76(function() { var a\75window;function e(b){this.t\75{};this.tick\75function(c,h,d){d\75d?d:(new Date).getTime();this.t[c]\75[d,h]};this.tick(\42start\42,null,b)}var f\75new e;a.jstiming\75{Timer:e,load:f};try{a.jstiming.pt\75a.gtbExternal\46\46a.gtbExternal.pageT()||a.external\46\46a.external.pageT}catch(g){};a.tickAboveFold\75function(b){b\75b;var c\0750;if(b.offsetParent){do c+\75b.offsetTop;while(b\75b.offsetParent)}b\75c;b\74\075750\46\46a.jstiming.load.tick(\42aft\42)};var i\75false;function j(){if(!i){i\75true;a.jstiming.load.tick(\42firstScrollTime\42)}}a.addEventListener?a.addEventListener(\42scroll\42,j,false):a.attachEvent(\42onscroll\42,j); })();\74/script\076'}}]); _WidgetManager._SetSystemMarkup({'layout': {'varName': '', 'template': '\74div class\75\47widget-wrap1\47\76\n\74div class\75\47widget-wrap2\47\76\n\74div class\75\47widget-wrap3\47\76\n\74div class\75\47widget-content\47\76\n\74div class\75\47layout-title\47\76\74data:layout-title\76\74/data:layout-title\76\74/div\76\n\74a class\75\47editlink\47 expr:href\75\47data:widget.quickEditUrl\47 expr:onclick\75\47\46quot;return _WidgetManager._PopupConfig(document.getElementById(\\\46quot;\46quot; + data:widget.instanceId + \46quot;\\\46quot;));\46quot;\47 target\75\47chooseWidget\47\76\74data:edit-link\76\74/data:edit-link\76\74/a\76\n\74/div\76\n\74/div\76\n\74/div\76\n\74/div\076'}, 'quickedit': {'varName': '', 'template': '\74div class\75\47clear\47\76\74/div\76\n\74span class\75\47widget-item-control\47\76\n\74span class\75\47item-control blog-admin\47\76\n\74a class\75\47quickedit\47 expr:href\75\47data:widget.quickEditUrl\47 expr:onclick\75\47\46quot;return _WidgetManager._PopupConfig(document.getElementById(\\\46quot;\46quot; + data:widget.instanceId + \46quot;\\\46quot;));\46quot;\47 expr:target\75\47\46quot;config\46quot; + data:widget.instanceId\47 expr:title\75\47data:edit-link\47\76\n\74img alt\75\47\47 height\75\04718\47 src\75\47http://img1.blogblog.com/img/icon18_wrench_allbkg.png\47 width\75\04718\47/\76\n\74/a\76\n\74/span\76\n\74/span\76\n\74div class\75\47clear\47\76\74/div\076'}, 'all-head-content': {'varName': 'page', 'template': '\74data:blog.latencyHeadScript\76\74/data:blog.latencyHeadScript\76\n\74meta expr:content\75\47\46quot;text/html; charset\75\46quot; + data:page.encoding\47 http-equiv\75\47Content-Type\47/\76\n\74meta content\75\47true\47 name\75\47MSSmartTagsPreventParsing\47/\76\n\74meta content\75\47blogger\47 name\75\47generator\47/\76\n\74link href\75\47http://www.blogger.com/favicon.ico\47 rel\75\47icon\47 type\75\47image/vnd.microsoft.icon\47/\76\n\74link expr:href\75\47data:blog.url\47 rel\75\47canonical\47/\76\n\74data:blog.feedLinks\76\74/data:blog.feedLinks\76\n\74data:blog.meTag\76\74/data:blog.meTag\76\n\74data:blog.openIdOpTag\76\74/data:blog.openIdOpTag\076'}}); _WidgetManager._RegisterWidget('_FeedView', new _WidgetInfo('Feed3', 'archivos',{'main': {'varName': '', 'template': '\74h2\76\74data:title\76\74/data:title\76\74/h2\76\n\74div class\75\47widget-content\47 expr:id\75\47data:widget.instanceId + \46quot;_feedItemListDisplay\46quot;\47\76\n\74span style\75\47filter: alpha(25); opacity: 0.25;\47\76\n\74a expr:href\75\47data:feedUrl\47\76\74data:loadingMsg\76\74/data:loadingMsg\76\74/a\76\n\74/span\76\n\74/div\76\n\74b:include name\75\47quickedit\47\76\74/b:include\076'}}, document.getElementById('Feed3'), {'title': 'CBSE Help Center: Recent Topics', 'showItemDate': false, 'showItemAuthor': false, 'feedUrl': 'http://www.icbse.com/forums/rss/topics', 'numItemsShow': 5, 'loadingMsg': 'Loading...'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive1', 'archivos',{'main': {'varName': '', 'template': '\74b:if cond\75\47data:title\47\76\n\74h2\76\74data:title\76\74/data:title\76\74/h2\76\n\74/b:if\76\n\74div class\75\47widget-content\47\76\n\74div id\75\47ArchiveList\47\76\n\74div expr:id\75\47data:widget.instanceId + \46quot;_ArchiveList\46quot;\47\76\n\74b:if cond\75\47data:style \75\75 \46quot;HIERARCHY\46quot;\47\76\n\74b:include data\75\47data\47 name\75\47interval\47\76\74/b:include\76\n\74/b:if\76\n\74b:if cond\75\47data:style \75\75 \46quot;FLAT\46quot;\47\76\n\74b:include data\75\47data\47 name\75\47flat\47\76\74/b:include\76\n\74/b:if\76\n\74b:if cond\75\47data:style \75\75 \46quot;MENU\46quot;\47\76\n\74b:include data\75\47data\47 name\75\47menu\47\76\74/b:include\76\n\74/b:if\76\n\74/div\76\n\74/div\76\n\74b:include name\75\47quickedit\47\76\74/b:include\76\n\74/div\076'}, 'flat': {'varName': 'data', 'template': '\74ul\76\n\74b:loop values\75\47data:data\47 var\75\47i\47\76\n\74li class\75\47archivedate\47\76\n\74a expr:href\75\47data:i.url\47\76\74data:i.name\76\74/data:i.name\76\74/a\76 (\74data:i.post-count\76\74/data:i.post-count\76)\n \74/li\76\n\74/b:loop\76\n\74/ul\076'}, 'menu': {'varName': 'data', 'template': '\74select expr:id\75\47data:widget.instanceId + \46quot;_ArchiveMenu\46quot;\47\76\n\74option value\75\47\47\76\74data:title\76\74/data:title\76\74/option\76\n\74b:loop values\75\47data:data\47 var\75\47i\47\76\n\74option expr:value\75\47data:i.url\47\76\74data:i.name\76\74/data:i.name\76 (\74data:i.post-count\76\74/data:i.post-count\76)\74/option\76\n\74/b:loop\76\n\74/select\076'}, 'interval': {'varName': 'intervalData', 'template': '\74b:loop values\75\47data:intervalData\47 var\75\47i\47\76\n\74ul\76\n\74li expr:class\75\47\46quot;archivedate \46quot; + data:i.expclass\47\76\n\74b:include data\75\47i\47 name\75\47toggle\47\76\74/b:include\76\n\74a class\75\47post-count-link\47 expr:href\75\47data:i.url\47\76\74data:i.name\76\74/data:i.name\76\74/a\76\n\74span class\75\47post-count\47 dir\75\47ltr\47\76(\74data:i.post-count\76\74/data:i.post-count\76)\74/span\76\n\74b:if cond\75\47data:i.data\47\76\n\74b:include data\75\47i.data\47 name\75\47interval\47\76\74/b:include\76\n\74/b:if\76\n\74b:if cond\75\47data:i.posts\47\76\n\74b:include data\75\47i.posts\47 name\75\47posts\47\76\74/b:include\76\n\74/b:if\76\n\74/li\76\n\74/ul\76\n\74/b:loop\076'}, 'toggle': {'varName': 'interval', 'template': '\74b:if cond\75\47data:interval.toggleId\47\76\n\74b:if cond\75\47data:interval.expclass \75\75 \46quot;expanded\46quot;\47\76\n\74a class\75\47toggle\47 href\75\47javascript:void(0)\47\76\n\74span class\75\47zippy toggle-open\47\76\46#9660;\46#160;\74/span\76\n\74/a\76\n\74b:else\76\74/b:else\76\n\74a class\75\47toggle\47 href\75\47javascript:void(0)\47\76\n\74span class\75\47zippy\47\76\n\74b:if cond\75\47data:blog.languageDirection \75\75 \46quot;rtl\46quot;\47\76\n \46#9668;\46#160;\n \74b:else\76\74/b:else\76\n \46#9658;\46#160;\n \74/b:if\76\n\74/span\76\n\74/a\76\n\74/b:if\76\n\74/b:if\076'}, 'posts': {'varName': 'posts', 'template': '\74ul class\75\47posts\47\76\n\74b:loop values\75\47data:posts\47 var\75\47i\47\76\n\74li\76\74a expr:href\75\47data:i.url\47\76\74data:i.title\76\74/data:i.title\76\74/a\76\74/li\76\n\74/b:loop\76\n\74/ul\076'}}, document.getElementById('BlogArchive1'), {'languageDirection': 'ltr'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML2', 'sidebar-tags',{'main': {'varName': '', 'template': '\74b:if cond\75\47data:title !\75 \46quot;\46quot;\47\76\n\74h2 class\75\47title\47\76\74data:title\76\74/data:title\76\74/h2\76\n\74/b:if\76\n\74div class\75\47widget-content\47\76\n\74data:content\76\74/data:content\76\n\74/div\76\n\74b:include name\75\47quickedit\47\76\74/b:include\076'}}, document.getElementById('HTML2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LabelView', new _WidgetInfo('Label1', 'sidebar-tags',{'main': {'varName': '', 'template': '\74b:if cond\75\47data:title\47\76\n\74h2\76\74data:title\76\74/data:title\76\74/h2\76\n\74/b:if\76\n\74div class\75\47widget-content\47\76\n\74ul\76\n\74b:loop values\75\47data:labels\47 var\75\47label\47\76\n\74li\76\n\74b:if cond\75\47data:blog.url \75\75 data:label.url\47\76\n\74span expr:dir\75\47data:blog.languageDirection\47\76\n\74data:label.name\76\74/data:label.name\76\n\74/span\76\n\74b:else\76\74/b:else\76\n\74a expr:dir\75\47data:blog.languageDirection\47 expr:href\75\47data:label.url\47\76\n\74data:label.name\76\74/data:label.name\76\n\74/a\76\n\74/b:if\76\n\74span dir\75\47ltr\47\76(\74data:label.count\76\74/data:label.count\76)\74/span\76\n\74/li\76\n\74/b:loop\76\n\74/ul\76\n\74b:include name\75\47quickedit\47\76\74/b:include\76\n\74/div\076'}}, document.getElementById('Label1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_FeedView', new _WidgetInfo('Feed1', 'sidebar1',{'main': {'varName': '', 'template': '\74h2\76\74data:title\76\74/data:title\76\74/h2\76\n\74div class\75\47widget-content\47 expr:id\75\47data:widget.instanceId + \46quot;_feedItemListDisplay\46quot;\47\76\n\74span style\75\47filter: alpha(25); opacity: 0.25;\47\76\n\74a expr:href\75\47data:feedUrl\47\76\74data:loadingMsg\76\74/data:loadingMsg\76\74/a\76\n\74/span\76\n\74/div\76\n\74b:include name\75\47quickedit\47\76\74/b:include\076'}}, document.getElementById('Feed1'), {'title': 'Recent Posts', 'showItemDate': false, 'showItemAuthor': false, 'feedUrl': 'http://guruofsoftwares.blogspot.com/feeds/posts/default', 'numItemsShow': 5, 'loadingMsg': 'Loading...'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_FeedView', new _WidgetInfo('Feed2', 'sidebar1',{'main': {'varName': '', 'template': '\74h2\76\74data:title\76\74/data:title\76\74/h2\76\n\74div class\75\47widget-content\47 expr:id\75\47data:widget.instanceId + \46quot;_feedItemListDisplay\46quot;\47\76\n\74span style\75\47filter: alpha(25); opacity: 0.25;\47\76\n\74a expr:href\75\47data:feedUrl\47\76\74data:loadingMsg\76\74/data:loadingMsg\76\74/a\76\n\74/span\76\n\74/div\76\n\74b:include name\75\47quickedit\47\76\74/b:include\076'}}, document.getElementById('Feed2'), {'title': 'Navi Arora', 'showItemDate': false, 'showItemAuthor': false, 'feedUrl': 'http://naviarora.blogspot.com/feeds/posts/default', 'numItemsShow': 5, 'loadingMsg': 'Loading...'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML1', 'sidebar1',{'main': {'varName': '', 'template': '\74b:if cond\75\47data:title !\75 \46quot;\46quot;\47\76\n\74h2 class\75\47title\47\76\74data:title\76\74/data:title\76\74/h2\76\n\74/b:if\76\n\74div class\75\47widget-content\47\76\n\74data:content\76\74/data:content\76\n\74/div\76\n\74b:include name\75\47quickedit\47\76\74/b:include\076'}}, document.getElementById('HTML1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main',{'main': {'varName': 'top', 'template': '\74div class\75\47blog-posts hfeed\47\76\n\74b:include data\75\47top\47 name\75\47status-message\47\76\74/b:include\76\n\74data:adStart\76\74/data:adStart\76\n\74b:loop values\75\47data:posts\47 var\75\47post\47\76\n\74b:include data\75\47post\47 name\75\47post\47\76\74/b:include\76\n\74b:if cond\75\47data:blog.pageType \75\75 \46quot;item\46quot;\47\76\n\74b:include data\75\47post\47 name\75\47comments\47\76\74/b:include\76\n\74/b:if\76\n\74b:if cond\75\47data:post.includeAd\47\76\n\74data:adEnd\76\74/data:adEnd\76\n\74data:adCode\76\74/data:adCode\76\n\74data:adStart\76\74/data:adStart\76\n\74/b:if\76\n\74/b:loop\76\n\74data:adEnd\76\74/data:adEnd\76\n\74/div\76\n\74b:include name\75\47nextprev\47\76\74/b:include\076'}, 'nextprev': {'varName': '', 'template': '\74div class\75\47blog-pager\47 id\75\47blog-pager\47\76\n\74b:if cond\75\47data:newerPageUrl\47\76\n\74span id\75\47blog-pager-newer-link\47\76\n\74a class\75\47blog-pager-newer-link\47 expr:href\75\47data:newerPageUrl\47 expr:id\75\47data:widget.instanceId + \46quot;_blog-pager-newer-link\46quot;\47 expr:title\75\47data:newerPageTitle\47\76\74data:newerPageTitle\76\74/data:newerPageTitle\76\74/a\76\n\74/span\76\n\74/b:if\76\n\74b:if cond\75\47data:olderPageUrl\47\76\n\74span id\75\47blog-pager-older-link\47\76\n\74a class\75\47blog-pager-older-link\47 expr:href\75\47data:olderPageUrl\47 expr:id\75\47data:widget.instanceId + \46quot;_blog-pager-older-link\46quot;\47 expr:title\75\47data:olderPageTitle\47\76\74data:olderPageTitle\76\74/data:olderPageTitle\76\74/a\76\n\74/span\76\n\74/b:if\76\n\74b:if cond\75\47data:blog.homepageUrl !\75 data:blog.url\47\76\n\74a class\75\47home-link\47 expr:href\75\47data:blog.homepageUrl\47\76\74data:homeMsg\76\74/data:homeMsg\76\74/a\76\n\74b:else\76\74/b:else\76\n\74b:if cond\75\47data:newerPageUrl\47\76\n\74a class\75\47home-link\47 expr:href\75\47data:blog.homepageUrl\47\76\74data:homeMsg\76\74/data:homeMsg\76\74/a\76\n\74/b:if\76\n\74/b:if\76\n\74/div\76\n\74div class\75\47clear\47\76\74/div\076'}, 'post': {'varName': 'post', 'template': '\74div class\75\47post hentry uncustomized-post-template\47\76\n\74a expr:name\75\47data:post.id\47\76\74/a\76\n\74b:if cond\75\47data:post.title\47\76\n\74h3 class\75\47post-title entry-title\47\76\n\74b:if cond\75\47data:post.link\47\76\n\74a expr:href\75\47data:post.link\47\76\74data:post.title\76\74/data:post.title\76\74/a\76\n\74b:else\76\74/b:else\76\n\74b:if cond\75\47data:post.url\47\76\n\74a expr:href\75\47data:post.url\47\76\74data:post.title\76\74/data:post.title\76\74/a\76\n\74b:else\76\74/b:else\76\n\74data:post.title\76\74/data:post.title\76\n\74/b:if\76\n\74/b:if\76\n\74/h3\76\n\74/b:if\76\n\74div class\75\47postedby\47\76\n\74div class\75\47post-status\47\76\n\74span class\75\47post-author vcard\47\76\n\74b:if cond\75\47data:top.showAuthor\47\76\n\74data:top.authorLabel\76\74/data:top.authorLabel\76\n\74span class\75\47fn\47\76\74data:post.author\76\74/data:post.author\76\74/span\76\n\74/b:if\76\n\74/span\76\n\74span class\75\47post-timestamp\47\76\n\74b:if cond\75\47data:top.showTimestamp\47\76\n\74data:top.timestampLabel\76\74/data:top.timestampLabel\76\n\74b:if cond\75\47data:post.url\47\76\n\74a class\75\47timestamp-link\47 expr:href\75\47data:post.url\47 rel\75\47bookmark\47 title\75\47permanent link\47\76\74abbr class\75\47published\47 expr:title\75\47data:post.timestampISO8601\47\76\74data:post.timestamp\76\74/data:post.timestamp\76\74/abbr\76\74/a\76\n\74/b:if\76\n\74/b:if\76\n\74/span\76.\n\n \74b:if cond\75\47data:post.dateHeader\47\76\n\74span class\75\47date-header\47\76\74data:post.dateHeader\76\74/data:post.dateHeader\76\74/span\76\n\74/b:if\76\n\74/div\76\n\74span class\75\47post-comment-link\47\76\n\74b:if cond\75\47data:blog.pageType !\75 \46quot;item\46quot;\47\76\n\74b:if cond\75\47data:post.allowComments\47\76\n\74a class\75\47comment-link\47 expr:href\75\47data:post.url + \46quot;#comments\46quot;\47\76\74b:if cond\75\47data:post.numComments \75\75 1\47\0761 \74data:top.commentLabel\76\74/data:top.commentLabel\76\74b:else\76\74/b:else\76\74data:post.numComments\76\74/data:post.numComments\76\n\74data:top.commentLabelPlural\76\74/data:top.commentLabelPlural\76\74/b:if\76\74/a\76\n\74/b:if\76\n\74/b:if\76\n\74/span\76\n\74/div\76\n\74span class\75\47post-labels\47\76\n\74b:if cond\75\47data:post.labels\47\76\n\74data:postLabelsLabel\76\74/data:postLabelsLabel\76\n\74b:loop values\75\47data:post.labels\47 var\75\47label\47\76\n\74a expr:href\75\47data:label.url\47 rel\75\47tag\47\76\74data:label.name\76\74/data:label.name\76\74/a\76\74b:if cond\75\47data:label.isLast !\75 \46quot;true\46quot;\47\76,\74/b:if\76\n\74/b:loop\76\n\74/b:if\76\n\74/span\76\n\74b:if cond\75\47data:blog.pageType \75\75 \46quot;item\46quot;\47\76\n\74div class\75\47post-header-line-1\47\76\n\74div class\75\47rsociales\47\76\n\74a class\75\47a2a_dd\47 href\75\47http://www.addtoany.com/share_save?linkname\75\46amp;linkurl\75http%3A%2F%2Fguruofsoftwares.blogspot.com\47\76\74img alt\75\47Share/Save/Bookmark\47 border\75\0470\47 height\75\04716\47 src\75\47http://static.addtoany.com/buttons/share_save_171_16.png\47 width\75\047171\47/\76\74/a\76\74script type\75\47text/javascript\47\76a2a_linkname\75document.title;a2a_linkurl\75\46quot;http://guruofsoftwares.blogspot.com\46quot;;\74/script\76\74script src\75\47http://static.addtoany.com/menu/page.js\47 type\75\47text/javascript\47\76\74/script\76\n\74/div\76\n\74/div\76\n\74/b:if\76\n\74div class\75\47post-body entry-content\47\76\n\74p\76\74data:post.body\76\74/data:post.body\76\74/p\76\n\74div style\75\47clear: both;\47\76\74/div\76\n\74/div\76\n\74div class\75\47post-footer\47\76\n\74div class\75\47post-footer-line post-footer-line-1\47\76\n\74span class\75\47post-backlinks post-comment-link\47\76\n\74b:if cond\75\47data:blog.pageType !\75 \46quot;item\46quot;\47\76\n\74b:if cond\75\47data:post.showBacklinks\47\76\n\74a class\75\47comment-link\47 expr:href\75\47data:post.url + \46quot;#links\46quot;\47\76\74data:top.backlinkLabel\76\74/data:top.backlinkLabel\76\74/a\76\n\74/b:if\76\n\74/b:if\76\n\74/span\76\n\74span class\75\47post-icons\47\76\n\74b:if cond\75\47data:post.emailPostUrl\47\76\n\74span class\75\47item-action\47\76\n\74a expr:href\75\47data:post.emailPostUrl\47 expr:title\75\47data:top.emailPostMsg\47\76\n\74img alt\75\47\47 class\75\47icon-action\47 src\75\47http://www.blogger.com/img/icon18_email.gif\47/\76\n\74/a\76\n\74/span\76\n\74/b:if\76\n\74b:include data\75\47post\47 name\75\47postQuickEdit\47\76\74/b:include\76\n\74/span\76\n\74/div\76\n\74div class\75\47post-footer-line post-footer-line-2\47\76\74/div\76\n\74div class\75\47post-footer-line post-footer-line-3\47\76\74/div\76\n\74/div\76\n\74/div\076'}, 'postQuickEdit': {'varName': 'post', 'template': '\74b:if cond\75\47data:post.editUrl\47\76\n\74span expr:class\75\47\46quot;item-control \46quot; + data:post.adminClass\47\76\n\74a expr:href\75\47data:post.editUrl\47 expr:title\75\47data:top.editPostMsg\47\76\n\74img alt\75\47\47 class\75\47icon-action\47 src\75\47http://www.blogger.com/img/icon18_edit_allbkg.gif\47/\76\n\74/a\76\n\74/span\76\n\74/b:if\076'}, 'commentDeleteIcon': {'varName': 'comment', 'template': '\74span expr:class\75\47\46quot;item-control \46quot; + data:comment.adminClass\47\76\n\74a expr:href\75\47data:comment.deleteUrl\47 expr:title\75\47data:top.deleteCommentMsg\47\76\n\74span class\75\47delete-comment-icon\47\76\46#160;\74/span\76\n\74/a\76\n\74/span\076'}, 'backlinkDeleteIcon': {'varName': 'backlink', 'template': '\74span expr:class\75\47\46quot;item-control \46quot; + data:backlink.adminClass\47\76\n\74a expr:href\75\47data:backlink.deleteUrl\47 expr:title\75\47data:top.deleteBacklinkMsg\47\76\n\74span class\75\47delete-comment-icon\47\76\46#160;\74/span\76\n\74/a\76\n\74/span\076'}, 'comments': {'varName': 'post', 'template': '\74div class\75\47comments\47 id\75\47comments\47\76\n\74a name\75\47comments\47\76\74/a\76\n\74b:if cond\75\47data:post.allowComments\47\76\n\74h4\76\n\74b:if cond\75\47data:post.numComments \75\75 1\47\76\n 1 \74data:commentLabel\76\74/data:commentLabel\76:\n \74b:else\76\74/b:else\76\n\74data:post.numComments\76\74/data:post.numComments\76\n\74data:commentLabelPlural\76\74/data:commentLabelPlural\76:\n \74/b:if\76\n\74/h4\76\n\74b:include name\75\47feedLinks\47\76\74/b:include\76\n\74b:if cond\75\47data:post.commentPagingRequired\47\76\n\74span class\75\47paging-control-container\47\76\n\74a expr:class\75\47data:post.oldLinkClass\47 expr:href\75\47data:post.oldestLinkUrl\47\76\74data:post.oldestLinkText\76\74/data:post.oldestLinkText\76\74/a\76\n \46#160;\n \74a expr:class\75\47data:post.oldLinkClass\47 expr:href\75\47data:post.olderLinkUrl\47\76\74data:post.olderLinkText\76\74/data:post.olderLinkText\76\74/a\76\n \46#160;\n \74data:post.commentRangeText\76\74/data:post.commentRangeText\76\n \46#160;\n \74a expr:class\75\47data:post.newLinkClass\47 expr:href\75\47data:post.newerLinkUrl\47\76\74data:post.newerLinkText\76\74/data:post.newerLinkText\76\74/a\76\n \46#160;\n \74a expr:class\75\47data:post.newLinkClass\47 expr:href\75\47data:post.newestLinkUrl\47\76\74data:post.newestLinkText\76\74/data:post.newestLinkText\76\74/a\76\n\74/span\76\n\74/b:if\76\n\74dl id\75\47comments-block\47\76\n\74b:loop values\75\47data:post.comments\47 var\75\47comment\47\76\n\74dt expr:class\75\47\46quot;comment-author \46quot; + data:comment.authorClass\47 expr:id\75\47data:comment.anchorName\47\76\n\74a expr:name\75\47data:comment.anchorName\47\76\74/a\76\n\74b:if cond\75\47data:comment.authorUrl\47\76\n\74a expr:href\75\47data:comment.authorUrl\47 rel\75\47nofollow\47\76\74data:comment.author\76\74/data:comment.author\76\74/a\76\n\74b:else\76\74/b:else\76\n\74data:comment.author\76\74/data:comment.author\76\n\74/b:if\76\n\74data:commentPostedByMsg\76\74/data:commentPostedByMsg\76\n\74/dt\76\n\74dd class\75\47comment-body\47\76\n\74b:if cond\75\47data:comment.isDeleted\47\76\n\74span class\75\47deleted-comment\47\76\74data:comment.body\76\74/data:comment.body\76\74/span\76\n\74b:else\76\74/b:else\76\n\74p\76\74data:comment.body\76\74/data:comment.body\76\74/p\76\n\74/b:if\76\n\74/dd\76\n\74dd class\75\47comment-footer\47\76\n\74span class\75\47comment-timestamp\47\76\n\74a expr:href\75\47data:comment.url\47 title\75\47comment permalink\47\76\n\74data:comment.timestamp\76\74/data:comment.timestamp\76\n\74/a\76\n\74b:include data\75\47comment\47 name\75\47commentDeleteIcon\47\76\74/b:include\76\n\74/span\76\n\74/dd\76\n\74/b:loop\76\n\74/dl\76\n\74b:if cond\75\47data:post.commentPagingRequired\47\76\n\74span class\75\47paging-control-container\47\76\n\74a expr:class\75\47data:post.oldLinkClass\47 expr:href\75\47data:post.oldestLinkUrl\47\76\n\74data:post.oldestLinkText\76\74/data:post.oldestLinkText\76\n\74/a\76\n\74a expr:class\75\47data:post.oldLinkClass\47 expr:href\75\47data:post.olderLinkUrl\47\76\n\74data:post.olderLinkText\76\74/data:post.olderLinkText\76\n\74/a\76\n \46#160;\n \74data:post.commentRangeText\76\74/data:post.commentRangeText\76\n \46#160;\n \74a expr:class\75\47data:post.newLinkClass\47 expr:href\75\47data:post.newerLinkUrl\47\76\n\74data:post.newerLinkText\76\74/data:post.newerLinkText\76\n\74/a\76\n\74a expr:class\75\47data:post.newLinkClass\47 expr:href\75\47data:post.newestLinkUrl\47\76\n\74data:post.newestLinkText\76\74/data:post.newestLinkText\76\n\74/a\76\n\74/span\76\n\74/b:if\76\n\74h5 class\75\47comment-footer\47\76\n\74a expr:href\75\47data:post.addCommentUrl\47 expr:onclick\75\47data:post.addCommentOnclick\47\76\74data:postCommentMsg\76\74/data:postCommentMsg\76\74/a\76\n\74/h5\76\n\74/b:if\76\n\74div id\75\47backlinks-container\47\76\n\74div expr:id\75\47data:widget.instanceId + \46quot;_backlinks-container\46quot;\47\76\n\74b:if cond\75\47data:post.showBacklinks\47\76\n\74b:include data\75\47post\47 name\75\47backlinks\47\76\74/b:include\76\n\74/b:if\76\n\74/div\76\n\74/div\76\n\74/div\076'}, 'comment-form': {'varName': 'post', 'template': '\74div class\75\47comment-form\47\76\n\74a name\75\47comment-form\47\76\74/a\76\n\74h4 id\75\47comment-post-message\47\76\74data:postCommentMsg\76\74/data:postCommentMsg\76\74/h4\76\n\74p\76\74data:blogCommentMessage\76\74/data:blogCommentMessage\76\74/p\76\n\74data:blogTeamBlogMessage\76\74/data:blogTeamBlogMessage\76\n\74a expr:href\75\47data:post.commentFormIframeSrc\47 id\75\47comment-editor-src\47\76\74/a\76\n\74iframe allowtransparency\75\47true\47 class\75\47blogger-iframe-colorize blogger-comment-from-post\47 frameborder\75\0470\47 height\75\047410\47 id\75\47comment-editor\47 name\75\47comment-editor\47 src\75\47\47 width\75\047100%\47\76\74/iframe\76\n\74data:post.friendConnectJs\76\74/data:post.friendConnectJs\76\n\74data:post.cmtfpIframe\76\74/data:post.cmtfpIframe\76\n\74script type\75\47text/javascript\47\76\n BLOG_CMT_createIframe(\46#39;\74data:post.appRpcRelayPath\76\74/data:post.appRpcRelayPath\76\46#39;, \46#39;\74data:post.communityId\76\74/data:post.communityId\76\46#39;);\n \74/script\76\n\74/div\076'}, 'backlinks': {'varName': 'post', 'template': '\74a name\75\47links\47\76\74/a\76\74h4\76\74data:post.backlinksLabel\76\74/data:post.backlinksLabel\76\74/h4\76\n\74b:if cond\75\47data:post.numBacklinks !\75 0\47\76\n\74dl class\75\47comments-block\47 id\75\47comments-block\47\76\n\74b:loop values\75\47data:post.backlinks\47 var\75\47backlink\47\76\n\74div class\75\47collapsed-backlink backlink-control\47\76\n\74dt class\75\47comment-title\47\76\n\74span class\75\47backlink-toggle-zippy\47\76\46#160;\74/span\76\n\74a expr:href\75\47data:backlink.url\47 rel\75\47nofollow\47\76\74data:backlink.title\76\74/data:backlink.title\76\74/a\76\n\74b:include data\75\47backlink\47 name\75\47backlinkDeleteIcon\47\76\74/b:include\76\n\74/dt\76\n\74dd class\75\47comment-body collapseable\47\76\n\74data:backlink.snippet\76\74/data:backlink.snippet\76\n\74/dd\76\n\74dd class\75\47comment-footer collapseable\47\76\n\74span class\75\47comment-author\47\76\74data:post.authorLabel\76\74/data:post.authorLabel\76\n\74data:backlink.author\76\74/data:backlink.author\76\74/span\76\n\74span class\75\47comment-timestamp\47\76\74data:post.timestampLabel\76\74/data:post.timestampLabel\76\n\74data:backlink.timestamp\76\74/data:backlink.timestamp\76\74/span\76\n\74/dd\76\n\74/div\76\n\74/b:loop\76\n\74/dl\76\n\74/b:if\76\n\74p class\75\47comment-footer\47\76\n\74a class\75\47comment-link\47 expr:href\75\47data:post.createLinkUrl\47 expr:id\75\47data:widget.instanceId + \46quot;_backlinks-create-link\46quot;\47 target\75\47_blank\47\76\74data:post.createLinkLabel\76\74/data:post.createLinkLabel\76\74/a\76\n\74/p\076'}, 'feedLinks': {'varName': '', 'template': '\74b:if cond\75\47data:blog.pageType !\75 \46quot;item\46quot;\47\76\n\74b:if cond\75\47data:feedLinks\47\76\n\74div class\75\47blog-feeds\47\76\n\74b:include data\75\47feedLinks\47 name\75\47feedLinksBody\47\76\74/b:include\76\n\74/div\76\n\74/b:if\76\n\74b:else\76\74/b:else\76\n\74div class\75\47post-feeds\47\76\n\74b:loop values\75\47data:posts\47 var\75\47post\47\76\n\74b:if cond\75\47data:post.allowComments\47\76\n\74b:if cond\75\47data:post.feedLinks\47\76\n\74b:include data\75\47post.feedLinks\47 name\75\47feedLinksBody\47\76\74/b:include\76\n\74/b:if\76\n\74/b:if\76\n\74/b:loop\76\n\74/div\76\n\74/b:if\076'}, 'feedLinksBody': {'varName': 'links', 'template': '\74div class\75\47feed-links\47\76\n\74data:feedLinksMsg\76\74/data:feedLinksMsg\76\n\74b:loop values\75\47data:links\47 var\75\47f\47\76\n\74a class\75\47feed-link\47 expr:href\75\47data:f.url\47 expr:type\75\47data:f.mimeType\47 target\75\47_blank\47\76\74data:f.name\76\74/data:f.name\76 (\74data:f.feedType\76\74/data:f.feedType\76)\74/a\76\n\74/b:loop\76\n\74/div\076'}, 'status-message': {'varName': '', 'template': '\74b:if cond\75\47data:navMessage\47\76\n\74div class\75\47status-msg-wrap\47\76\n\74div class\75\47status-msg-body\47\76\n\74data:navMessage\76\74/data:navMessage\76\n\74/div\76\n\74div class\75\47status-msg-border\47\76\n\74div class\75\47status-msg-bg\47\76\n\74div class\75\47status-msg-hidden\47\76\74data:navMessage\76\74/data:navMessage\76\74/div\76\n\74/div\76\n\74/div\76\n\74/div\76\n\74div style\75\47clear: both;\47\76\74/div\76\n\74/b:if\076'}}, document.getElementById('Blog1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_FollowersView', new _WidgetInfo('Followers1', 'footer-block1',{'main': {'varName': '', 'template': '\74b:if cond\75\47data:title !\75 \46quot;\46quot;\47\76\n\74b:if cond\75\47data:codeSnippet !\75 \46quot;\46quot;\47\76\n\74h2 class\75\47title\47\76\74data:title\76\74/data:title\76\74/h2\76\n\74b:else\76\74/b:else\76\n\74b:if cond\75\47data:totalFollowerCount !\75 \46quot;\46quot;\47\76\n\74h2 class\75\47title\47\76\74data:title\76\74/data:title\76 (\74data:totalFollowerCount\76\74/data:totalFollowerCount\76)\74/h2\76\n\74/b:if\76\n\74/b:if\76\n\74/b:if\76\n\74div class\75\47widget-content\47\76\n\74div expr:id\75\47data:widget.instanceId + \46quot;-wrapper\46quot;\47\76\n\74b:if cond\75\47data:codeSnippet !\75 \46quot;\46quot;\47\76\n\74div style\75\47margin-right:2px;\47\76\n\74data:codeSnippet\76\74/data:codeSnippet\76\n\74/div\76\n\74b:else\76\74/b:else\76\n\74b:if cond\75\47data:totalFollowerCount \75\75 \46quot;\46quot;\47\76\n\74span class\75\47item-control following-not-admin\47\76\n\74b\76\74data:failureSnippet\76\74/data:failureSnippet\76\74/b\76\n\74/span\76\n\74span class\75\47item-control blog-admin\47\76\n\74b\76\74data:adminFailureSnippet\76\74/data:adminFailureSnippet\76\74/b\76\n\74/span\76\n\74b:else\76\74/b:else\76\n\74b:if cond\75\47data:followingLinkPresent\47\76\n\74div class\75\47follow-this profile-link item-control following-follow-this\47\76\n\74a expr:href\75\47\46quot;javascript:_FollowersView._openPopup(\\\46quot;\46quot; + data:followUri + \46quot;\\\46quot;);\46quot;\47\76\n\74data:followThisMessage\76\74/data:followThisMessage\76\n\74/a\76\n\74/div\76\n\74div class\75\47follow-this profile-link item-control following-stop-following-this\47\76\n\74a expr:href\75\47\46quot;javascript:_FollowersView._openPopup(\\\46quot;\46quot; + data:followUri + \46quot;\\\46quot;);\46quot;\47\76\n\74data:stopFollowingMessage\76\74/data:stopFollowingMessage\76\n\74/a\76\n\74/div\76\n\74/b:if\76\n\74div class\75\47followers-grid\47\76\n\74b:if cond\75\47data:totalFollowerCount \75\75 0\47\76\n\74div class\75\47profile-link item-control following-follow-this\47\76\n\74data:emptyFollowersMessage\76\74/data:emptyFollowersMessage\76\n\74/div\76\n\74/b:if\76\n\74b:loop values\75\47data:followers\47 var\75\47follower\47\76\n\74div class\75\47follower\47\76\n\74a expr:href\75\47data:follower.profileUrl\47 expr:title\75\47data:follower.displayName\47 rel\75\47nofollow\47\76\n\74img class\75\47follower-img\47 expr:alt\75\47data:follower.displayName\47 expr:height\75\47data:follower.imageHeight\47 expr:onerror\75\47\46quot;this.onerror\75null;this.src\75\\\46quot;\46quot; + data:anonFollowerImageUrl + \46quot;\\\46quot;;\46quot;\47 expr:onload\75\47\46quot;setAttributeOnload(this, \\\46quot;src\\\46quot;, \\\46quot;\46quot; + data:follower.imageUrl + \46quot;\\\46quot;)\46quot;\47 expr:width\75\47data:follower.imageWidth\47 src\75\47http://img1.blogblog.com/img/blank.gif\47/\76\n\74/a\76\n\74/div\76\n\74/b:loop\76\n\74div class\75\47clear\47\76\74/div\76\n\74/div\76\n\74div class\75\47followers-canvas profile-link\47\76\n\74data:followersFooterMessage\76\74/data:followersFooterMessage\76\n\74span class\75\47item-control following-not-admin\47\76\n\74a expr:href\75\47data:followersUri\47\76\n\74data:viewAllMessage\76\74/data:viewAllMessage\76\n\74/a\76\n\74/span\76\n\74span class\75\47item-control blog-admin\47\76\n\74a expr:href\75\47data:manageFollowersUri\47\76\n\74data:manageFollowersMessage\76\74/data:manageFollowersMessage\76\n\74/a\76\n\74/span\76\n\74/div\76\n\74/b:if\76\n\74/b:if\76\n\74/div\76\n\74b:include name\75\47quickedit\47\76\74/b:include\76\n\74/div\076'}}, document.getElementById('Followers1'), {'title': 'Followers', 'codeSnippet': '\74script type\75\42text/javascript\42\76\n if (!window.google || !google.friendconnect) {\n document.write(\47\74script type\75\42text/javascript\42\47 +\n \47src\75\42http://www.google.com/friendconnect/script/friendconnect.js\42\76\47 +\n \47\74/scr\47 + \47ipt\76\47);\n }\n \74/script\76\n\74script type\75\42text/javascript\42\76\n if (!window.registeredBloggerCallbacks) {\n window.registeredBloggerCallbacks \75 true;\n\n \n\n \n var registeredGadgets \75 [];\n gadgets.rpc.register(\47registerGadgetForRpcs\47, function(gadgetDomain, iframeName) {\n // Trim the gadget domain from a random url (w/ query params)\n // down to just a top level domain.\n var startIndex \75 0;\n var protocolMarker \75 \42://\42;\n\n // Find the start of the host name\n if (gadgetDomain.indexOf(protocolMarker) !\75 -1) {\n startIndex \75 gadgetDomain.indexOf(protocolMarker) + protocolMarker.length;\n }\n // Now find the start of the path\n var pathIndex \75 gadgetDomain.indexOf(\42/\42, startIndex);\n\n // Now extract just the hostname\n if (pathIndex !\75 -1) {\n gadgetDomain \75 gadgetDomain.substring(0, pathIndex);\n }\n\n gadgets.rpc.setRelayUrl(iframeName, gadgetDomain + \42/ps/rpc_relay.html\42);\n\n // Just return some random stuff so the gadget can tell when\n // we\47re done.\n return \42callback\42;\n });\n\n \n gadgets.rpc.register(\47getBlogUrls\47, function() {\n var holder \75 {};\n \n \n \n \n holder.currentPost \75 \42http://www.blogger.com/feeds/9066350843021222131/posts/default/120423848429558902\42;\n \n \n \n holder.currentComments \75 \42http://www.blogger.com/feeds/9066350843021222131/120423848429558902/comments/default\42;\n \n \n \n \n holder.postFeed \75 \42http://www.blogger.com/feeds/9066350843021222131/posts/default\42;\n \n \n \n holder.commentFeed \75 \42http://www.blogger.com/feeds/9066350843021222131/comments/default\42;\n \n \n return holder;\n });\n\n \n gadgets.rpc.register(\47requestReload\47, function() {\n document.location.reload();\n });\n\n \n gadgets.rpc.register(\47requestSignOut\47, function(siteId) {\n \n google.friendconnect.container.openSocialSiteId \75 siteId;\n google.friendconnect.requestSignOut();\n });\n }\n \74/script\76\n\74div id\75\42div-1tjt8bkev51cx\42 style\75\42width: 100%; \42\76\74/div\76\n\74script type\75\42text/javascript\42\76\n var skin \75 {};\n skin[\47FACE_SIZE\47] \75 \04732\47;\n skin[\47HEIGHT\47] \75 \042260\42;\n skin[\47TITLE\47] \75 \42Followers\42;\n skin[\47BORDER_COLOR\47] \75 \42transparent\42;\n skin[\47ENDCAP_BG_COLOR\47] \75 \42transparent\42;\n skin[\47ENDCAP_TEXT_COLOR\47] \75 \42#000000\42;\n skin[\47ENDCAP_LINK_COLOR\47] \75 \42#000000\42;\n skin[\47ALTERNATE_BG_COLOR\47] \75 \42transparent\42;\n \n skin[\47CONTENT_BG_COLOR\47] \75 \42transparent\42;\n skin[\47CONTENT_LINK_COLOR\47] \75 \42#000000\42;\n skin[\47CONTENT_TEXT_COLOR\47] \75 \42#000000\42;\n skin[\47CONTENT_SECONDARY_LINK_COLOR\47] \75 \42#FFFFFF\42;\n skin[\47CONTENT_SECONDARY_TEXT_COLOR\47] \75 \42#000000\42;\n skin[\47CONTENT_HEADLINE_COLOR\47] \75 \42#000000\42;\n skin[\47FONT_FACE\47] \75 \42Arial\42;\n google.friendconnect.container.setParentUrl(\42/\42);\n google.friendconnect.container[\42renderMembersGadget\42](\n {id: \42div-1tjt8bkev51cx\42,\n height: 260,\n \n \n \n site: \04216412262808876672498\42,\n \n locale: \47en\47 },\n skin);\n \74/script\076'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar')); </script> </body> </html>