
Находим строчку в скрипте вот такую: http://vkontakte.ru/share.php?url=http%3A%2F%2FucSystem.ru%2F
И стираем то что я выделил жирным, и вписываем свой сайт...
Code
<style>
/* Vkontakte by iWTH (ucSystem.ru) */
#onlinehelp img {
position: fixed;
top:309px;
right: -290px;
z-index: 99999;
cursor: pointer;
display: block;
}
/* END Vkontakte by iWTH */
</style>
<script type="text/javascript">
$(function($) {
$("#onlinehelp img").hover(
function () {
$(this).animate({right: '0'}, {queue:false, duration: 350});
//$(this).css('right', '0');
},
function () {
$(this).animate({right: '-290px'}, {queue:false, duration: 350});
// $(this).css('right', '-290px');
}
);
});
</script>
<a id="onlinehelp" href="http://vkontakte.ru/share.php?url=http%3A%2F%2FucSystem.ru%2F"
onclick="webChatOpen();return false;">
<img alt="вКонтакте" src="http://ucsystem.ru/logo_file/vkontakte.png" />
</a>
Рейтинг: 0.0/0