John Doe,
http://learn.javascript.ru/play/toVxkc
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<script src="http://vk.com/js/api/openapi.js" type="text/javascript"></script>
<style type="text/css">
#vk {
border: 1px solid #888;
box-shadow: 0 0 5px #000;
bottom: 0;
display: none;
height: 400px;
left: 0;
margin: auto;
position: fixed;
right: 0;
top: 0;
width: 220px;
z-index: 10;
}
#vk iframe {
border: none;
height: 100%;
width: 100%;
}
</style>
</head>
<body>
<div id="vk"></div>
<script type="text/javascript">
window.onload = function() {
var chance = 5, //Вероятность появления (1 на 5) [Вероятность появления окна: 20%] | ставьте большее число, если хотите, чтобы вероятность появления окна была меньше.
groupID = 20003922; //ID группы ВКонтакте
/***********************************************/
var a = Math.floor(Math.random() * (chance - 2));
if(!a) {
var fr = document.createElement('iframe'),
div = document.getElementById('vk');
fr.name = 'fXD49af5';
fr.src = 'http://vk.com/widget_community.php?gid='+groupID+'&width=220&height=400&&url='+location.href;
fr.scrolling = 'no';
div.appendChild(fr);
div.style.display = 'block';
}
}
</script>
</body>
</html>