$(document).ready(function(){

$('A[rel="external"]').click( function() {
	window.open( $(this).attr('href') );
	return false;
	});	




});


function loc (linka) {
    	window.location.href = linka;	
 }; 
 
 
function loadContent(elementSelector, sourceUrl) {
$(""+elementSelector+"").load(""+sourceUrl+"");

}
