$(document).ready(function(){

	$('#company').defaultvalue($('#company').val());
	
	

	
	
	$('#quotes, .view').live('click', function(e){
	    showBoxy({title: 'Запазване на обзор', fixed: false, center: false, x1: $(this).offset().left, y1: $(this).offset().top, ajax: {method: 'post', url: $(this).attr('rel')}});
	    
	    return false;
	});
	
	
	$('#portfolio, .wallet').live('click', function(e){
	    showBoxy({title: 'Добавяне в портфейл', fixed: false, center: false, x1: $(this).offset().left, y1: $(this).offset().top, ajax: {method: 'post', url: $(this).attr('rel')}});
	    
	    return false;
	});
	
	
	$('#events, .event').live('click', function(e){
	    showBoxy({title: 'Известяване при събитие за компания', fixed: false, center: false, x1: $(this).offset().left, y1: $(this).offset().top, ajax: {method: 'post', url: $(this).attr('rel')}});
	    
	    return false;
	});

});
