$(document).ready(
	function ()
	{
		$('#sendDesignLink').click(
			function ()
			{
//				tb_show(null, '/create/notLoggedIn.html?KeepThis=true&amp;TB_iframe=true&amp;height=300&amp;width=600', null)
				tb_show(null, '/?TB_inline&height=300&width=600&inlineId=modal-loginForm&modal=true&showHandler=modalLoginContent.reset()', null)

				return false
			}
		)

		$('#mc-createNotLoggedInauth-link').click(
			function ()
			{
				modalLoginContent.select( 'mc-loginForm' )

				return false
			}
		)
	}
)