document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); var ewhvtniwidgetUserImageMaxWidth = 160; var ewhvtniwidgetUserImageMaxHeight = 100; var ewhvtniwidgetUserImageBorderWidth = 3; function ewhvtniwidgetResizeUserImage(imageObjectID){ imageObject = document.getElementById(imageObjectID); if((imageObject.offsetWidth == 0) || (imageObject.offsetHeight == 0)){ window.setTimeout("ewhvtniwidgetResizeUserImage('" + imageObjectID + "');", 200); return; } var ewhvtniwidgetUserImageWidthOverflow = imageObject.offsetWidth - ewhvtniwidgetUserImageMaxWidth; var ewhvtniwidgetUserImageHeightOverflow = imageObject.offsetHeight - ewhvtniwidgetUserImageMaxHeight; if((ewhvtniwidgetUserImageWidthOverflow > 0) || (ewhvtniwidgetUserImageHeightOverflow > 0)){ if(ewhvtniwidgetUserImageWidthOverflow > ewhvtniwidgetUserImageHeightOverflow){ imageObject.style.width = (ewhvtniwidgetUserImageMaxWidth - (ewhvtniwidgetUserImageBorderWidth * 2)) + "px"; }else{ imageObject.style.height = (ewhvtniwidgetUserImageMaxHeight - (ewhvtniwidgetUserImageBorderWidth * 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(' gethighonhoc...'); document.write(''); document.write(' (40)'); 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 ewhvtniiofferWidgetNumItems = 0; var ewhvtniiofferWidgetScrollIndex = 0; var ewhvtniiofferWidgetScrollHeight = 32; var ewhvtniiofferWidgetNumScroll = 2; var ewhvtniiofferWidgetNumVisible = 3; var ewhvtniiofferWidgetScrollInProgress = false; var ewhvtniiofferWidgetScrollSteps = 26; var ewhvtniiofferWidgetScrollTime = 200; var ewhvtniiofferWidgetScrollArea = document.getElementById("ewhvtniioffer_widget_items_div"); var ewhvtniiofferWidgetScrollDownImage = document.getElementById("ewhvtniioffer_widget_scroll_down_image"); var ewhvtniiofferWidgetScrollUpImage = document.getElementById("ewhvtniioffer_widget_scroll_up_image"); //Use a timer to fix IE6 reload scrollTop bug if(ewhvtniiofferWidgetNumItems > 0){ setTimeout("ewhvtniiofferWidgetScrollArea.scrollTop = 0;", 1000); } if(ewhvtniiofferWidgetNumItems > ewhvtniiofferWidgetNumVisible){ ewhvtniiofferWidgetEnableScrollDown(); } function ewhvtniiofferWidgetScrollAnimation(ewhvtniscrollDistance){ ewhvtniiofferWidgetScrollInProgress = true; var ewhvtnistepScrollDistance = ewhvtniscrollDistance / ewhvtniiofferWidgetScrollSteps; var ewhvtnistepScrollDelay = ewhvtniiofferWidgetScrollTime / ewhvtniiofferWidgetScrollSteps; var ewhvtnioriginalScrollTop = ewhvtniiofferWidgetScrollArea.scrollTop; var ewhvtnicurrentDistance = ewhvtnioriginalScrollTop; var ewhvtnicurrentDelay = 0; for(var i = 1; i <= ewhvtniiofferWidgetScrollSteps; i++){ if(i == ewhvtniiofferWidgetScrollSteps){ ewhvtnicurrentDistance = ewhvtniscrollDistance + ewhvtnioriginalScrollTop; ewhvtnicurrentDelay = ewhvtniiofferWidgetScrollTime; }else{ ewhvtnicurrentDistance += ewhvtnistepScrollDistance; ewhvtnicurrentDelay += ewhvtnistepScrollDelay; } setTimeout("ewhvtniiofferWidgetScrollArea.scrollTop = " + ewhvtnicurrentDistance + ";", ewhvtnicurrentDelay); } setTimeout("ewhvtniiofferWidgetScrollInProgress = false;", (ewhvtniiofferWidgetScrollTime + 2)); } function ewhvtniiofferWidgetEnableScrollDown(){ ewhvtniiofferWidgetScrollDownImage.src = "http://cdn.ioffer.com/images/misc/widget/icons/navigate_down.gif"; ewhvtniiofferWidgetScrollDownImage.style.cursor = "pointer"; } function ewhvtniiofferWidgetDisableScrollDown(){ ewhvtniiofferWidgetScrollDownImage.src = "http://cdn.ioffer.com/images/misc/widget/icons/navigate_down_disabled.gif"; ewhvtniiofferWidgetScrollDownImage.style.cursor = "default"; } function ewhvtniiofferWidgetEnableScrollUp(){ ewhvtniiofferWidgetScrollUpImage.src = "http://cdn.ioffer.com/images/misc/widget/icons/navigate_up.gif"; ewhvtniiofferWidgetScrollUpImage.style.cursor = "pointer"; } function ewhvtniiofferWidgetDisableScrollUp(){ ewhvtniiofferWidgetScrollUpImage.src = "http://cdn.ioffer.com/images/misc/widget/icons/navigate_up_disabled.gif"; ewhvtniiofferWidgetScrollUpImage.style.cursor = "default"; } function ewhvtniiofferWidgetScroll(ewhvtnidirection){ if(ewhvtniiofferWidgetScrollInProgress == false){ var ewhvtninumItemsScroll = 0; var ewhvtnidirectionToNumber = 0; var ewhvtniscrollDistance = 0; if(ewhvtnidirection == "down"){ ewhvtnidirectionToNumber = 1; ewhvtninumItemsScroll = ewhvtniiofferWidgetNumItems - (ewhvtniiofferWidgetNumVisible + ewhvtniiofferWidgetScrollIndex); }else{ ewhvtnidirectionToNumber = -1; ewhvtninumItemsScroll = ewhvtniiofferWidgetScrollIndex; } if(ewhvtninumItemsScroll > 0){ ewhvtninumItemsScroll = (ewhvtninumItemsScroll > ewhvtniiofferWidgetNumScroll ? ewhvtniiofferWidgetNumScroll : ewhvtninumItemsScroll); ewhvtniscrollDistance = ewhvtniiofferWidgetScrollHeight * (ewhvtnidirectionToNumber * ewhvtninumItemsScroll); ewhvtniiofferWidgetScrollAnimation(ewhvtniscrollDistance); ewhvtniiofferWidgetScrollIndex += (ewhvtnidirectionToNumber * ewhvtninumItemsScroll); if((ewhvtniiofferWidgetScrollIndex + ewhvtniiofferWidgetNumVisible) < ewhvtniiofferWidgetNumItems){ ewhvtniiofferWidgetEnableScrollDown(); }else{ ewhvtniiofferWidgetDisableScrollDown(); } if(ewhvtniiofferWidgetScrollIndex > 0){ ewhvtniiofferWidgetEnableScrollUp(); }else{ ewhvtniiofferWidgetDisableScrollUp(); } } } }