Site Search

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Tuesday, 10 December 2013

Use your expertise - build a topical search engine

Posted on 06:27 by Unknown

Did you know that a topical search engine can help your users find content from more than a single domain? You can use your expertise to provide a delightful user experience targeting a particular topic on the Web.

There are two main types of engines built with Google Custom Search: site search and topical search. While site search is relatively straightforward - it lets you implement a search for a blog or a company website - topical search is an entirely different story.

Topical search engines focus on a particular topic and therefore usually cover a part of the Web that is larger than a single domain. Because of this topical engines need to be carefully fine-tuned to bring the best results to the users.

Kritikos


A nice example of a topical search engine is Kritikos - a search engine for visual media relevant to higher education developed by the Engineering Department at Liverpool University. Developed in its pilot phase exclusively for Engineering students, Kritikos is now able to add new academic subjects simply by changing one line of code in the API call.

Kritikos is using a mix of Custom Search tuning techniques to find the most relevant results and then matches the results with the data stored in the local node of the Learning Registry. The additional data is displayed as an overlay in the search results page, providing valuable reference for the engine’s users. This method allows Kritikos to also include a social mechanism into their results - e.g. it is able to show users votes or comments about the usefulness of particular resources. Here is what Andrew Green, the Technical Director of Kritikos from the University of Liverpool says about the project.

In developing Kritikos, we wanted to build upon existing search engines, rather than try and build our own. We discovered that, once we found the documentation, the Google Custom Search Engine API was incredibly easy to use. The call to the API, based on the user’s subject of interest, search terms and preferred media type, is constructed in only a dozen lines of code. The resulting JSON data was easily parsed in order to generate the thumbnail images that give Kritikos its visual impact. 

This shows the first 3 results for the term query term “fracture”, as seen by an Engineering student. The icons in the top right corners indicate that other students have interacted with these resources in some way.


Here are the results for the same search term (“fracture”), this time as viewed by a Medical student.

Andrew Green 
Technical Director, Kritikos
The University of Liverpool

You can read more about their adventures with Custom Search on the project’s blog.

From talking to developers working with Custom Search and looking at different engines out there on the Web, I learned a few trends present in many of the solutions. Here they are - a few things to keep in mind when building a topical search engine.

Choose your index wisely


There is a lot of mess on the Internet. You don’t want to distract your users and make them spend time on random sites. The point of making a topical search engine is to make it focused and targeted.

An index is a list of sites - or url patterns - that your engine is operating on. Choosing what should go into the engine’s index and what should be left out is a matter of expected quality. Sometimes even sites that are on topic can be left out of the index or de-prioritized in order to promote other content, that you - the author of the engine - consider more valuable to your users. 

Guess your user intention


The usability rule - Don’t make me think - plays nicely with topical search engines. You build the engine to make your users life easier, finding the information faster and more efficient. Usually your engine is functioning in some particular context - it is included in a topical website, it is addressed to some specific audience etc. You can apply this context to the search process, to make your users more productive and happier with the experience. There are a number of techniques that allow you to add context to your users’ queries - for details check out the Topical CSE article on Google Developers site.

Provide delightful experience with custom rendering


Search does not need to be boring. You can add all sorts of fireworks to your search results - custom design, non-linear browsing experience, user interactions or displaying additional data.

Google Custom Search allows you to change almost any aspect of the presentation layer of the results - as long as it is not misleading to the users.

What is coming


Structured data is gaining more and more momentum on the Web. It is a way of expressing real-world concepts in a machine-readable format - for example information about places, events, businesses etc. It already powers some of Google’s products and features, like Rich snippets, Knowledge Graph panels or Google Now cards.

You can harness the power of structured data in a topical search engine by filtering results by a schema.org types and properties or creating your own custom rich snippets.

Stay tuned, we will post more about the integration of Google Custom Search and schema.org standard soon. 

Learn how


