document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); var uvevofdwidgetUserImageMaxWidth = 160; var uvevofdwidgetUserImageMaxHeight = 100; var uvevofdwidgetUserImageBorderWidth = 3; function uvevofdwidgetResizeUserImage(imageObjectID){ imageObject = document.getElementById(imageObjectID); if((imageObject.offsetWidth == 0) || (imageObject.offsetHeight == 0)){ window.setTimeout("uvevofdwidgetResizeUserImage('" + imageObjectID + "');", 200); return; } var uvevofdwidgetUserImageWidthOverflow = imageObject.offsetWidth - uvevofdwidgetUserImageMaxWidth; var uvevofdwidgetUserImageHeightOverflow = imageObject.offsetHeight - uvevofdwidgetUserImageMaxHeight; if((uvevofdwidgetUserImageWidthOverflow > 0) || (uvevofdwidgetUserImageHeightOverflow > 0)){ if(uvevofdwidgetUserImageWidthOverflow > uvevofdwidgetUserImageHeightOverflow){ imageObject.style.width = (uvevofdwidgetUserImageMaxWidth - (uvevofdwidgetUserImageBorderWidth * 2)) + "px"; }else{ imageObject.style.height = (uvevofdwidgetUserImageMaxHeight - (uvevofdwidgetUserImageBorderWidth * 2)) + "px"; } } }document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(' '); document.write(''); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(''); document.write(' '); document.write(' '); document.write(' '); document.write(''); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
'); document.write(' '); document.write('
'); document.write(' '); document.write(' '); document.write(' '); document.write('
'); document.write(' '); document.write('
'); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(''); document.write(' '); document.write(' priscillaspa...'); document.write(''); document.write(' (341)'); document.write(' '); document.write('
'); document.write(' '); document.write(' Last Login: more than 3 weeks ago '); document.write(' '); document.write(' '); document.write('
'); document.write(' '); document.write('
'); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
'); document.write(' '); document.write(' Seller Rating'); document.write(' Rating'); document.write(' '); document.write(' '); document.write(' '); document.write(' Seller Profile'); document.write(' Profile'); document.write(' '); document.write(' '); document.write(' '); document.write(' Seller Store'); document.write(' '); document.write(' 0'); document.write(' '); document.write(' Items'); document.write(' '); document.write('
'); document.write('
'); document.write('
'); document.write(' Priscilla\'s Parlor'); document.write('
'); document.write(''); document.write('
'); document.write(' '); document.write(' Featuring:'); document.write(' '); document.write(''); document.write(' '); document.write(' '); document.write(''); document.write(' '); document.write(' '); document.write('
'); document.write('
'); document.write(' '); document.write(''); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
'); document.write(' Top 2 Popular Items'); document.write('
'); document.write('
'); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(''); document.write(' '); document.write(' '); document.write(' '); document.write('
'); document.write('
'); document.write('
'); document.write(' '); document.write(' Vintage Lot of 15 Cubs Players...'); document.write(' '); document.write(' '); document.write(' '); document.write(' $15.00'); document.write(' '); document.write('
'); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(''); document.write(' '); document.write(' '); document.write(' '); document.write('
'); document.write('
'); document.write('
'); document.write(' '); document.write(' Western Themes'); document.write(' '); document.write(' '); document.write(' '); document.write(' $14.99'); document.write(' '); document.write('
'); document.write(' '); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write(' View more'); document.write('  '); document.write(' '); document.write('  '); document.write(' '); document.write('
'); document.write('
'); document.write(' '); document.write('
'); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); var uvevofdiofferWidgetNumItems = 2; var uvevofdiofferWidgetScrollIndex = 0; var uvevofdiofferWidgetScrollHeight = 32; var uvevofdiofferWidgetNumScroll = 2; var uvevofdiofferWidgetNumVisible = 3; var uvevofdiofferWidgetScrollInProgress = false; var uvevofdiofferWidgetScrollSteps = 26; var uvevofdiofferWidgetScrollTime = 200; var uvevofdiofferWidgetScrollArea = document.getElementById("uvevofdioffer_widget_items_div"); var uvevofdiofferWidgetScrollDownImage = document.getElementById("uvevofdioffer_widget_scroll_down_image"); var uvevofdiofferWidgetScrollUpImage = document.getElementById("uvevofdioffer_widget_scroll_up_image"); //Use a timer to fix IE6 reload scrollTop bug if(uvevofdiofferWidgetNumItems > 0){ setTimeout("uvevofdiofferWidgetScrollArea.scrollTop = 0;", 1000); } if(uvevofdiofferWidgetNumItems > uvevofdiofferWidgetNumVisible){ uvevofdiofferWidgetEnableScrollDown(); } function uvevofdiofferWidgetScrollAnimation(uvevofdscrollDistance){ uvevofdiofferWidgetScrollInProgress = true; var uvevofdstepScrollDistance = uvevofdscrollDistance / uvevofdiofferWidgetScrollSteps; var uvevofdstepScrollDelay = uvevofdiofferWidgetScrollTime / uvevofdiofferWidgetScrollSteps; var uvevofdoriginalScrollTop = uvevofdiofferWidgetScrollArea.scrollTop; var uvevofdcurrentDistance = uvevofdoriginalScrollTop; var uvevofdcurrentDelay = 0; for(var i = 1; i <= uvevofdiofferWidgetScrollSteps; i++){ if(i == uvevofdiofferWidgetScrollSteps){ uvevofdcurrentDistance = uvevofdscrollDistance + uvevofdoriginalScrollTop; uvevofdcurrentDelay = uvevofdiofferWidgetScrollTime; }else{ uvevofdcurrentDistance += uvevofdstepScrollDistance; uvevofdcurrentDelay += uvevofdstepScrollDelay; } setTimeout("uvevofdiofferWidgetScrollArea.scrollTop = " + uvevofdcurrentDistance + ";", uvevofdcurrentDelay); } setTimeout("uvevofdiofferWidgetScrollInProgress = false;", (uvevofdiofferWidgetScrollTime + 2)); } function uvevofdiofferWidgetEnableScrollDown(){ uvevofdiofferWidgetScrollDownImage.src = "http://cdn.ioffer.com/images/misc/widget/icons/navigate_down.gif"; uvevofdiofferWidgetScrollDownImage.style.cursor = "pointer"; } function uvevofdiofferWidgetDisableScrollDown(){ uvevofdiofferWidgetScrollDownImage.src = "http://cdn.ioffer.com/images/misc/widget/icons/navigate_down_disabled.gif"; uvevofdiofferWidgetScrollDownImage.style.cursor = "default"; } function uvevofdiofferWidgetEnableScrollUp(){ uvevofdiofferWidgetScrollUpImage.src = "http://cdn.ioffer.com/images/misc/widget/icons/navigate_up.gif"; uvevofdiofferWidgetScrollUpImage.style.cursor = "pointer"; } function uvevofdiofferWidgetDisableScrollUp(){ uvevofdiofferWidgetScrollUpImage.src = "http://cdn.ioffer.com/images/misc/widget/icons/navigate_up_disabled.gif"; uvevofdiofferWidgetScrollUpImage.style.cursor = "default"; } function uvevofdiofferWidgetScroll(uvevofddirection){ if(uvevofdiofferWidgetScrollInProgress == false){ var uvevofdnumItemsScroll = 0; var uvevofddirectionToNumber = 0; var uvevofdscrollDistance = 0; if(uvevofddirection == "down"){ uvevofddirectionToNumber = 1; uvevofdnumItemsScroll = uvevofdiofferWidgetNumItems - (uvevofdiofferWidgetNumVisible + uvevofdiofferWidgetScrollIndex); }else{ uvevofddirectionToNumber = -1; uvevofdnumItemsScroll = uvevofdiofferWidgetScrollIndex; } if(uvevofdnumItemsScroll > 0){ uvevofdnumItemsScroll = (uvevofdnumItemsScroll > uvevofdiofferWidgetNumScroll ? uvevofdiofferWidgetNumScroll : uvevofdnumItemsScroll); uvevofdscrollDistance = uvevofdiofferWidgetScrollHeight * (uvevofddirectionToNumber * uvevofdnumItemsScroll); uvevofdiofferWidgetScrollAnimation(uvevofdscrollDistance); uvevofdiofferWidgetScrollIndex += (uvevofddirectionToNumber * uvevofdnumItemsScroll); if((uvevofdiofferWidgetScrollIndex + uvevofdiofferWidgetNumVisible) < uvevofdiofferWidgetNumItems){ uvevofdiofferWidgetEnableScrollDown(); }else{ uvevofdiofferWidgetDisableScrollDown(); } if(uvevofdiofferWidgetScrollIndex > 0){ uvevofdiofferWidgetEnableScrollUp(); }else{ uvevofdiofferWidgetDisableScrollUp(); } } } }