/*$(document).ready(function() {
	jQuery('#portfolio').Accordion({
			header: 'h3',
			active: false,
			alwaysOpen: false
		});
	
	$('#container').corner('10px');
	$('#portfolio').corner('5px');
	$('#contact').corner('5px');
	$('#resume').corner('5px');
	$('#about').corner('dog tr');
 });
*/
$(document).ready(function() {	
	$("a[@rel=external]").click(function() {
		this.target = "_blank";
	});
	     
	$("a[@rel=previous]").click(function(event) {
		event.preventDefault();
		history.go(-1);
	});
	
	$("a.confirm").click(function() {
		return confirm(this.title);
	});
});