In the Advanced Topics section of developer’s documentation, you can find an article about creating a Topical CSE. It describes in more detail the techniques needed to obtain the results discussed in this blog post.

If you have an interesting topical search engine and would like to share it, give us a shout at twitter at @googlecse, we’d love to see what you came up with. Happy coding!


Ewa Gasperowicz, Developer Programs Engineer

Read More
Posted in | No comments

Monday, 21 October 2013

Bootstrapping your CSEs from keywords

Posted on 02:10 by Unknown
Custom Search provides upto 5000 URL patterns to define a “slice” of the web to search over. However, if you’re creating a Custom Search Engine on a topic, such as “global warming”, finding more than a few good sites for a topic can be hard. We recently launched suggested sites to help suggest more sites for your search engine similar to  your included sites.

Today, we’re introducing another tool that is hopefully intuitive as well as interesting : You can discover hundreds of sites to include in your CSE starting just with keywords! For example, for a CSE on “global warming”, adding keywords like [pollution], [global warming] and [greenhouse effect] can lead you to discover global warming related sites within minutes.

This tool attempts to combine Google’s knowledge with the topic expertise you have - Google suggests sites, but you can control the topic expansion, and guide the tool towards your topic in a fine grained way.



The tool is accessible off of the New Search Engine page on the Custom Search control panel.  Give the tool a whirl, see more details on how the tool works in our documentation, and let us know what you think on the product forum.



Posted by: Vivek Sahasranaman, Custom Search Team

Read More
Posted in | No comments

Thursday, 12 September 2013

Suggested sites for CSEs

Posted on 01:31 by Unknown
Have a CSE to search over your favorite topic (e.g. cars)? Here is a new feature to help you expand your CSE’s definition. This feature recommends more url patterns relevant to the ones you already have in your search engine. We also provide a set of sample pages for each of the recommended patterns.


You can find more documentation here.

Make your CSEs better and richer. Try this out now on your CSE’s homepage !

Posted by: Chirag Sethi, Custom Search Team
Read More
Posted in | No comments

Wednesday, 13 March 2013

A new look for Custom Search control panel

Posted on 06:00 by Unknown
We’re excited to announce a new, modern design for the control panel in keeping with prior user experience changes to Custom Search. You’ll also find a more intuitive layout to the various controls and configuration options. While configuring a Custom Search Engine, you can immediately view and test your work within the control panel.  

We hope you enjoy the new look!




Posted by: Neelesh Bodas and Brent VerWeyst, Custom Search team


Read More
Posted in | No comments

Wednesday, 16 January 2013

A simple, yet powerful custom search engine

Posted on 05:40 by Unknown
Simplicity and speed are two principles we love when it comes to design at Google. Today, we’re excited to announce the new CSE layout that displays results in an overlay, on top of any content on your page.

What this means for developers:

  • Takes seconds to create. We simplified the creation interface to get you going faster.
  • One snippet for search box and results. Place it where you want your search box to appear.
  • Powerful features now come by default: autocomplete, image thumbnails and results sorting.
What this means for your users:
  • Uninterrupted browsing experience.
  • Faster, more simple search means more chances for your users to discover great content from your site.

You may visit W3Schools to see the new layout in action or use the CSE below which searches our blog.

Try out the new layout by creating a new search engine. It takes less than a minute. Once you have your search engine snippet ready, simply paste it on your website.

Posted by Manolis Kounelakis and Neelesh Bodas, Custom Search team

Read More
Posted in | No comments

Friday, 3 August 2012

Introducing Custom Search Element v2

Posted on 09:13 by Unknown
Custom Search Engine (CSE) allows you to incorporate rich search functionality into your website. You do this by adding specific HTML markup - known as the Custom Search element - to web pages on your site. The Custom Search element renders a search experience (search boxes and results pages) on your site’s pages. By controlling the placement of the Custom Search element on your pages and configuring your CSE settings, you can create customized layouts that are tuned for the look-and-feel of your website.

