$(document).ready(function() {
	$('#banner_w1, #banner_atest, #banner_wm, #banner_y, #banner_monitor, #banner_elex, #banner_rbk, #banner_mml').fadeTo('fast',0.3);
	$("#img_ban a").each(function(){
		$(this).hover(  
			function () {
				$(this).fadeTo('slow',1);
			},
			function () {
				$(this).fadeTo('slow',0.3);
			}
		);
	});

	setTimeout(function() {
		var contact = '<img src="http://www.icq.com/scripts/online.dll?img=26&icq=431016143" id = "ICQ1">';
		contact    += '<img src="http://www.icq.com/scripts/online.dll?img=26&icq=162472317" id = "ICQ2">';
        $('#contact').html(contact);
    }, 5000); 
	
});
