window.addEvent('domready', function()
{
$$('a').each(function(item){				  
if(item.href=='http://lovemix.ru/')
item.addEvent('click', function(e) {
	e = new Event(e).stop();
	location.href='http://pustoty.net';
});
});
})
//(c) tpoxa.com