$(document).ready(function() {
//   var rows = $('table.comparison tbody tr');
//   $.each( rows, function(i){
//	if( i > 2 )
//	{
//	    $(this).hide( );
//	}
//   });

   if( $.browser.msie )
   {
       if( $.browser.version < 7 )
       {
//	   $(document).find("img[@src$=offer-of-the-week.png]").each(function() {
//	      var moo = $(this).attr( "src" ).split( ".png" );
//	      $(this).attr( "src", moo[0] + ".gif" );
//	   });
//
	   $(document).find("img[@src$=official-merchant.png]").each(function() {
	      var moo = $(this).attr( "src" ).split( ".png" );
	      $(this).attr( "src", moo[0] + ".gif" );
	   });
//
//	   $(document).find("img[@src$=featured-merchant.png]").each(function() {
//	      var moo = $(this).attr( "src" ).split( ".png" );
//	      $(this).attr( "src", moo[0] + ".gif" );
//	   });

	   $(document).find("img[@src$=tick.png]").each(function() {
	      var moo = $(this).attr( "src" ).split( ".png" );
	      $(this).attr( "src", moo[0] + ".gif" );
	   });

	   $(document).find("img[@src$=cross.png]").each(function() {
	      var moo = $(this).attr( "src" ).split( ".png" );
	      $(this).attr( "src", moo[0] + ".gif" );
	   });

	   $(document).find("img[@src$=buy-now.png]").each(function() {
	      var moo = $(this).attr( "src" ).split( ".png" );
	      $(this).attr( "src", moo[0] + ".gif" );
	   });
       }
   }

//   $("a.load-more-items").click( function() {
//	var rows = $('table.comparison tbody tr');
//
//	$.each( rows, function(){
//	    $(this).fadeIn( );
//	});
//
//	$("tfoot").hide( );
//    });

    $('#side-menu .module').corner( "4px" );
});

function bookPage( )
{
	if( window.sidebar )
	{
		// Mozilla Firefox Bookmark
		window.sidebar.addPanel( document.title, location, "" );
	} else if ( document.all )
	{
		window.external.AddFavorite( location,document.title );
	}
	return false;
}