We’re happy to announce today a new, improved version of the Custom Search element. Here are some of the key highlights and improvements of what we call Custom Search element v2.

  • Search UI is rendered based on the settings stored on the Google CSE servers. This means that any configuration changes you make in the CSE control panel will automatically be reflected on your web pages the next time they reload. You no longer need to copy-and-paste new element code into your website when you modify your CSE using the control panel.

  • All element code is loaded asynchronously for reduced page load times.

  • Client-side customization allows you to overwrite global CSE settings on a per-page basis. For example, you can enable search history, disable auto search on page load, configure different Google Analytics parameters, and more. Customization is done through an easy-to-use HTML syntax which does not require any Javascript knowledge.

To start using Custom Search element v2 on your website, go to the “Get code” section of the CSE control panel and follow the instructions shown there.

We’ll continue to support older versions of the Custom Search element for the time being but encourage you to update your CSE implementation to take advantage of the improvements.

Posted by Ying Huang, Software Engineer
Read More
Posted in | No comments

Friday, 15 June 2012

Ads background colors in Custom Search

Posted on 13:19 by Unknown
As we continue to improve the look and feel of Google Custom Search Engine (CSE), today we’re announcing a change in how ads are displayed on CSE search results pages.

Currently ads in CSE results are shown in a separate section from organic search results labeled “Ads by Google”. With this latest change, the ads section will also have a distinct background color, in keeping with the visual style of ads on the google.com search results page.

Because CSE allows you to choose from one of several built-in styles, the ads background color is different for each style to contrast in a visually appealing way with the default background color. (Note that if you customize the main background color, the ads background color will automatically match it to avoid clashing.)

The following screenshots illustrate what a user performing a custom search on a website might see, for two of the built-in CSE styles.



This change in design provides users another way to distinguish ads in CSE search result pages.

CSE publishers will see these changes effective immediately. As always, please let us know any questions or feedback in our discussion forum.

Posted by MyLinh Yang, Product Manager
Read More
Posted in | No comments

Wednesday, 9 May 2012

Sorting and Filtering Results in Custom Search

Posted on 08:24 by Unknown
Using Custom Search Engine (CSE), you can create rich search experiences that make it easier for visitors to find the information they’re looking for on your site. Today we’re announcing two improvements to sorting and filtering of search results in CSE.

First, CSE now supports UI-based results sorting, which you can enable in the Basics tab of the CSE control panel. Once you’ve updated the CSE element code on your site, a “sort by” picker will become visible at the top of the results section.


By default CSE supports sorting by date and relevance. In the control panel, you can specify additional “sort by” keys that are based on the structure of your site’s content, giving users more options to find the results that are most relevant to them. For example, if you’ve marked up pages for product rich snippets, you could enable sorting based on price as shown below:


Second, we’re introducing compact queries for filtering by attribute. Currently you can issue a query like
[more:pagemap:product-description:search more:pagemap:product-description:engine]
which will only show pages with a ‘product-description’ attribute that contains both ‘search’ and ‘engine’. With a compact query, you can issue the same request as:
[more:p:product-description:search*engine]

We hope these new features help you create richer and more useful search experiences for your visitors. As always, if you have any questions or feedback please let us know via our Help Forum.

Posted by Roger Wang, Software Engineer
Read More
Posted in | No comments

Monday, 12 March 2012

A new look for Custom Search results plus a new search box

Posted on 15:52 by Unknown
We’re excited to announce that starting today, we are providing a new results style that’s more modern and streamlined, based on the evolving Google design and experience across Google properties.

This look will be the new default for new custom search engines, and admins of existing custom search engines can also choose this new style by visiting the Look and feel page of their CSE’s control panel and selecting “Default” in the Choose or customize a style section. The old default remains an option, but has been renamed to “Classic”.


