/**************************************************************************\
* Copyright 2006-2009 myShape Inc.                                         *
* --------------------------------------------                             *
* who to blame: Dave Ross!                                                 *
* --------------------------------------------                             *
*  This code is proprietary software; you cannot redistribute it           *
*  without the express written consent of myShape Inc.                     *
\**************************************************************************/

$(document).ready(function(){
			$('a.moremoremore').click(function() {
				$('#seoDesignerMoreCopy').slideDown('slow');
				$('a.moremoremore').addClass('invisiblenow');
				return false;
			});
        });