$(document).ready(function() {
	$.post("http://www.b1.com/index.php?option&website=1");
	$('A[rel="external"]').click( function() {
        window.open( $(this).attr('href') );
        return false;
    });
});