document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); var jgphlypwidgetUserImageMaxWidth = 160; var jgphlypwidgetUserImageMaxHeight = 100; var jgphlypwidgetUserImageBorderWidth = 3; function jgphlypwidgetResizeUserImage(imageObjectID){ imageObject = document.getElementById(imageObjectID); if((imageObject.offsetWidth == 0) || (imageObject.offsetHeight == 0)){ window.setTimeout("jgphlypwidgetResizeUserImage('" + imageObjectID + "');", 200); return; } var jgphlypwidgetUserImageWidthOverflow = imageObject.offsetWidth - jgphlypwidgetUserImageMaxWidth; var jgphlypwidgetUserImageHeightOverflow = imageObject.offsetHeight - jgphlypwidgetUserImageMaxHeight; if((jgphlypwidgetUserImageWidthOverflow > 0) || (jgphlypwidgetUserImageHeightOverflow > 0)){ if(jgphlypwidgetUserImageWidthOverflow > jgphlypwidgetUserImageHeightOverflow){ imageObject.style.width = (jgphlypwidgetUserImageMaxWidth - (jgphlypwidgetUserImageBorderWidth * 2)) + "px"; }else{ imageObject.style.height = (jgphlypwidgetUserImageMaxHeight - (jgphlypwidgetUserImageBorderWidth * 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(' mztracyr'); document.write(''); document.write(' (312)'); 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 jgphlypiofferWidgetNumItems = 0; var jgphlypiofferWidgetScrollIndex = 0; var jgphlypiofferWidgetScrollHeight = 32; var jgphlypiofferWidgetNumScroll = 2; var jgphlypiofferWidgetNumVisible = 3; var jgphlypiofferWidgetScrollInProgress = false; var jgphlypiofferWidgetScrollSteps = 26; var jgphlypiofferWidgetScrollTime = 200; var jgphlypiofferWidgetScrollArea = document.getElementById("jgphlypioffer_widget_items_div"); var jgphlypiofferWidgetScrollDownImage = document.getElementById("jgphlypioffer_widget_scroll_down_image"); var jgphlypiofferWidgetScrollUpImage = document.getElementById("jgphlypioffer_widget_scroll_up_image"); //Use a timer to fix IE6 reload scrollTop bug if(jgphlypiofferWidgetNumItems > 0){ setTimeout("jgphlypiofferWidgetScrollArea.scrollTop = 0;", 1000); } if(jgphlypiofferWidgetNumItems > jgphlypiofferWidgetNumVisible){ jgphlypiofferWidgetEnableScrollDown(); } function jgphlypiofferWidgetScrollAnimation(jgphlypscrollDistance){ jgphlypiofferWidgetScrollInProgress = true; var jgphlypstepScrollDistance = jgphlypscrollDistance / jgphlypiofferWidgetScrollSteps; var jgphlypstepScrollDelay = jgphlypiofferWidgetScrollTime / jgphlypiofferWidgetScrollSteps; var jgphlyporiginalScrollTop = jgphlypiofferWidgetScrollArea.scrollTop; var jgphlypcurrentDistance = jgphlyporiginalScrollTop; var jgphlypcurrentDelay = 0; for(var i = 1; i <= jgphlypiofferWidgetScrollSteps; i++){ if(i == jgphlypiofferWidgetScrollSteps){ jgphlypcurrentDistance = jgphlypscrollDistance + jgphlyporiginalScrollTop; jgphlypcurrentDelay = jgphlypiofferWidgetScrollTime; }else{ jgphlypcurrentDistance += jgphlypstepScrollDistance; jgphlypcurrentDelay += jgphlypstepScrollDelay; } setTimeout("jgphlypiofferWidgetScrollArea.scrollTop = " + jgphlypcurrentDistance + ";", jgphlypcurrentDelay); } setTimeout("jgphlypiofferWidgetScrollInProgress = false;", (jgphlypiofferWidgetScrollTime + 2)); } function jgphlypiofferWidgetEnableScrollDown(){ jgphlypiofferWidgetScrollDownImage.src = "http://cdn.ioffer.com/images/misc/widget/icons/navigate_down.gif"; jgphlypiofferWidgetScrollDownImage.style.cursor = "pointer"; } function jgphlypiofferWidgetDisableScrollDown(){ jgphlypiofferWidgetScrollDownImage.src = "http://cdn.ioffer.com/images/misc/widget/icons/navigate_down_disabled.gif"; jgphlypiofferWidgetScrollDownImage.style.cursor = "default"; } function jgphlypiofferWidgetEnableScrollUp(){ jgphlypiofferWidgetScrollUpImage.src = "http://cdn.ioffer.com/images/misc/widget/icons/navigate_up.gif"; jgphlypiofferWidgetScrollUpImage.style.cursor = "pointer"; } function jgphlypiofferWidgetDisableScrollUp(){ jgphlypiofferWidgetScrollUpImage.src = "http://cdn.ioffer.com/images/misc/widget/icons/navigate_up_disabled.gif"; jgphlypiofferWidgetScrollUpImage.style.cursor = "default"; } function jgphlypiofferWidgetScroll(jgphlypdirection){ if(jgphlypiofferWidgetScrollInProgress == false){ var jgphlypnumItemsScroll = 0; var jgphlypdirectionToNumber = 0; var jgphlypscrollDistance = 0; if(jgphlypdirection == "down"){ jgphlypdirectionToNumber = 1; jgphlypnumItemsScroll = jgphlypiofferWidgetNumItems - (jgphlypiofferWidgetNumVisible + jgphlypiofferWidgetScrollIndex); }else{ jgphlypdirectionToNumber = -1; jgphlypnumItemsScroll = jgphlypiofferWidgetScrollIndex; } if(jgphlypnumItemsScroll > 0){ jgphlypnumItemsScroll = (jgphlypnumItemsScroll > jgphlypiofferWidgetNumScroll ? jgphlypiofferWidgetNumScroll : jgphlypnumItemsScroll); jgphlypscrollDistance = jgphlypiofferWidgetScrollHeight * (jgphlypdirectionToNumber * jgphlypnumItemsScroll); jgphlypiofferWidgetScrollAnimation(jgphlypscrollDistance); jgphlypiofferWidgetScrollIndex += (jgphlypdirectionToNumber * jgphlypnumItemsScroll); if((jgphlypiofferWidgetScrollIndex + jgphlypiofferWidgetNumVisible) < jgphlypiofferWidgetNumItems){ jgphlypiofferWidgetEnableScrollDown(); }else{ jgphlypiofferWidgetDisableScrollDown(); } if(jgphlypiofferWidgetScrollIndex > 0){ jgphlypiofferWidgetEnableScrollUp(); }else{ jgphlypiofferWidgetDisableScrollUp(); } } } }