$(function(){
	$("#auth-login,#auth-pass,#search-q").toggleVal({
		populateFrom: "label",
		removeLabels: true
	});

	$('a[@rel$="external"]').click(function(){
		this.target = "_blank";
	});

	$('a.highslide').each(function() {
		this.onclick = function() {
			return hs.expand(this);
		};
 	});
});