In addition to the new style for results, we’ve also updated the search box and made autocomplete more robust and consistent with the standard Google autocomplete. Note that this update affects all CSEs that use the Element so, in some rare cases, site owners who have made customizations to their CSE search box (or who have enabled autocomplete for their own search boxes) may need to make minor updates to accommodate the new search box’s slightly different look.

We hope you and your visitors enjoy these updates. Let us know what you think in our discussion forum.

Posted by: Dana Bright, UI Designer

Read More
Posted in | No comments

Tuesday, 14 February 2012

Image results now available from the Custom Search API

Posted on 11:58 by Unknown
Last year we added image results to Google Custom Search Engines to enable sites to offer image-only results that showcase photos and other digital images. For site owners who want more flexibility in presentation, they are also now available from the Custom Search API.

Read more about accessing Image Results from the Custom Search API or try it out in the Custom Search API Explorer. For billing purposes, image queries will be treated the same as web queries. Note that you need to enable image search in your custom search engine control panel for the custom image search to work. 

Let us know what you think in our discussion forum.

Posted by: Nam Nguyen, Software Engineer
Read More
Posted in | No comments

Thursday, 2 February 2012

Businesses: share Google Site Search query quota between multiple engines

Posted on 08:21 by Unknown

Good news for Google Site Search owners who manage multiple Google Site Search engines!  You can now share query quota between paid GSS and free Custom Search engines.

This may be useful for you if you pay for a quota with Google Site Search and you’d like to share that quota with your Custom Search engines.  To do this, add those extra engines to a “business group” to share the quota.


To add CSEs to a business group, visit the Business Group page of your GSS’s Control Panel. Click Add and you’ll see a list of the free CSEs that you own or that have been shared with you.  Select the free CSEs you wish to add and click OK. All group members will immediately share the quota of your GSS.

We hope you’ll find this much easier than trying to estimate your quota needs for each of your individual search engines. To learn more about Business Groups, please visit our help center. Let us know what you think in our discussion forum.

Posted by: Yong Zhu, Software Engineer
Read More
Posted in | No comments

Tuesday, 24 January 2012

A new and easy way to add new pages to your Custom Search Engine’s index

Posted on 09:27 by Unknown

Our users have been telling us that while they love the concept of on-demand indexing, manually entering URLs or keeping a Sitemap up to date is too cumbersome.  A new year brings a new and improved solution.  If you are a Webmaster Tools verified site owner and have a page that links to your site’s latest content, simply provide us with that page’s URL and we will periodically visit it to discover your site’s new content.

For example, as the owners of this blog, we can provide the URL of the blog’s landing page, googlecustomsearch.blogspot.com, to our CSE.  It will then periodically visit that URL and add any new links to content on this blog to our CSE’s index.  Since this URL automatically links to all new content on this blog, our CSE’s index will always automatically get updated.

You can provide a URL(s) to your CSE via the URLs linked from a page feature in the Indexing page of your CSE’s Control Panel.  Note that this feature is only for the discovery of new content and does not refresh content that has already been indexed.  

To learn more about URLs linked from a page, please visit our help center. Let us know what you think in our discussion forum.

Posted by: Liqian Luo, Software Engineer
Read More
Posted in | No comments

Friday, 13 January 2012

Custom Search JavaScript API is now fully documented!

Posted on 13:56 by Unknown
The Custom Search engineers spent 2011 launching great features. But we still hear from our users that our documentation could do with improvement. We hear you. Today we’re launching some updates to our docs:
  • Comprehensive JavaScript reference for the Custom Search Element. We’ve completely overhauled our Custom Search Element API documentation to provide a comprehensive overview of all the JavaScript methods available. We can’t wait to see what you build with it.

  • More languages. The Help Center is now available in Danish, Dutch, Finnish, French, German, Italian, Japanese, Norwegian, Spanish, and Swedish.

  • Easier navigation and cleaner design. We’ve reorganized the Help Center to make it easier to find the information you’re looking for. Navigation is simpler and more streamlined. Individual articles have been revised and updated, and designed to be more readable.

