$(document).ready(function() {
	$('a[rel=popup]').click( function() {
        window.open( $(this).attr('href'), 'popup', 'width=660,height=450,scrollbars=yes' );
        return false;
    });
	
});
