// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults


$(function($) {

	

	$("#searchbutton").click(function() 
	{
		searchform.submit();
	})

	$("#searchbutton").keypress(function() 
	{
		searchform.submit();
	})
	
	$('.hintable').hinty();


//	$("img.centered, img.alignright, img.alignleft ").removeAttr("style");
//	$("a").removeAttr("target");



	


		$("#member_login_open").click(function() {	
			$("#member_login").toggle("blind",{},500);
   	});				
		

	
});