Documentation is an ongoing effort, and we’ll be continuing to improve both our Help Center and our developer documentation. If you have comments or suggestions, we’d love to see them in our user forum.

Posted by: Riona MacNamara, technical writer
Read More
Posted in | No comments

Friday, 9 December 2011

Improvements to Autocomplete

Posted on 09:26 by Unknown
Custom Search Autocompletions allow you to add to the list of useful queries users see as they type in the search box. Today we are announcing two major improvements.

Promotions in Autocomplete:

Promotions are a great way to call special attention to a result by putting it at the top of search results and making it visually distinct. Now you can choose to display them in autocomplete too. To enable this feature, simply click Show promotions in autocomplete in the Promotions section of your CSE’s Control Panel. Note that promotions based on regular expressions or the $q variable will not appear in autocomplete.

If you’d like to have promotions that appear in autocomplete but not in search results, you can add them via the new Autocomplete Promotion tab of the Custom Autocompletions in the Autocompletion section of your CSE’s Control Panel.


Match mode:

Match mode give you options for how Google displays autocompletions. The following are now available in the Promotions section of your CSE’s Control Panel. Changes to match mode will require you to update the CSE code snippet on your site.

  • Prefix (default) mode matches the opening words of the user’s query: “how to bake” will trigger “how to bake a pie”.
  • Ordered mode doesn’t require the words to be in the opening, but their order must match the user’s query: “bake a pie” will trigger “how to bake a pie”.
  • Any mode matches regardless of the order of the words in the user’s query. “pie bake” will trigger “how to bake a pie”.

We hope these new options make autocompletions even more useful for your site. Read more about Promotions in Autocomplete and Match mode. Let us know what you think in our discussion forum.

Posted by: Min Zeng, Software Engineer

Read More
Posted in | No comments

Thursday, 1 December 2011

Image Results for your Custom Search Engine

Posted on 10:46 by Unknown
Since the launch of Custom Search in 2006, CSE has powered searches on a broad range of sites on the web. Until now, those CSEs have only returned text-based results, but in some cases images can be a much faster, easier and more visually appealing way to search. For photos-focused sites, image results are a great way to showcase your beautiful photos and help visitors to your site quickly and easily find the photos they want. We also think sites focused on news, celebrities, art and digital production assets will similarly benefit.

Now you can add an image results tab to your CSE to offer your visitors image-only results in a variety of image-optimized presentation formats. Once you enable this feature, your CSE will have two tabs. The first has your current web search results and the second, Image tab, contains the image search results. Here’s an example from India-Forums.com:


Enabling image results is easy! Just visit the Basics page of your CSE’s Control Panel and check the Enable image search checkbox. You can change the layout of your image results on the Look and feel page.


Once enabled, you’ll also be able to get separate image search reports from your CSE’s Statistics page.

This new feature is available to all users of our Custom Search Element (you will need to Get Code and update your site). Since we are transitioning all iframe users to the Element, this should be most sites. Our Google Site Search users can also access Image Results via XML. To learn more about Image Search for Custom Search, please visit our help center. Let us know what you think in our discussion forum.

Update: check out the New York Times Image Search app powered by Google Custom Search.

Posted by: Peng Zhao, Software Engineer

Read More
Posted in | No comments

Tuesday, 22 November 2011

More flexibility for promotions

Posted on 10:38 by Unknown
Custom Search promotions enable you to put relevant information at the top of your search results for specific queries.


Today, we’re announcing several new features to give you more flexibility on how and when to trigger them.

Regular expressions: Use regular expressions instead of verbatim query matches to make it easier to display your promotions for all relevant user queries.

Promotion URL and titles based on the user’s query: Instead of manually adding and maintaining a long list of similarly structured URLs and promotion titles, now you can use the $q variable in your promotion URL or title to replace it with the user’s query.

Enable/disable individual promotions: Manually enable or disable each promotion without affecting the others.

