if (Math.floor(Math.random()*3) == 2){
		var vvtimer;
		document.getElementById('getvsubmit').onmouseover = function (){
			vvtimer = setTimeout("document.getElementById('fb_bookmark').style.padding = '0';", 300);
		};
		document.getElementById('getvsubmit').onmouseout = function (){
			clearTimeout(vvtimer);
		};
}
