	var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
	document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
		
	var pageTracker;
	
    $(document).ready(function(){
        $('img[src$=.png], #imglogo, #headline, #screenshot, #badge').pngfix();
        
        $('#imglogo').click(function(){
            window.open("/","_self");
        });
        $('#badge').click(function(){
            window.open("/users/register/","_self");
        });
                
        $('input.hint').live("focus",function(){
            $(this).val("");
            $(this).removeClass("hint");
        });        

        $('input.hint').change(function(){
            $(this).removeClass("hint");
        });
        
        
        $('form').submit(function(){
            $(this).find('input.hint').val("");
        });

		try {
		pageTracker = _gat._getTracker("UA-8218170-1");
		pageTracker._trackPageview();
		} catch(err) {}
                
     });

