// Custom Javascript by FlyingPig.co.uk, released under GPL - use as you wish to better the world!

jQuery(document).ready(function() {
	jQuery('#showLogin').click(function() {jQuery('#form-login').show();});
});