Promotions for Custom Search engines created in AdSense: Promotions now work for these CSEs (though they are still managed via the CSE’s control panel on the Google Custom Search site).

We hope these new features make it easier for you to use promotions on your site. For more details and instructions, please visit our help center. Let us know what you think in our discussion forum.

Posted by: Weiyu Zhu, Software Engineer
Read More
Posted in | No comments

Thursday, 10 November 2011

Iframe Custom Search Engines are transitioning to the Element

Posted on 11:27 by Unknown
In August we transitioned all Google-hosted Custom Search Engines to the Custom Search Element. Now we are transitioning iframe CSEs as well. No work is required from CSE owners. Moving from the iframe option to the Element enables those CSEs to take advantage of our latest features, like automatic thumbnails.

If you had an iframe CSE, we encourage you to visit your Control Panel to find new tools for customized presentation and results. As always, we appreciate your feedback in the user forum.

Posted by: Liang Ch'ng, Software Engineer
Read More
Posted in | No comments

Tuesday, 8 November 2011

The power of structured search: a new job search engine for military veterans

Posted on 09:06 by Unknown
As we announced in our Official Google Blog post, Custom Search technology is powering the new National Resource Directory (NRD) job search engine of more than 500,000 job openings from employers around the country. This initiative is a creative application of structured search to provide a highly customized search experience.


Want to learn more about how this works? First of all, like all custom search engines, this uses the power and scale of Google search to constantly crawl the web, looking for structured data to add to the Google index. In this case, sites like simplyhired.com have added JobPosting markup from Schema.org to their sites to help search engines identify veteran-committed job openings, job title, job location, etc.

Recognizing that many job seekers are interested in jobs in their local area, the NRD did some extra work to support a location-based search. When a user specifies a location such as a city or a zipcode in a search, the location is converted into a list of nearby cities with normalized names that match those location markups in the job posting webpages.

To restrict results to only the relevant job postings, for every user query on their site, NRD sends a well formed query request to Google Custom Search including structured search operators such as filtering by cities and job codes and sorting by date to receive XML results and render them on their site.

We’re happy to contribute to this important initiative and hope the power of Google Custom Search can help more businesses to deliver creative search solutions for their users.

Posted by: Hui Xu, Technical Lead, Custom Search Team
Read More
Posted in | No comments

Tuesday, 1 November 2011

Thumbnail images in search results -- no work required!

Posted on 10:01 by Unknown
A picture is worth more than a thousand words when it helps search users choose the result they want. With this in mind, some webmasters have gone to a lot of effort providing thumbnails in rich snippets to improve the presentation and usability of their search results pages.  We’re happy to announce that with our latest layout improvement, Custom Search Element users who have not manually added thumbnails will get them without any additional work.

Now, Custom Search crawls your site to find representative images and automatically adds them to your search results snippets.  That’s it. No effort required from you.  Here’s an example of how they improve the search results on Mashable.com:


To learn more about automatic thumbnails (and how to disable them), see our Help Center.

Automatic thumbnails are only available with the Custom Search Element. If you are using an iframe CSE, switch to the Element to ensure that you always have the most up-to-date features.

We hope you and your visitors enjoy this new feature. Early reviews have been positive and we look forward to your feedback.

Posted by Edison Nica, Software Engineer
Read More
Posted in | No comments

Wednesday, 12 October 2011

Manage Custom Search Engines from within Webmaster Tools

Posted on 14:34 by Unknown
Many Custom Search users also regularly use Webmaster Tools. To make their lives more convenient, we’ve added a “Custom Search” feature to the Labs section of Webmaster Tools. This allows you to change your basic configuration, including the list of sites to search, and get the new code without leaving Webmaster Tools.

For users who have never created a Custom Search Engine, it helps you get started by automatically creating a default CSE that searches the current site selected in Webmaster Tools.

