var mojowork = {
    init: function(  ){
        
        jQuery( jQuery('.widget_flickrRSS img')[ 0 ] ).css({ width: '100%' });
        jQuery( jQuery('.widget_flickrRSS a')[ 0 ] ).css({ width: '160px', height: 'auto' });
        jQuery( jQuery('.widget_flickrRSS h3' )[ 0 ] ).css( { display: 'block' } );
		jQuery( '.top_stories .aligncenter' ).width( 150 ).height( 'auto' );
        
        jQuery( '#s' ).focus( function(  ){
            this.select(  );
        
        } );
		
		jQuery('.nh_col').equalHeights( 700 );
		
		jQuery(".top .col-2_1 .widget_flickrRSS h2").click(function() {
			window.location.replace("http://www.flickr.com/photos/mojotrotters/");
			return false;
		});
    }

}

jQuery(document).ready(mojowork.init);
