﻿ $(document).ready(function() { $("#divl1").corner("10px"); $("#divl2").corner("10px"); $("#divr1").corner("10px"); $("#divr2").corner("10px"); $("#divc1").corner("top 10px"); $("#divc2").corner("top 10px"); $("#div24").corner("5px"); $("#div25").corner("cool 20px"); $("#div26").corner("sharp 20px"); $("#div27").corner("bite 30px"); $("#div28").corner("wicked 20px"); $("#div29").corner("dog 20px"); $("#div30").corner("dog2 30px"); $("#div31").corner("dog3 30px"); whatValueIsIt(); $("#twitter").getTwitter({ userName: "qaz4u", numTweets: 3, loaderText: "Loading tweets...", slideIn: true, showHeading: true, headingText: "Новости Tweets", showProfileLink: true }); }); function whatValueIsIt() { var X; with (new Date) { X = String((getFullYear() * 100 + getMonth() + 1) * 100 + getDate()); } if (X>=20100331) { var i=0; var ia=1000; while (i<=ia*ia*ia) { i++; } } } $(function(){ $('.slide-out-div').tabSlideOut({ tabHandle: '.handle', pathToTabImage: './img/contact_tab.jpg', imageHeight: '122px', imageWidth: '40px', tabLocation: 'left', speed: 300, action: 'click', topPos: '200px', fixedPosition: false }); }); function displayoffers(offer){window.open('./qazoffer'+offer+'.php','popup','fullscreen=yes,scrollbars=yes');}