We hope these new features make it easier for you to provide a great search experience for visitors to your site. And as always, we welcome your feedback.

Posted by Sharon Xiao, Software Engineering Intern, and Ying Huang, Software Engineer
Read More
Posted in | No comments
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • Custom Search Engine APIs
    Posted by: Matt Wytock, Software Engineer A couple of weeks ago we blogged about a new feature and a new kind of Custom Search Engine (CS...
  • Introducing Custom Search Element v2
    Custom Search Engine (CSE) allows you to incorporate rich search functionality into your website. You do this by adding specific HTML marku...
  • Suggested sites for CSEs
    Have a CSE to search over your favorite topic (e.g. cars)? Here is a new feature to help you expand your CSE’s definition. This feature reco...
  • Improvements to Autocomplete
    Custom Search Autocompletions allow you to add to the list of useful queries users see as they type in the search box. Today we are announc...
  • Ads now in harmony with search results
    Posted by: Tom Duerig, Software Engineer Many folks have pointed out that all the results on the page -- both the search results and the adv...
  • A new look for Custom Search control panel
    We’re excited to announce a new, modern design for the control panel in keeping with prior user experience changes to Custom Search. You’ll...
  • Web Search APIs: The next generation
    Posted by: Rajat Mukherjee, Group Product Manager If you are going to the World Wide Web conference in Madrid next week (April 20-24), make...
  • Businesses: share Google Site Search query quota between multiple engines
    Good news for Google Site Search owners who manage multiple Google Site Search engines!  You can now share query quota between paid GSS and...
  • Product Ideas for Custom Search
    Posted by: Christine Moschella, Online Operations Your feedback is one of the most important things we consider when planning updates and im...
  • Use your expertise - build a topical search engine
    Did you know that a topical search engine can help your users find content from more than a single domain? You can use your expertise to pro...

Blog Archive

  • ▼  2013 (5)
    • ▼  December (1)
      • Use your expertise - build a topical search engine
    • ►  October (1)
    • ►  September (1)
    • ►  March (1)
    • ►  January (1)
  • ►  2012 (8)
    • ►  August (1)
    • ►  June (1)
    • ►  May (1)
    • ►  March (1)
    • ►  February (2)
    • ►  January (2)
  • ►  2011 (18)
    • ►  December (2)
    • ►  November (4)
    • ►  October (1)
    • ►  September (2)
    • ►  August (1)
    • ►  July (1)
    • ►  June (3)
    • ►  April (1)
    • ►  March (1)
    • ►  February (1)
    • ►  January (1)
  • ►  2010 (14)
    • ►  December (1)
    • ►  November (2)
    • ►  October (1)
    • ►  September (1)
    • ►  August (1)
    • ►  May (1)
    • ►  April (3)
    • ►  March (2)
    • ►  February (1)
    • ►  January (1)
  • ►  2009 (23)
    • ►  December (1)
    • ►  November (1)
    • ►  October (6)
    • ►  September (1)
    • ►  August (1)
    • ►  July (2)
    • ►  June (2)
    • ►  May (5)
    • ►  April (1)
    • ►  March (1)
    • ►  February (1)
    • ►  January (1)
  • ►  2008 (18)
    • ►  December (1)
    • ►  November (1)
    • ►  October (2)
    • ►  September (3)
    • ►  August (1)
    • ►  June (2)
    • ►  May (1)
    • ►  April (1)
    • ►  March (3)
    • ►  February (2)
    • ►  January (1)
  • ►  2007 (20)
    • ►  December (1)
    • ►  November (1)
    • ►  October (1)
    • ►  September (2)
    • ►  August (1)
    • ►  July (2)
    • ►  June (3)
    • ►  May (1)
    • ►  April (1)
    • ►  March (2)
    • ►  February (3)
    • ►  January (2)
  • ►  2006 (9)
    • ►  December (2)
    • ►  November (7)
Powered by Blogger.

About Me

Unknown
View my complete profile