document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); var leewiocwidgetUserImageMaxWidth = 160; var leewiocwidgetUserImageMaxHeight = 100; var leewiocwidgetUserImageBorderWidth = 3; function leewiocwidgetResizeUserImage(imageObjectID){ imageObject = document.getElementById(imageObjectID); if((imageObject.offsetWidth == 0) || (imageObject.offsetHeight == 0)){ window.setTimeout("leewiocwidgetResizeUserImage('" + imageObjectID + "');", 200); return; } var leewiocwidgetUserImageWidthOverflow = imageObject.offsetWidth - leewiocwidgetUserImageMaxWidth; var leewiocwidgetUserImageHeightOverflow = imageObject.offsetHeight - leewiocwidgetUserImageMaxHeight; if((leewiocwidgetUserImageWidthOverflow > 0) || (leewiocwidgetUserImageHeightOverflow > 0)){ if(leewiocwidgetUserImageWidthOverflow > leewiocwidgetUserImageHeightOverflow){ imageObject.style.width = (leewiocwidgetUserImageMaxWidth - (leewiocwidgetUserImageBorderWidth * 2)) + "px"; }else{ imageObject.style.height = (leewiocwidgetUserImageMaxHeight - (leewiocwidgetUserImageBorderWidth * 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(' internetlove...'); document.write(''); document.write(' (2477)'); 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(' '); document.write(''); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
'); document.write(' '); document.write(' This seller\'s items are currently not available.'); document.write('
'); document.write(' '); document.write(' Check out'); document.write(' '); document.write(' other items'); document.write(' '); document.write(' from iOffer!'); 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 leewiociofferWidgetNumItems = 0; var leewiociofferWidgetScrollIndex = 0; var leewiociofferWidgetScrollHeight = 32; var leewiociofferWidgetNumScroll = 2; var leewiociofferWidgetNumVisible = 3; var leewiociofferWidgetScrollInProgress = false; var leewiociofferWidgetScrollSteps = 26; var leewiociofferWidgetScrollTime = 200; var leewiociofferWidgetScrollArea = document.getElementById("leewiocioffer_widget_items_div"); var leewiociofferWidgetScrollDownImage = document.getElementById("leewiocioffer_widget_scroll_down_image"); var leewiociofferWidgetScrollUpImage = document.getElementById("leewiocioffer_widget_scroll_up_image"); //Use a timer to fix IE6 reload scrollTop bug if(leewiociofferWidgetNumItems > 0){ setTimeout("leewiociofferWidgetScrollArea.scrollTop = 0;", 1000); } if(leewiociofferWidgetNumItems > leewiociofferWidgetNumVisible){ leewiociofferWidgetEnableScrollDown(); } function leewiociofferWidgetScrollAnimation(leewiocscrollDistance){ leewiociofferWidgetScrollInProgress = true; var leewiocstepScrollDistance = leewiocscrollDistance / leewiociofferWidgetScrollSteps; var leewiocstepScrollDelay = leewiociofferWidgetScrollTime / leewiociofferWidgetScrollSteps; var leewiocoriginalScrollTop = leewiociofferWidgetScrollArea.scrollTop; var leewioccurrentDistance = leewiocoriginalScrollTop; var leewioccurrentDelay = 0; for(var i = 1; i <= leewiociofferWidgetScrollSteps; i++){ if(i == leewiociofferWidgetScrollSteps){ leewioccurrentDistance = leewiocscrollDistance + leewiocoriginalScrollTop; leewioccurrentDelay = leewiociofferWidgetScrollTime; }else{ leewioccurrentDistance += leewiocstepScrollDistance; leewioccurrentDelay += leewiocstepScrollDelay; } setTimeout("leewiociofferWidgetScrollArea.scrollTop = " + leewioccurrentDistance + ";", leewioccurrentDelay); } setTimeout("leewiociofferWidgetScrollInProgress = false;", (leewiociofferWidgetScrollTime + 2)); } function leewiociofferWidgetEnableScrollDown(){ leewiociofferWidgetScrollDownImage.src = "http://cdn.ioffer.com/images/misc/widget/icons/navigate_down.gif"; leewiociofferWidgetScrollDownImage.style.cursor = "pointer"; } function leewiociofferWidgetDisableScrollDown(){ leewiociofferWidgetScrollDownImage.src = "http://cdn.ioffer.com/images/misc/widget/icons/navigate_down_disabled.gif"; leewiociofferWidgetScrollDownImage.style.cursor = "default"; } function leewiociofferWidgetEnableScrollUp(){ leewiociofferWidgetScrollUpImage.src = "http://cdn.ioffer.com/images/misc/widget/icons/navigate_up.gif"; leewiociofferWidgetScrollUpImage.style.cursor = "pointer"; } function leewiociofferWidgetDisableScrollUp(){ leewiociofferWidgetScrollUpImage.src = "http://cdn.ioffer.com/images/misc/widget/icons/navigate_up_disabled.gif"; leewiociofferWidgetScrollUpImage.style.cursor = "default"; } function leewiociofferWidgetScroll(leewiocdirection){ if(leewiociofferWidgetScrollInProgress == false){ var leewiocnumItemsScroll = 0; var leewiocdirectionToNumber = 0; var leewiocscrollDistance = 0; if(leewiocdirection == "down"){ leewiocdirectionToNumber = 1; leewiocnumItemsScroll = leewiociofferWidgetNumItems - (leewiociofferWidgetNumVisible + leewiociofferWidgetScrollIndex); }else{ leewiocdirectionToNumber = -1; leewiocnumItemsScroll = leewiociofferWidgetScrollIndex; } if(leewiocnumItemsScroll > 0){ leewiocnumItemsScroll = (leewiocnumItemsScroll > leewiociofferWidgetNumScroll ? leewiociofferWidgetNumScroll : leewiocnumItemsScroll); leewiocscrollDistance = leewiociofferWidgetScrollHeight * (leewiocdirectionToNumber * leewiocnumItemsScroll); leewiociofferWidgetScrollAnimation(leewiocscrollDistance); leewiociofferWidgetScrollIndex += (leewiocdirectionToNumber * leewiocnumItemsScroll); if((leewiociofferWidgetScrollIndex + leewiociofferWidgetNumVisible) < leewiociofferWidgetNumItems){ leewiociofferWidgetEnableScrollDown(); }else{ leewiociofferWidgetDisableScrollDown(); } if(leewiociofferWidgetScrollIndex > 0){ leewiociofferWidgetEnableScrollUp(); }else{ leewiociofferWidgetDisableScrollUp(); } } } }