﻿$(document).ready(function(){$('EMBED').each(function(){if(!$(this).attr('wmode')){$(this).attr({'wmode':'opaque'});}});$('OBJECT').each(function(){var e=document.createElement('param');e.setAttribute('name','wmode');e.setAttribute('value','opaque');$(this).append(e);});$("a[rel^='lightbox']").lightBox({txtImage:'Изображение',txtOf:'из'});$(".Tweet").tweet({username:"wearymax",join_text:"auto",count:10});$("A.Home").mouseout(function(){$("SPAN",this).hide();$("I",this).hide();}).mouseover(function(){$("SPAN",this).show();$("I",this).show();});$("a[rel^=Link_]").click(function(){var modalSplitter=(this.rel).split("_");var PageID=modalSplitter[1];$("#Page_"+PageID).show();});$("[id^=Page_] A.Close").click(function(){$("[id^=Page_]").hide();});jsPlumb.DEFAULT_ENDPOINT_STYLES=[{fillStyle:'#C48F00'},{fillStyle:'#C48F00'}];jsPlumb.DEFAULT_ENDPOINTS=[new jsPlumb.Endpoints.Dot({radius:5}),new jsPlumb.Endpoints.Dot({radius:5})];jsPlumb.DEFAULT_PAINT_STYLE={gradient:{stops:[[0,'#C48F00']]},strokeStyle:'#C48F00',lineWidth:8};$("#Home").plumb({target:'Link_1',anchors:[jsPlumb.makeAnchor(0.1,1,0,1),jsPlumb.Anchors.TopCenter]});$("#Home").plumb({target:'Link_2',anchors:[jsPlumb.makeAnchor(0.3,1,0,1),jsPlumb.Anchors.TopCenter]});$("#Home").plumb({target:'Link_3',anchors:[jsPlumb.makeAnchor(0.5,1,0,1),jsPlumb.Anchors.TopCenter]});$("#Home").plumb({target:'Link_4',anchors:[jsPlumb.makeAnchor(0.7,1,0,1),jsPlumb.Anchors.TopCenter]});$("#Home").plumb({target:'Link_5',anchors:[jsPlumb.makeAnchor(0.9,1,0,1),jsPlumb.Anchors.TopCenter]});$("#Link_5").plumb({target:'Link_6',anchors:[jsPlumb.makeAnchor(0.5,1,0,1),jsPlumb.Anchors.TopCenter],paintStyle:{lineWidth:5,strokeStyle:'#C48F00'}});$("#Footer DIV B").animate({opacity:0.2},1000).animate({opacity:1},200).animate({opacity:0.2},200).animate({opacity:1},200,function(){});if($.browser.msie&&$.browser.version==7){$("#Footer DIV").css({'color':'yellow'});$("#Footer DIV").html("<i><b>© 2007—2010 wearymax.ru</b> Не хотите поменять свой браузер? <a href=\"http://firefox.com/\" target=\"_blank\" style=\"color:#fff\">Скачайте FireFox</a> и сделайте интернет добрее :)</i>");$("#Footer DIV B").animate({opacity:0.2},1000).animate({opacity:1},200).animate({opacity:0.2},200).animate({opacity:1},200,function(){});}
if($.browser.msie&&$.browser.version==6){$("#Footer").css({'position':'absolute'});$("#Footer DIV").css({'color':'red'});$("#Footer DIV").html("<i><b>© 2007—2010 wearymax.ru</b> Ахринеть!!! Вы все еще используете Internet Explorer 6? <a href=\"http://firefox.com/\" target=\"_blank\" style=\"color:#fff\">Скачайте НОРМАЛЬНЫЙ браузер!</a> Не мучайте людей :)</i>");$("#Footer DIV B").animate({opacity:0.2},1000).animate({opacity:1},200).animate({opacity:0.2},200).animate({opacity:1},200,function(){});}});