$( function()
{
	
	$( 'body.section-4 div#content .container' ).css( { width: 'auto', height: 544 } ).wrap( '<div style="width: 380px;"></div>' ).jScrollPane( { showArrows: true, scrollbarWidth: 10 } ); 
	
	$( 'a:contains("Myspace")' ).click( function( e )
	{
		e.preventDefault();
		window.open( 'http://www.myspace.com/susieasado' );
		return false;
	})
} );