|
Two-Lane Roads Quarterly - Home Page
Two Lane Roads quarterly magazine visits offbeat tourist attractions,
and other roadside delights, on America's backroads, recalling simpler days,
when Burma Shave signs and steel diners lined our highways. Editor Loren Eyrich
enjoys the RV lifestyle in a recreation vehicle, avoiding turnpikes and freeways
Two-lane.com ~
Site Info
Whois
Trace Route
RBL Check
|
|
Aaron Camello
aaroncamello aaron camello newleft portpic brownbar newnew east enterprises lava eden jep boutique bar relations public salon basic geographic crocker national betty graphic designerproduct director developer art designer snapple pillsbury stylistclientsbetty photo package
Aaroncamello.com ~
Site Info
Whois
Trace Route
RBL Check
|
|
人际通
renjitong 人际通 mssql function query 祝福短信模板 经典使用案例 新用户注册 快捷入门 纪念日小常识 人际经营之道 关于人际通 www web php warning line 更多>> connect server index session sql start null newleft valid severity 登录失败 message resource unable link supplied argument array fetch result 未与信任 established
Renjitong.com ~
Site Info
Whois
Trace Route
RBL Check
|
|
Hunting Shooting Sport Centre - HSSC-Development
$(document).ready(function() {
var infosHeadMaxHeight = 0;
$(".infosHead .infoBox").each(function() {
if ($(this).height() > infosHeadMaxHeight) {
infosHeadMaxHeight = $(this).height();
}
});
infosHeadMaxHeight = infosHeadMaxHeight (($(".infosHead .infoBox").size() - 1) * 33);
var infosHeadTop = $(".head").height() - 1 - infosHeadMaxHeight;
$(".infosHead").css("top",infosHeadTop);
$(".infoBox p").hide();
$(".infoBox").hover(function() {
$(this).find("p").show();
}, function() {
$(this).find("p").hide();
});
/* Width of each IMG */
var imgWidth = 160;
/* Width of max IMG */
var maxImgWidth = 200;
/* Space between two IMG */
var imgSpace = 10;
/* Speed of slideshow */
var baseSpeed = 50;
/* Maximum px-amount of steps */
var maxStep = 2;
/* Normal px-amount of steps */
var normalStep = 1;
/* Amount of speed-layers */
var speedLayer = 4;
var imgCount = 1;
var amountImg = $(".imgCarousel .imgCarouselInner .img").size();
var imgCarouselWidth = amountImg * imgWidth amountImg * imgSpace;
var documentWidth = $(document).width();
var contentWidth = $(".imgCarousel").width();
var leftBorder = (documentWidth > contentWidth) ? documentWidth / 2 - contentWidth / 2 : 0;
var rightBorder = (documentWidth > contentWidth) ? documentWidth / 2 contentWidth / 2 : documentWidth;
var marginSide = (maxImgWidth - imgWidth) / 2;
var marginTop;
var moveDirection, moveSpeed, innerDiv, leftPos, currentSpeedLayer, lastSpeedLayer, layerInt;
var imgCarousel, imgCarouselTimer, currentLeft;
var cloneImg, newLeft, newImgWidth;
var relativePos, resizeFunc, resizeFuncMargin;
var eachImgWidth;
$(".imgCarousel .imgCarouselInner").mousemove(function(e) {
clearInterval(imgCarouselTimer);
innerPosX = e.pageX - leftBorder;
innerDiv = innerPosX / contentWidth;
for (layerInt=1;layerInt <= (speedLayer 1);layerInt ) {
if ((innerDiv <= (layerInt / (speedLayer 1))) && (innerDiv > = ((layerInt - 1) / (speedLayer 1)))) {
currentSpeedLayer = layerInt;
}
}
if (currentSpeedLayer != lastSpeedLayer) {
if ((currentSpeedLayer 1) > (speedLayer / 2 1) && (currentSpeedLayer - 1) < (speedLayer / 2 1)) {
innerDiv = 0;
moveDirection = 0;
moveSpeed = 0;
} else if (currentSpeedLayer > (speedLayer / 2 1)) {
innerDiv = currentSpeedLayer / (speedLayer 1);
moveDirection = -1 * (maxStep * innerDiv);
moveSpeed = baseSpeed - baseSpeed * innerDiv;
} else {
innerDiv = 1 - (currentSpeedLayer / (speedLayer 1));
moveDirection = 1 * (maxStep * innerDiv);
moveSpeed = baseSpeed - baseSpeed * innerDiv;
}
imgCarousel(moveSpeed,moveDirection);
}
});
$(".imgCarousel .imgCarouselInner .img img").live("mouseover", function() {
marginTop = (maxImgWidth / imgWidth * $(this).height()) - $(this).height() - 10;
$(this).animate({"width":maxImgWidth}, {duration:100}).animate({"margin":"-" marginTop / 2 "px -" marginSide "px 0"}, {duration:10});
$(this).parent().css({"z-index":10});
});
$(".imgCarousel .imgCarouselInner .img img").live("mouseout", function() {
$(this).animate({"width":imgWidth,"padding":0,"margin":0}, {duration:50});
$(this).parent().css({"z-index":0});
});
imgCarousel = function(speed,direction) {
imgCarouselTimer = setInterval(function() {
leftPos = parseInt($(".imgCarousel .imgCarouselInner").css("left")) direction;
$(".imgCarousel .imgCarouselInner").css({"left":leftPos});
currentLeft = leftPos;
rebuildImgCarousel(currentLeft);
},speed);
};
rebuildImgCarousel = function(curLeft) {
if (curLeft == "init") {
newImgWidth = $(".imgCarousel .imgCarouselInner .img:last-child").width();
if (imgCarouselWidth newImgWidth > contentWidth) {
cloneImg = $(".imgCarousel .imgCarouselInner .img:last-child").clone();
$(".imgCarousel .imgCarouselInner .img:last-child").remove();
$(".imgCarousel .imgCarouselInner").prepend(cloneImg);
newLeft = - newImgWidth - imgSpace;
$(".imgCarousel .imgCarouselInner").css({"left":newLeft});
}
} else if (curLeft < 0) {
newImgWidth = $(".imgCarousel .imgCarouselInner .img:first-child").width();
if (Math.abs(curLeft) > newImgWidth 20) {
cloneImg = $(".imgCarousel .imgCarouselInner .img:first-child").clone();
$(".imgCarousel .imgCarouselInner .img:first-child").remove();
$(".imgCarousel .imgCarouselInner").append(cloneImg);
newLeft = curLeft newImgWidth imgSpace;
$(".imgCarousel .imgCarouselInner").css({"left":newLeft});
}
} else {
newImgWidth = $(".imgCarousel .imgCarouselInner .img:last-child").width();
if (Math.abs(curLeft) < newImgWidth 20) {
cloneImg = $(".imgCarousel .imgCarouselInner .img:last-child").clone();
$(".imgCarousel .imgCarouselInner .img:last-child").remove();
$(".imgCarousel .imgCarouselInner").prepend(cloneImg);
newLeft = curLeft - newImgWidth - imgSpace;
$(".imgCarousel .imgCarouselInner").css({"left":newLeft});
}
}
};
setImgCarouselVar = function() {
$(".imgCarousel .imgCarouselInner").css("width",2000);
$(".imgCarousel .imgCarouselInner .img").each(function() {
$(this).css({"margin-left":imgSpace,"float":"left","width":imgWidth}).find("img").attr("width",imgWidth).css("position","absolute");
});
currentLayer = 2;
rebuildImgCarousel("init");
};
initImgCarousel = function() {
setImgCarouselVar();
imgCarousel(baseSpeed,normalStep);
};
initImgCarousel();
var href;
var contentLoaded = 0;
var contentHeight;
$("a.contentLink").click(function() {
href = $(this).attr("href");
if (!contentLoaded) {
$(".contentOuter").animate({"top":0},{duration:500});
$(".content").load(href " #content");
$(".infosHead").fadeOut();
contentLoaded = 1;
} else {
contentHeight = $(".content").height() / 10 * 9;
$(".contentOuter").dequeue();
$(".contentOuter").animate({"top":-contentHeight},{duration:500});
$(".contentOuter").animate({"top":0},{duration:500});
$(".content").load(href " #content");
}
$("html, body").animate({scrollTop:0}, "slow");
return false;
});
$("a.closeContent").live("click", function() {
var contentHeight = $(".content").height();
$(".contentOuter").animate({"top":-contentHeight},{duration:500});
$(".infosHead").fadeIn("slow");
contentLoaded = 0;
return false;
});
});
hssc development oben contact notice nach legal sport shooting centre hunting provides sports imgcarousel var imgcarouselinner img function width innerdiv css newimgwidth speedlayer child currentspeedlayer animate height curleft contentwidth newleft imgwidth left duration cloneimg documentwidth content basespeed layerint infosheadmaxheight imgspace
Hssc-development.com ~
Site Info
Whois
Trace Route
RBL Check
|
|
Shibui Knits
shibuiknits shibui knits patterns log yarn blog faq locations retail contact var myanim function document slidecontainer direction getelementbyid child util newopacity moveel yahoo newel mouse target event current twitterscript animationdone true new method duration heichi anim newleft appendchild easing attributes
Shibuiknits.com ~
Site Info
Whois
Trace Route
RBL Check
|
|
Home
coriendo home business process management enj called suite var open totpath function www prod com http width= left enjbiz resizable=yes url stcode+ stprotected= iextra totpath= solutions stcompany=coriendo stlocation=phl toolbar=no document newleft status=yes alwaysraised=yes height= screen left= top= scrollbars=yes height availwidth
Coriendo.com ~
Site Info
Whois
Trace Route
RBL Check
|
|
|
|