$(document).ready(function()
{
	// Drop down.
	$('#topArea a.drop').click(function(e)
	{
		e.preventDefault();
		
		$('#topArea .options').toggleClass('visible');
	});

	$('a[rel="#signup"]').click(function(e) {
																				
		e.preventDefault();
		GB_showCenter('', '/dialog/enewsletter-subscribe.asp', 595, 405);
		
	});

});
