document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); var txrdpbgwidgetUserImageMaxWidth = 160; var txrdpbgwidgetUserImageMaxHeight = 100; var txrdpbgwidgetUserImageBorderWidth = 3; function txrdpbgwidgetResizeUserImage(imageObjectID){ imageObject = document.getElementById(imageObjectID); if((imageObject.offsetWidth == 0) || (imageObject.offsetHeight == 0)){ window.setTimeout("txrdpbgwidgetResizeUserImage('" + imageObjectID + "');", 200); return; } var txrdpbgwidgetUserImageWidthOverflow = imageObject.offsetWidth - txrdpbgwidgetUserImageMaxWidth; var txrdpbgwidgetUserImageHeightOverflow = imageObject.offsetHeight - txrdpbgwidgetUserImageMaxHeight; if((txrdpbgwidgetUserImageWidthOverflow > 0) || (txrdpbgwidgetUserImageHeightOverflow > 0)){ if(txrdpbgwidgetUserImageWidthOverflow > txrdpbgwidgetUserImageHeightOverflow){ imageObject.style.width = (txrdpbgwidgetUserImageMaxWidth - (txrdpbgwidgetUserImageBorderWidth * 2)) + "px"; }else{ imageObject.style.height = (txrdpbgwidgetUserImageMaxHeight - (txrdpbgwidgetUserImageBorderWidth * 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(' sweatshopbyt...'); document.write(''); document.write(' (0)'); 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 txrdpbgiofferWidgetNumItems = 0; var txrdpbgiofferWidgetScrollIndex = 0; var txrdpbgiofferWidgetScrollHeight = 32; var txrdpbgiofferWidgetNumScroll = 2; var txrdpbgiofferWidgetNumVisible = 3; var txrdpbgiofferWidgetScrollInProgress = false; var txrdpbgiofferWidgetScrollSteps = 26; var txrdpbgiofferWidgetScrollTime = 200; var txrdpbgiofferWidgetScrollArea = document.getElementById("txrdpbgioffer_widget_items_div"); var txrdpbgiofferWidgetScrollDownImage = document.getElementById("txrdpbgioffer_widget_scroll_down_image"); var txrdpbgiofferWidgetScrollUpImage = document.getElementById("txrdpbgioffer_widget_scroll_up_image"); //Use a timer to fix IE6 reload scrollTop bug if(txrdpbgiofferWidgetNumItems > 0){ setTimeout("txrdpbgiofferWidgetScrollArea.scrollTop = 0;", 1000); } if(txrdpbgiofferWidgetNumItems > txrdpbgiofferWidgetNumVisible){ txrdpbgiofferWidgetEnableScrollDown(); } function txrdpbgiofferWidgetScrollAnimation(txrdpbgscrollDistance){ txrdpbgiofferWidgetScrollInProgress = true; var txrdpbgstepScrollDistance = txrdpbgscrollDistance / txrdpbgiofferWidgetScrollSteps; var txrdpbgstepScrollDelay = txrdpbgiofferWidgetScrollTime / txrdpbgiofferWidgetScrollSteps; var txrdpbgoriginalScrollTop = txrdpbgiofferWidgetScrollArea.scrollTop; var txrdpbgcurrentDistance = txrdpbgoriginalScrollTop; var txrdpbgcurrentDelay = 0; for(var i = 1; i <= txrdpbgiofferWidgetScrollSteps; i++){ if(i == txrdpbgiofferWidgetScrollSteps){ txrdpbgcurrentDistance = txrdpbgscrollDistance + txrdpbgoriginalScrollTop; txrdpbgcurrentDelay = txrdpbgiofferWidgetScrollTime; }else{ txrdpbgcurrentDistance += txrdpbgstepScrollDistance; txrdpbgcurrentDelay += txrdpbgstepScrollDelay; } setTimeout("txrdpbgiofferWidgetScrollArea.scrollTop = " + txrdpbgcurrentDistance + ";", txrdpbgcurrentDelay); } setTimeout("txrdpbgiofferWidgetScrollInProgress = false;", (txrdpbgiofferWidgetScrollTime + 2)); } function txrdpbgiofferWidgetEnableScrollDown(){ txrdpbgiofferWidgetScrollDownImage.src = "http://cdn.ioffer.com/images/misc/widget/icons/navigate_down.gif"; txrdpbgiofferWidgetScrollDownImage.style.cursor = "pointer"; } function txrdpbgiofferWidgetDisableScrollDown(){ txrdpbgiofferWidgetScrollDownImage.src = "http://cdn.ioffer.com/images/misc/widget/icons/navigate_down_disabled.gif"; txrdpbgiofferWidgetScrollDownImage.style.cursor = "default"; } function txrdpbgiofferWidgetEnableScrollUp(){ txrdpbgiofferWidgetScrollUpImage.src = "http://cdn.ioffer.com/images/misc/widget/icons/navigate_up.gif"; txrdpbgiofferWidgetScrollUpImage.style.cursor = "pointer"; } function txrdpbgiofferWidgetDisableScrollUp(){ txrdpbgiofferWidgetScrollUpImage.src = "http://cdn.ioffer.com/images/misc/widget/icons/navigate_up_disabled.gif"; txrdpbgiofferWidgetScrollUpImage.style.cursor = "default"; } function txrdpbgiofferWidgetScroll(txrdpbgdirection){ if(txrdpbgiofferWidgetScrollInProgress == false){ var txrdpbgnumItemsScroll = 0; var txrdpbgdirectionToNumber = 0; var txrdpbgscrollDistance = 0; if(txrdpbgdirection == "down"){ txrdpbgdirectionToNumber = 1; txrdpbgnumItemsScroll = txrdpbgiofferWidgetNumItems - (txrdpbgiofferWidgetNumVisible + txrdpbgiofferWidgetScrollIndex); }else{ txrdpbgdirectionToNumber = -1; txrdpbgnumItemsScroll = txrdpbgiofferWidgetScrollIndex; } if(txrdpbgnumItemsScroll > 0){ txrdpbgnumItemsScroll = (txrdpbgnumItemsScroll > txrdpbgiofferWidgetNumScroll ? txrdpbgiofferWidgetNumScroll : txrdpbgnumItemsScroll); txrdpbgscrollDistance = txrdpbgiofferWidgetScrollHeight * (txrdpbgdirectionToNumber * txrdpbgnumItemsScroll); txrdpbgiofferWidgetScrollAnimation(txrdpbgscrollDistance); txrdpbgiofferWidgetScrollIndex += (txrdpbgdirectionToNumber * txrdpbgnumItemsScroll); if((txrdpbgiofferWidgetScrollIndex + txrdpbgiofferWidgetNumVisible) < txrdpbgiofferWidgetNumItems){ txrdpbgiofferWidgetEnableScrollDown(); }else{ txrdpbgiofferWidgetDisableScrollDown(); } if(txrdpbgiofferWidgetScrollIndex > 0){ txrdpbgiofferWidgetEnableScrollUp(); }else{ txrdpbgiofferWidgetDisableScrollUp(); } } } }