 $(document).ready(function() {
	$('.index_h3').corner('10px'),
    $('.header').corner('10px'),
    $('.advert_content').corner('5px').parent().css('padding', '1px').corner("round 5px")
    $('.notification_normal').corner('10px'),
    $('.notification_alert').corner('10px'),
    $('.help').corner('3px'),
    $('.navigation_list').corner('10px'),
    $('.advert_price').corner('6px'),
    $('.button_switch_advert_type').corner('6px')
})

function imitation_link(_this)
{
	window.location.href = _this.firstChild.nodeValue;
}