Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 4809 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

So I have a calculation that extracts website html into a field in filemaker called "Hal Google Code". I then have a calculation that I'm trying to run to extract/parse part of that code from between a beginning and end point and the end result should actually be a price, here is part of the html code in which I'm trying to extract the price in bold and underlined:

<td class="condition-col">

<span class="f">New</span>

</td>

<td class="taxship-col">

<span class="f">

<nobr>No tax</nobr> +

<nobr>Shipping: $99.00</nobr>

</span>

</td>

<td class="total-col">

<span class="f">

$872.52

</span>

</td>

<td class="price-col">

<span class="base-price">$773.52</span>

</td>

</tr>

<tr id="seller3">

<td class="seller-col">

The Calculation works like this:

It uses a custom function called parsedata in which

ParseData ( FIELD ; "BEGIN CODE" ; "ENDCODE" ; 1 )

In My case:

ParseData ( Ultimate Price Configerer::Hal Google Code ; "<td class=\"total-col\"><span class=\"f\">$" ; "</span>" ; 1 )

"Ultimate Price Configerer::Hal Google Code" is the field

"<td class=\"total-col\"><span class=\"f\">$" is the begin point

"</span>" is the end point

1 is the occurrence

I'm then using a script to set field to this calculated result, called PRICE, yet the calculated result is blank. I don't know if the Carriage return or spaces is causing a muck but I've all kinds of things and cannot return that 872.52 value. Any thoughts? Comments? Questions?

The Goal is instead of spending money on a web scraping program or pricing program is to instead integrate it into our own filemaker solution, so far it has been fairly straight forward, except for this hiccup.

Posted

So here's the thing: we don't have the full HTML text, and we don't know the formula you're using in that custom function - yet you expect us to tell you what's wrong?

  • Like 1
Posted

Here is the custom Function:

// ParseData ( theText; theStartTag; theEndTag; theOccurance)

//

// Extract the text between two strings.

//

// Parameters:

// theText = the text to parse

// theStartTag = the string that comes before the text to extract

// theEndTag = the string that comes after the text to extract

// theOccurance = the instance of the text to extract

//

// Return Value:

// the instance of text found in theText beween theStartTag and theEndTag based on theOccurance

//

Let ( [

theStartPos = Position ( theText ; theStartTag ; 1 ; theOccurance ) ;

theResult = Case (

// ------------------------------

// If theStartTag was not found, return an empty string.

theStartPos = 0 ; "" ;

// ------------------------------

// ------------------------------

// If theStartTag was found, get the string we are looking for.

theStartPos > 0 ;

Let ( [

theStartPos = theStartPos + Length ( theStartTag ) ;

theEndPos = Position ( theText ; theEndTag ; theStartPos ; 1 ) ;

theLengthToKeep = theEndPos - theStartPos;

theResult = Middle ( theText ; theStartPos ; theLengthToKeep )

] ;

theResult

)

// ------------------------------

) // End case

] ;

theResult

)

Here is the full html text:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"

"http://www.w3.org/TR/html4/loose.dtd">

<html itemscope itemtype="http://schema.org/Product" itemid="">

<meta itemprop="url" content="http://www.google.com/products/catalog?hl=en&cid=16039472766474140255">

<head>

<noscript><meta http-equiv=refresh content="0; URL=/products/catalog?q=&hl=en&um=1&ie=UTF-8&tbm=shop&cid=16039472766474140255&sa=X&ei=mqu-TtfdLcvhggfDxL3GBw&ved=0CG0Q8wIwAA&output=nojs"></noscript>

<script type="text/javascript">function Timer(B){this.t={};this.tick=function(b,c,a){a=void 0!=a?a:(new Date).getTime();this.t=[a,c]};this.tick("start",null,B)}var loadTimer=new Timer;window.jstiming={Timer:Timer,load:loadTimer};try{var pageT=null;window.chrome&&window.chrome.csi&&(pageT=Math.floor(window.chrome.csi().pageT));null==pageT&&window.gtbExternal&&(pageT=window.gtbExternal.pageT());null==pageT&&window.external&&(pageT=window.external.pageT);pageT&&(window.jstiming.pt=pageT)}catch(e){};

</script>

<meta http-equiv="content-type" content="text/html; charset=utf-8">

<title>Frigidaire Professional Series FPEC3685KS - Ceramic cooktop - 5 element(s) - 36&quot; - stainless steel</title>

<link type="text/css" rel="stylesheet" href="/products/intl/en_us/css/ps-pp-nojfk-style.css?v=e3WJLSKbVz0">

<!--[if IE]>

<style>#product-image-cont{width:224px}.ps-sprite{font-size:1px}.long-section #product-image-cont{width:94px}.rh-hasmouseover div, .rh-hasrestrict div, .rh-hasrestrict-hasmouseover div {filter:alpha(opacity=50)}.rh-hasrestrict #rh-restrict div, #rh-mouseover div, #rh-mouseover-restrict div {filter:alpha(opacity=100)}</style>

<![endif]-->

<script type=text/javascript src="/products/js/ps-js.js?v=gcAx4FHT194"></script>

<script type="text/javascript">

function reportCsiOnload() {

csiTick('ol');

csiReport('GH7JTumjDZHSNdXrkbYJ','p','ol','17259');

}

onPageLoad(reportCsiOnload);

</script>

<script type=text/javascript>(function(){try{var e=true;var i=window.gbar=window.gbar||{};function _tvn(a,B){var c=parseInt(a,10);return isNaN©?b:c}function _tvf(a,B){var c=parseFloat(a);return isNaN©?b:c}function _tvv(a){return!!a}function m(a,b,c){(c||i)[a]=b}i.bv={n:_tvn("2",0),r:"",f:".41.",m:_tvn("1",1)};var n=function(a){return function(){return i.bv.m==a}},aa=n(1),ba=n(2);m("sb",aa);m("kn",ba);var o=function(){},p=function(){},t=function(a){var b=new Image,c=r;b.onerror=b.onload=b.onabort=function(){try{delete s[c]}catch(d){}};s[c]=b;b.src=a;r=c+1},s=[],r=0;m("logger",{il:p,ml:o});var u=window.gbar.logger;var v={},ea={},w=[],ha=function(a,B){w.push([a,b])},ia=function(a,B){v[a]=b},ja=function(a){return a in v},x={},y=function(a,B){x[a]||(x[a]=[]);x[a].push(B)},z=function(a){y("m",a)},A=function(a){var b=document.createElement("script");b.src=a;(document.getElementById("xjsc")||document.body).appendChild(B)},C=function(a){for(var b=0,c;c=w;++b)if(c[0]==a)break;if(c&&!c[1].l&&!c[1].s){c[1].s=e;B(2,a);A(c[1].url)}},D=function(a){y("gc",a)},E=null,ka=function(a){E=a},B=function(a,b,c){if(E){a={t:a,

b:b};if©for(var d in c)a[d]=c[d];try{E(a)}catch(g){}}};m("mdc",v);m("mdi",ea);m("bnc",w);m("qGC",D);m("qm",z);m("qd",x);m("lb",C);m("mcf",ia);m("bcf",ha);m("aq",y);m("mdd","");m("has",ja);m("trh",ka);m("tev",B);var F=_tvf("0.01",1.0E-4),G=0;

function _mlToken(a,B){try{if(G<1){G++;var c,d=a,g=b||{},f=encodeURIComponent,h=["//www.google.com/gen_204?atyp=i&zx=",(new Date).getTime(),"&jexpid=",f("30315"),"&srcpg=",f("prop=6"),"&jsr=",Math.round(1/F),"&ogf=",i.bv.f,"&ogv=",f("1321501613.1320779352")];if(g._sn)g._sn="og."+g._sn;for(var l in g){h.push("&");h.push(f(l));h.push("=");h.push(f(g[l]))}h.push("&emsg=");h.push(f(d.name+":"+d.message));var j=h.join("");if(H(j))j=j.substr(0,2E3);c=

j;var k=window.gbar.logger._aem(a,c);t(k)}}catch(q){}}var H=function(a){return a.length>=2E3},la=function(a,B){return b};function I(a){o=a;m("_itl",H,u);m("_aem",la,u);m("ml",o,u);a={};v.er=a}if(_tvv(""))I(function(a){throw a;});else _tvv("1")&&Math.random()<F&&I(_mlToken);var _E="left",M=function(a,B){var c=a.className;L(a,B)||(a.className+=(c!=""?" ":"")+B)},N=function(a,B){var c=a.className,d=RegExp("\\s?\\b"+b+"\\b");if(c&&c.match(d))a.className=c.replace(d,"")},L=function(a,B){var c=RegExp("\\b"+b+"\\b"),d=a.className;return!!(d&&d.match©)};m("ca",M);m("cr",N);m("cc",L);var ma=["gb_71","gb_155"],O;function na(a){O=a}function oa(a){var b=O&&!a.href.match(/.*\/accounts\/ClearSID[?]/)&&encodeURIComponent(O());if(b)a.href=a.href.replace(/([?&]continue=)[^&]*/,"$1"+B)}function pa(a){try{var b=(document.forms[0].q||"").value;if(b)a.href=a.href.replace(/([?&])q=[^&]*|$/,function(d,g){return(g||"&")+"q="+encodeURIComponent(B)})}catch©{o©}}

var P=function(){for(var a=[],b=0,c;c=ma;++B)(c=document.getElementById©)&&a.push©;return a},qa=function(){var a=P();return a.length>0?a[0]:null},ra=function(){return document.getElementById("gb_70")},Q={},R={},S={},T=undefined,va=function(a,B){try{var c=document.getElementById("gb");M(c,"gbpdjs");U();V(document.body)&&M(c,"gbrtl");if(b&&b.getAttribute){var d=b.getAttribute("aria-owns");if(d.length){var g=document.getElementById(d);if(g){var f=b.parentNode;if(T==d){T=undefined;N(f,"gbto")}else{if(T){var h=

document.getElementById(T);if(h&&h.getAttribute){var l=h.getAttribute("aria-owner");if(l.length){var j=document.getElementById(l);j&&j.parentNode&&N(j.parentNode,"gbto")}}}sa(g)&&ta(g);T=d;M(f,"gbto")}}}}z(function(){i.tg(a,b,e)});ua(a)}catch(k){o(k)}},wa=function(a){z(function(){i.close(a)})},V=function(a){var b,c="direction",d=document.defaultView;if(d&&d.getComputedStyle){if(a=d.getComputedStyle(a,""))b=a[c]}else b=a.currentStyle?a.currentStyle[c]:a.style[c];return b=="rtl"},ya=function(a,b,c){if(a)try{var d=

document.getElementById("gbd5");if(d){var g=d.firstChild,f=g.firstChild,h=document.createElement("li");h.className=b+" gbmtc";h.id=c;a.className="gbmt";h.appendChild(a);if(f.hasChildNodes()){c=[["gbkc"],["gbf","gbe","gbn"],["gbkp"],["gbnd"]];d=0;var l=f.childNodes.length;g=false;for(var j=-1,k=0,q;q=c[k];k++){for(var ca=0,J;J=q[ca];ca++){for(;d<l&&L(f.childNodes[d],J);)d++;if(J==B){f.insertBefore(h,f.childNodes[d]||null);g=e;break}}if(g){if(d+1<f.childNodes.length){var da=f.childNodes[d+1];if(!L(da.firstChild,

"gbmh")&&!xa(da,q))j=d+1}else if(d-1>=0){var fa=f.childNodes[d-1];if(!L(fa.firstChild,"gbmh")&&!xa(fa,q))j=d}break}d>0&&d+1<l&&d++}if(j>=0){var K=document.createElement("li"),ga=document.createElement("div");K.className="gbmtc";ga.className="gbmt gbmh";K.appendChild(ga);f.insertBefore(K,f.childNodes[j])}i.addHover&&i.addHover(a)}else f.appendChild(h)}}catch(Ea){o(Ea)}},xa=function(a,B){for(var c=b.length,d=0;d<c;d++)if(L(a,b[d]))return e;return false},za=function(a,b,c){ya(a,b,c)},Aa=function(a,B){ya(a,

"gbe",B)},Ba=function(){z(function(){i.pcm&&i.pcm()})},Ca=function(a,b,c,d,g,f,h,l){z(function(){i.paa&&i.paa(a,b,c,d,g,f,h,l)})},Da=function(a,B){Q[a]||(Q[a]=[]);Q[a].push(B)},Fa=function(a,B){R[a]||(R[a]=[]);R[a].push(B)},Ga=function(a,B){S[a]||(S[a]=[]);S[a].push(B)},ua=function(a){a.preventDefault&&a.preventDefault();a.returnValue=false;a.cancelBubble=e},W=null,ta=function(a,B){U();if(a){X(a,"Opening&hellip;");Y(a,e);var c=typeof b!="undefined"?b:1E4,d=function(){Ha(a)};W=window.setTimeout(d,

c)}},Ia=function(a){U();if(a){Y(a,false);X(a,"")}},Ha=function(a){try{U();var b=a||document.getElementById(T);if(B){X(b,"This service is currently unavailable.%1$sPlease try again later.","%1$s");Y(b,e)}}catch©{o©}},X=function(a,b,c){if(a&&B){var d=sa(a);if(d){if©{d.innerHTML="";b=b.split©;c=0;for(var g;g=b[c];c++){var f=document.createElement("div");f.innerHTML=g;d.appendChild(f)}}else d.innerHTML=b;Y(a,e)}}},Y=function(a,B){var c=b!==undefined?b:e;c?M(a,"gbmsgo"):N(a,"gbmsgo")},sa=function(a){for(var b=0,c;c=a.childNodes;b++)if(L(c,

"gbmsg"))return c},U=function(){W&&window.clearTimeout(W)};m("so",qa);m("sos",P);m("si",ra);m("tg",va);m("close",wa);m("addLink",za);m("addExtraLink",Aa);m("pcm",Ba);m("paa",Ca);m("ddld",ta);m("ddrd",Ia);m("dderr",Ha);m("rtl",V);m("bh",Q);m("abh",Da);m("dh",R);m("adh",Fa);m("ch",S);m("ach",Ga);m("qs",pa);m("setContinueCb",na);m("pc",oa);var Ja={};v.base=Ja;w.push(["m",{url:"//ssl.gstatic.com/gb/js/sem_9ee91458c51c56d6313da3af97662fa5.js"}]);if(_tvv("1")){var Ka=_tvv("");w.push(["gc",{auto:Ka,url:"https://ssl.gstatic.com/gb/js/abc/gcm_e9b1c8ddbdbba9ea5c035548a0320af1.js"}]);var La={version:"gcm_e9b1c8ddbdbba9ea5c035548a0320af1.js",index:"",lang:"en"};v.gc=La;var Z=function(a){if(window.googleapis)a&&a();else{a&&D(a);C("gc")}};m("lGC",Z);_tvv("1")&&m("lPWF",Z)};window.__PVT="";if(_tvv("1")&&_tvv("1")){var $=function(a){Z(function(){y("pw",a);C("pw")})};m("lPW",$);w.push(["pw",{url:"https://ssl.gstatic.com/gb/js/abc/pwm_4e7edac1f189ab82bc4091ff7bfe6f4b.js"}]);var Ma=[],Na=function(a){Ma[0]=a},Oa=function(a,B){var c=b||{};c._sn="pw";o(a,c)},Pa={signed:Ma,elog:Oa,base:"https://plusone.google.com/u/0",loadTime:(new Date).getTime()};v.pw=Pa;var Qa=function(a,B){for(var c=b.split("."),d=function(){var l=arguments;a(function(){for(var j=i,k=0,q=c.length-1;k<q;++k)j=j[c[k]];j[c[k]].apply(j,l)})},g=i,f=0,h=c.length-

1;f<h;++f)g=g[c[f]]=g[c[f]]||{};return g[c[f]]=d};Qa($,"pw.clk");Qa($,"pw.hvr");m("su",Na,i.pw)};var Ra=_tvf("0.01",1.0E-4);

function Sa(a,B){var c=encodeURIComponent,d=["//www.google.com/gen_204?atyp=i&zx=",(new Date).getTime(),"&oge=",a,"&ogex=",c("30315"),"&ogf=",i.bv.f,"&ogp=",c("6"),"&ogsr=",Math.round(1/Ra),"&ogv=",c("1321501613.1320779352")];if(B){if("ogw"in B){d.push("&ogw="+b.ogw);delete b.ogw}var g;g=b;var f=[],h;for(h in g){f.length!=0&&f.push(",");f.push(h);f.push(".");f.push(g[h])}g=f.join("");if(g!=""){d.push("&ogad=");d.push(c(g))}}t(d.join(""))}

if(_tvv("1")&&Math.random()<Ra){p=Sa;m("il",p,u);var Ta={};v.il=Ta};var Ua=function(){i.prm&&i.prm()},Va=function(a){y("m",function(){i.spn(a)})},Wa=function(a){y("m",function(){i.spp(a)})};m("spn",Va);m("spp",Wa);Da("gbd4",Ua);if(_tvv("")){var Xa={g:_tvv(""),d:_tvv(""),e:"",m:"",p:"//ssl.gstatic.com/gb/images/avatar_b96.png",xp:_tvv("1"),mg:"%1$s (delegated)",md:"%1$s (default)"};v.prf=Xa};function Ya(){function a(){for(var k;k=f[h++];)if(k[0]=="m"||k[1].auto)break;if(k){B(2,k[0]);A(k[1].url)}h<f.length&&setTimeout(a,0)}function b(){g-- >0?setTimeout(b,0):a()}var c=_tvv("1"),d=_tvv(""),g=3,f=w,h=0,l=window.gbarOnReady;if(l)try{l()}catch(j){o(j)}if(d)m("ldb",a);else if©window.addEventListener?window.addEventListener("load",b,false):window.attachEvent("onload",B);else b()}m("rdl",Ya);}catch(e){window.gbar&&gbar.logger&&gbar.logger.ml(e);}})();

(function(){try{var b=window.gbar,c=function(a,d){b[a]=function(){if(window.navigator&&window.navigator.userAgent)return d(window.navigator.userAgent);return false}},e=function(a){return!/AppleWebKit\/.+(?:Version\/3\.|Chrome\/[01]\.)/.test(a)},f=function(a){return a.indexOf("iPad")==-1};c("bs_w",e);c("bs_s",f);}catch(e){window.gbar&&gbar.logger&&gbar.logger.ml(e);}})();

(function(){try{window.gbar.rdl();}catch(e){window.gbar&&gbar.logger&&gbar.logger.ml(e);}})();

</script>

<style type=text/css>#gb{font:13px/27px Arial,sans-serif;height:30px}#gbz,#gbg{position:absolute;white-space:nowrap;top:0;height:30px;z-index:1000}#gbz{left:0;padding-left:4px}#gbg{right:0;padding-right:5px}#gbs{background:transparent;position:absolute;top:-999px;visibility:hidden;z-index:998}.gbto #gbs{background #fff}#gbx3,#gbx4{background-color:#2d2d2d;background-image:none;_background-image:none;background-position:0 -138px;background-repeat:repeat-x;border-bottom:1px solid #000;font-size:24px;height:29px;_height:30px;opacity:1;filter:alpha(opacity=100);position:absolute;top:0;width:100%;z-index:990}#gbx3{left:0}#gbx4{right:0}.gbtcb{position:absolute;visibility:hidden}#gbz .gbtcb{right:0}#gbg .gbtcb{left:0}.gbxx{display:none !important}.gbm{position:absolute;z-index:999;top:-999px;visibility:hidden;text-align:left;border:1px solid #bebebe;background:#fff;-moz-box-shadow:-1px 1px 1px #ccc;-webkit-box-shadow:0 1px 5px #ccc;box-shadow:0 1px 5px #ccc}.gbrtl .gbm{-moz-box-shadow:1px 1px 1px #ccc}.gbto .gbm,.gbto #gbs{top:29px;visibility:visible}#gbz .gbm,#gbz #gbs{left:0}#gbg .gbm,#gbg #gbs{right:0}.gbxms{background-color:#ccc;display:block;position:absolute;z-index:1;top:-1px;left:-2px;right:-2px;bottom:-2px;opacity:.4;-moz-border-radius:3px;filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);*opacity:1;*top:-2px;*left:-5px;*right:5px;*bottom:4px;-ms-filter:"progid:DXImageTransform.Microsoft.Blur(pixelradius=5)";opacity:1\0/;top:-4px\0/;left:-6px\0/;right:5px\0/;bottom:4px\0/}.gbma{position:relative;top:-1px;border-style:solid dashed dashed;border-color:transparent;border-top-color:#c0c0c0;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;width:0;border-width:3px 3px 0;padding-top:1px;left:4px}#gbztms1,#gbi4m1,#gbi4s,#gbi4t{zoom:1}.gbtc,.gbmc,.gbmcc{display:block;list-style:none;margin:0;padding:0}.gbmc{background:#fff;padding:10px 0;position:relative;z-index:2;zoom:1}.gbt{position:relative;display:-moz-inline-box;display:inline-block;line-height:27px;padding:0;vertical-align:top}.gbt{*display:inline}.gbto{box-shadow:0 1px 5px #ccc;-moz-box-shadow:0 1px 5px #ccc;-webkit-box-shadow:0 1px 5px #ccc}.gbzt,.gbgt{cursor:pointer;display:block;text-decoration:none !important}.gbts{border-left:1px solid transparent;border-right:1px solid transparent;display:block;*display:inline-block;padding:0 5px;position:relative;z-index:1000}.gbts{*display:inline}.gbto .gbts{background:#fff;border-color:#bebebe;color:#36c;padding-bottom:1px;padding-top:2px}.gbz0l .gbts{color:#fff;font-weight:bold}.gbtsa{padding-right:9px}#gbz .gbzt,#gbz .gbgt,#gbg .gbgt{color:#ccc!important}.gbtb2{display:block;border-top:2px solid transparent}.gbto .gbzt .gbtb2,.gbto .gbgt .gbtb2{border-top-width:0}.gbtb .gbts{background:url(//ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(//ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:-27px -22px;border:0;font-size:0;padding:29px 0 0;*padding:27px 0 0;width:1px}.gbzt-hvr,.gbzt:focus,.gbgt-hvr,.gbgt:focus{background-color:#4c4c4c;background-image:none;_background-image:none;background-position:0 -102px;background-repeat:repeat-x;outline:none;text-decoration:none !important}.gbpdjs .gbto .gbm{min-width:99%}.gbz0l .gbtb2{border-top-color:#dd4b39!important}#gbi4s,#gbi4s1{font-weight:bold}#gbg6.gbgt-hvr,#gbg6.gbgt:focus{background-color:transparent;background-image:none}.gbg4a{font-size:0;line-height:0}.gbg4a .gbts{padding:27px 5px 0;*padding:25px 5px 0}.gbto .gbg4a .gbts{padding:29px 5px 1px;*padding:27px 5px 1px}#gbi4i,#gbi4id{left:5px;border:0;height:24px;position:absolute;top:1px;width:24px}.gbto #gbi4i,.gbto #gbi4id{top:3px}.gbi4p{display:block;width:24px}#gbi4id,#gbmpid{background:url(//ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(//ssl.gstatic.com/gb/images/b8_3615d64d.png)}#gbi4id{background-position:-29px -54px}#gbmpid{background-position:-58px 0px}#gbmpi,#gbmpid{border:none;display:inline-block;margin:10px 20px;height:48px;width:48px}#gbmpi,#gbmpid{*display:inline}#gbg5{font-size:0}#gbgs5{padding:5px !important}.gbto #gbgs5{padding:7px 5px 6px !important}#gbi5{background:url(//ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(//ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 0;display:block;font-size:0;height:17px;width:16px}.gbto #gbi5{background-position:-6px -22px}#gbgf .gbmt,.gbn .gbmt,.gbn .gbmt:visited,.gbnd .gbmt,.gbnd .gbmt:visited{color:#dd8e27 !important}.gbf .gbmt,.gbf .gbmt:visited{color:#900 !important}.gbmt,.gbml1,.gbmt:visited,.gbml1:visited{color:#36c !important;text-decoration:none !important}.gbmt,.gbmt:visited{display:block}.gbml1,.gbml1:visited{display:inline-block;margin:0 10px;padding:0 10px}.gbml1{*display:inline}.gbml1-hvr,.gbml1:focus{background:#eff3fb;outline:none}#gbpm .gbml1{display:inline;margin:0;padding:0;white-space:nowrap}#gbpm .gbml1-hvr,#gbpm .gbml1:focus{background:none;text-decoration:underline !important}.gbmt{padding:0 20px}.gbmt-hvr,.gbmt:focus{background:#eff3fb;cursor:pointer;outline:0 solid black;text-decoration:none !important}.gbm0l,.gbm0l:visited{color:#000 !important;font-weight:bold}.gbmh{border-top:1px solid #e5e5e5;font-size:0;margin:10px 0}#gbd4 .gbmh{margin:0}.gbmtc{padding:0;margin:0;line-height:27px}.GBMCC:last-child:after,#GBMPAL:last-child:after{content:'\0A\0A';white-space:pre;position:absolute}#gbd4 .gbpc,#gbmpas .gbmt{line-height:17px}#gbd4 .gbpgs .gbmtc{line-height:27px}#gbmpas .gbmt{padding-bottom:10px;padding-top:10px}#gbmple .gbmt,#gbmpas .gbmt{font-size:15px}#gbd4 .gbpc{display:inline-block;margin:6px 0 10px;margin-right:50px;vertical-align:top}#gbd4 .gbpc{*display:inline}.gbpc .gbps,.gbpc .gbps2{display:block;margin:0 20px}#gbmplp.gbps{margin:0 10px}.gbpc .gbps{color:#000;font-weight:bold}.gbpc .gbps2{font-size:13px}.gbpc .gbpd{margin-bottom:5px}.gbpd .gbmt,.gbmpmtd .gbmt{color:#666 !important}.gbmpme,.gbps2{color:#666;display:block;font-size:11px}.gbp0 .gbps2,.gbmpmta .gbmpme{font-weight:bold}#gbmpp{display:none}#gbd4 .gbmcc{margin-top:5px}.gbpmc{background:#edfeea}.gbpmc .gbmt{padding:10px 20px}#gbpm{*border-collapse:collapse;border-spacing:0;margin:0;white-space:normal}#gbpm .gbmt{border-top:none;color:#666 !important;font:11px Arial,sans-serif}#gbpms{*white-space:nowrap}.gbpms2{font-weight:bold;white-space:nowrap}#gbmpal{*border-collapse:collapse;border-spacing:0;margin:0;white-space:nowrap}.gbmpala,.gbmpalb{font:13px Arial,sans-serif;line-height:27px;padding:10px 20px 0;white-space:nowrap}.gbmpala{padding-left:0;text-align:left}.gbmpalb{padding-right:0;text-align:right}.gbp0 .gbps,.gbmpmta .gbmpmn{color:#000;display:inline-block;font-weight:bold;padding-right:34px;position:relative}.gbp0 .gbps,.gbmpmta .gbmpmn{*display:inline}.gbmpmtc,.gbp0i{background:url(//ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(//ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 -54px;position:absolute;height:21px;width:24px;right:0;top:-3px}</style>

</head>

<body>

<div id=gb><script>window.gbar&&gbar.eli&&gbar.eli()</script><div id=gbw><div id=gbz><span class=gbtcb></span><ol class=gbtc><li class=gbt><a class=gbzt id=gb_119 href="https://plus.google.com/?tab=fX" onclick="gbar.logger.il(1,{t:119})"><span class=gbtb2></span><span class=gbts>+You</span></a></li><li class=gbt><a onclick=gbar.qs(this) class=gbzt id=gb_1 href="http://www.google.com/search?q=&hl=en&um=1&ie=UTF-8&sa=N&tab=fw" onclick="gbar.logger.il(1,{t:1})"><span class=gbtb2></span><span class=gbts>Web</span></a></li><li class=gbt><a onclick=gbar.qs(this) class=gbzt id=gb_2 href="http://www.google.com/search?q=&hl=en&um=1&ie=UTF-8&tbm=isch&source=og&sa=N&tab=fi" onclick="gbar.logger.il(1,{t:2})"><span class=gbtb2></span><span class=gbts>Images</span></a></li><li class=gbt><a onclick=gbar.qs(this) class=gbzt id=gb_12 href="http://www.google.com/search?q=&hl=en&um=1&ie=UTF-8&tbo=u&tbm=vid&source=og&sa=N&tab=fv" onclick="gbar.logger.il(1,{t:12})"><span class=gbtb2></span><span class=gbts>Videos</span></a></li><li class=gbt><a class=gbzt id=gb_8 href="http://maps.google.com/maps?hl=en&tab=fl" onclick="gbar.logger.il(1,{t:8})"><span class=gbtb2></span><span class=gbts>Maps</span></a></li><li class=gbt><a class=gbzt id=gb_5 href="http://news.google.com/nwshp?hl=en&tab=fn" onclick="gbar.logger.il(1,{t:5})"><span class=gbtb2></span><span class=gbts>News</span></a></li><li class=gbt><a class=gbzt id=gb_23 href="https://mail.google.com/mail/?tab=fm" onclick="gbar.logger.il(1,{t:23})"><span class=gbtb2></span><span class=gbts>Gmail</span></a></li><li class=gbt><a class=gbgt id=gbztm href="http://www.google.com/intl/en/options/" onclick="gbar.tg(event,this)" aria-haspopup=true aria-owns=gbd><span class=gbtb2></span><span id=gbztms class="gbts gbtsa"><span id=gbztms1>More</span><span class=gbma></span></span></a><div class=gbm id=gbd aria-owner=gbztm><div class=gbmc><ol class=gbmcc><li class=gbmtc><a class="gbmt gbp1 gbm0l" id=gb_6 href="http://www.google.com/prdhp?hl=en&tab=ff" onclick="gbar.logger.il(1,{t:6})">Shopping</a></li><li class=gbmtc><a onclick=gbar.qs(this) class=gbmt id=gb_51 href="http://translate.google.com/?q=&hl=en&um=1&ie=UTF-8&sa=N&tab=fT" onclick="gbar.logger.il(1,{t:51})">Translate</a></li><li class=gbmtc><a onclick=gbar.qs(this) class=gbmt id=gb_10 href="http://www.google.com/search?q=&hl=en&um=1&ie=UTF-8&tbo=u&tbm=bks&source=og&sa=N&tab=fp" onclick="gbar.logger.il(1,{t:10})">Books</a></li><li class=gbmtc><a onclick=gbar.qs(this) class=gbmt id=gb_27 href="http://www.google.com/finance?q=&hl=en&um=1&ie=UTF-8&sa=N&tab=fe" onclick="gbar.logger.il(1,{t:27})">Finance</a></li><li class=gbmtc><a onclick=gbar.qs(this) class=gbmt id=gb_9 href="http://scholar.google.com/scholar?q=&hl=en&um=1&ie=UTF-8&sa=N&tab=fs" onclick="gbar.logger.il(1,{t:9})">Scholar</a></li><li class=gbmtc><a onclick=gbar.qs(this) class=gbmt id=gb_13 href="http://www.google.com/search?q=&hl=en&um=1&ie=UTF-8&tbo=u&tbm=blg&source=og&sa=N&tab=fb" onclick="gbar.logger.il(1,{t:13})">Blogs</a></li><li class=gbmtc><div class="gbmt gbmh"></div></li><li class=gbmtc><a onclick=gbar.qs(this) class=gbmt id=gb_36 href="http://www.youtube.com/results?q=&hl=en&um=1&ie=UTF-8&sa=N&tab=f1" onclick="gbar.logger.il(1,{t:36})">YouTube</a></li><li class=gbmtc><a class=gbmt id=gb_24 href="https://www.google.com/calendar?q=&hl=en&um=1&ie=UTF-8&sa=N&tab=fc" onclick="gbar.logger.il(1,{t:24})">Calendar</a></li><li class=gbmtc><a onclick=gbar.qs(this) class=gbmt id=gb_31 href="http://picasaweb.google.com/lh/view?q=&hl=en&um=1&ie=UTF-8&sa=N&tab=fq" onclick="gbar.logger.il(1,{t:31})">Photos</a></li><li class=gbmtc><a class=gbmt id=gb_25 href="https://docs.google.com/?tab=fo" onclick="gbar.logger.il(1,{t:25})">Documents</a></li><li class=gbmtc><a class=gbmt id=gb_38 href="https://sites.google.com/?tab=f3" onclick="gbar.logger.il(1,{t:38})">Sites</a></li><li class=gbmtc><a onclick=gbar.qs(this) class=gbmt id=gb_3 href="http://groups.google.com/groups?q=&hl=en&um=1&ie=UTF-8&sa=N&tab=fg" onclick="gbar.logger.il(1,{t:3})">Groups</a></li><li class=gbmtc><a class=gbmt id=gb_32 href="http://www.google.com/reader/view/?hl=en&tab=fy" onclick="gbar.logger.il(1,{t:32})">Reader</a></li><li class=gbmtc><div class="gbmt gbmh"></div></li><li class=gbmtc><a class=gbmt onclick="gbar.logger.il(1,{t:66})" href="http://www.google.com/intl/en/options/">Even more &raquo;</a></li></ol></div></div></li></ol></div><div id=gbg><h2 class=gbxx>Account Options</h2><span class=gbtcb></span><ol class=gbtc><li class=gbt><a href="https://accounts.google.com/ServiceLogin?hl=en&continue=http://www.google.com/products/catalog%3Fq%3D%26hl%3Den%26um%3D1%26ie%3DUTF-8%26tbm%3Dshop%26cid%3D16039472766474140255%26sa%3DX%26ei%3Dmqu-TtfdLcvhggfDxL3GBw%26ved%3D0CG0Q8wIwAA" onclick="gbar.logger.il(9,{l:'i'})" id=gb_70 class=gbgt><span class=gbtb2></span><span id=gbgs4 class=gbts><span id=gbi4s1>Sign in</span></span></a></li><li class="gbt gbtb"><span class=gbts></span></li><li class=gbt><a class=gbgt id=gbg5 href="http://www.google.com/preferences?hl=en" title="Options" onclick="gbar.tg(event,this)" aria-haspopup=true aria-owns=gbd5><span class=gbtb2></span><span id=gbgs5 class=gbts><span id=gbi5></span></span></a><div class=gbm id=gbd5 aria-owner=gbg5><div class=gbmc><ol id=gbom class=gbmcc><li class="gbe gbmtc"><a class=gbmt href="/shoppinglist?hl=en_US">My Shopping List</a></li><li class=gbmtc><div class="gbmt gbmh"></div></li><li class="gbkp gbmtc"><a class=gbmt href="http://www.google.com/history/optout?hl=en">Web History</a></li></ol></div></div></li></ol></div></div><div id=gbx3></div><div id=gbx4></div><script>window.gbar&&gbar.elp&&gbar.elp()</script></div>

<div id="main-content-with-search">

<div id="pp-header">

<table>

<form method="get" action="/search" name=f>

<tr>

<td>

<a href="/prdhp?hl=en" id="pp-logo" title="Google Product Search">

<img alt="Google Product Search" src="//www.google.com/images/logos/products_logo.gif" />

</a>

</td>

<td>

<table id="search-input" cellspacing="0">

<tr>

<td class="srchBoxCont" nowrap>

<input class="srch_box" maxlength="2048" name="q" size="41"

value=""

title="Search Products">

</td>

<td nowrap>

<div class="srchButtonRightShadow">

<div class="srchButtonBorder">

<input class="srch_button" type="submit" value="Search Products" id="srchButton">

</div>

</div>

</td>

</tr>

<tr>

<td colspan="2" class="search_advanced">

</td>

</tr>

<input type=hidden name="hl" value="en">

<input type="hidden" name="tbm" value="shop">

</table>

</td>

</tr>

</table>

</form>

</div>

<script>

var miRightArrow = null;

var miLeftArrow = null;

</script>

<div id="pp-cont" class="product-page">

<meta itemprop="description" content="">

<meta itemprop="image" content="//lh4.googleusercontent.com/public/cRceVH68vVx-Elpy3OULlbomiNpak_ruHmk8vPfLBWH03VEFCHUtTtZCv1u6j8gnCBgc0W3M445XrSfHVBvnMJy8eFUIOgDWZD8cuMYrotZPsjlxF8EXhGm5gm0">

<h1 id="product-name">

<span class="main-title" itemprop="name">Frigidaire Professional Series FPEC3685KS - Ceramic cooktop - 5 element(s) - 36&quot; - stainless steel</span>

</h1>

<p id="all-sections-links">

<b id="all-sections"> Overview </b>

-

<span class="fl"

onclick="scrollToElt('ps-sellers-txt', 'GH7JTumjDZHSNdXrkbYJ');">Online stores</span>

-

<span class="fl"

onclick="scrollToElt('ps-local-sellers-txt', 'GH7JTumjDZHSNdXrkbYJ');">Nearby stores</span>

-

<span class="fl"

onclick="scrollToElt('ps-related-items-default-cont', 'GH7JTumjDZHSNdXrkbYJ');">Related items</span>

-

<span class="fl"

onclick="scrollToElt('product-features', 'GH7JTumjDZHSNdXrkbYJ');">Features</span>

-

<span class="fl"

onclick="scrollToElt('reviews', 'GH7JTumjDZHSNdXrkbYJ');">Reviews</span>

-

<span class="fl"

onclick="scrollToElt('tech-specs', 'GH7JTumjDZHSNdXrkbYJ');">Details</span>

</p>

<div id="product-basic-info" >

<table>

<tr>

<td>

<div id="product-image-cont">

<img src="//lh3.googleusercontent.com/public/19uyrZvBcesoaSX6tPUM3VoRtEb6qyroDS0jtvNmpzkipHanNfpIkY_AKoMAl-SHBsC5bHW_edISqLyWHeQgxBHAe5Hj-oXUJWMhFNLoh7Ip-_Jd6y5gsoR02Bx7DF8"

alt="Frigidaire Professional Series FPEC3685KS - Ceramic cooktop - 5 element(s) - 36&quot; - stainless steel" title="Frigidaire Professional Series FPEC3685KS - Ceramic cooktop - 5 element(s) - 36&quot; - stainless steel"

/>

</div>

</td>

<td id="product-info-cell">

<div id="prodbar-hide"></div>

<div id="product-details" >

<p class="product-price-cont">

<span class="product-price">

<span class="main-price">$702</span>&nbsp;<span class="price-text fl"

onclick="scrollToElt('ps-sellers-txt', 'GH7JTumjDZHSNdXrkbYJ');">online</span>,&nbsp;<span class="main-price">$999</span>&nbsp;<span class="price-text fl"

onclick="scrollToElt('ps-local-sellers-txt', 'GH7JTumjDZHSNdXrkbYJ');">nearby</span>

</span>

</p>

<div id="product-rating-plusone">

<div class="product-rating-show-plusone" itemscope itemtype="http://schema.org/AggregateRating">

<meta itemprop="bestRating" content="5">

<meta itemprop="worstRating" content="1">

<meta itemprop="ratingValue" content="1.0">

<span class="product-num-reviews"><span class="fl"

onclick="scrollToElt('ps-reviews-txt', 'GH7JTumjDZHSNdXrkbYJ');">

<span class="ps-sprite ps-sprite-mon" title="1 stars"></span><span class="ps-sprite ps-sprite-moff" title="1 stars"></span><span class="ps-sprite ps-sprite-moff" title="1 stars"></span><span class="ps-sprite ps-sprite-moff" title="1 stars"></span><span class="ps-sprite ps-sprite-moff" title="1 stars"></span></span></span>

&nbsp;

<span class="product-num-reviews">

<span class="fl"

onclick="scrollToElt('ps-reviews-txt', 'GH7JTumjDZHSNdXrkbYJ');">1 review</span>

</span>

&nbsp;&nbsp;</div>

<div id="shopping-plusone-count"></div>

<script type="text/javascript">

var pp_url_path = 'http://www.google.com/products/catalog?hl=en&cid=16039472766474140255';

var locale = 'en-us';

if (gbar && gbar.lPWF) {

onPageLoad(function() {

gbar.lPWF(function() {

gapi.plusone.render('shopping-plusone-count', {size: 'medium', annotation: 'inline', width: '450', href: pp_url_path, lang: locale, source: 'shopping:productpage'});

})

});

}

</script>

</div>

<div id="prodbar-show"></div>

<div class="product-desc-cont">

<div class="product-desc">

</div>

<div class="add-to-shopping">

<form method=GET action="/shoppinglist" id="addToWishList0">

<input

type=hidden name="action" value="AddResearchItemIdOnly"><input

type=hidden name="ImageURL" value=""><input

type=hidden name="SearchQuery" value=""><input

type=hidden name="Merchant" value="_CATALOG"><input

type=hidden name="Language" value="en"><input

type=hidden name="Country" value="US"><input

type=hidden name="Currency" value="USD"><input

type=hidden name="OfferID" value="16039472766474140255"><input

type=hidden name="hl" value="en_US"><input

type=hidden name="ved" value="0CAgQ-xM"><input

type=hidden name="ei" value="GH7JTumjDZHSNdXrkbYJ"><script type="text/javascript">document.write('<INPUT type=hidden name=TimezoneOffset value="'+new Date().getTimezoneOffset()+'">');</script><a

href="javascript:void(0);" onclick="gel('addToWishList0').submit(); return false;" class="fl" id="atsl0">Add to Shopping List</a>

</form>

</div>

</div>

</div >

</td>

</tr>

</table>

</div>

<div id="ps-sellers-txt" class="section">

<h2>Online stores</h2>

<div id="ps-sellers-cont-and-filt">

<div id="sellers-restrict">

<div class="fr">

<div id="showZip" style="">

Your location: Niles, MI 49120

- <a

onmousedown="return logClick('', 'electronics', 'Overview', 'tabless', '16039472766474140255', 'change_zip')"

onclick="changeZip();" href="javascript:void(0);" class="fl" >Change</a>

</div>

<form action="/products/catalog?q=&hl=en&cid=16039472766474140255" method="get" id="changeZipForm" name="changeZipForm"

onsubmit="return changeLocation('ZIP or city, state','\x2Fproducts\x2Flocation?hl=en');"

style="display:none;">

Your location:

<input type="text" name="addr" id="location-input" value="Niles, MI 49120"

onblur="fillInputField(this,'ZIP or city, state')"

onfocus="clearInputField(this,'ZIP or city, state')" />

<input type="submit"

onmousedown="return logClick('', 'electronics', 'Overview', 'tabless', '16039472766474140255', 'submit_change_zip')"

value="OK" />

<input type="button"

onmousedown="return logClick('', 'electronics', 'Overview', 'tabless', '16039472766474140255', 'cancel_change_zip')"

onclick="cancelChangeZip();" value="Cancel" />

<input type=hidden name="q" value="">

<input type=hidden name="hl" value="en">

<input type=hidden name="ie" value="UTF-8">

<input type=hidden name="cid" value="16039472766474140255">

<input type=hidden name="sa" value="X">

<input type=hidden name="ei" value="mqu-TtfdLcvhggfDxL3GBw">

<input type=hidden name="ved" value="0CG0Q8wIwAA">

<input type=hidden name=q value="">

<div class="ps-errorMsg" style="display:none;" id="changeZipForm-invalidError"></div>

<div class="ps-errorMsg" style="display:none;" id="changeZipForm-emptyError">Please enter a location</div>

<div class="ps-errorMsg" style="display:none;" id="changeZipForm-failedError">Could not update location. Please try again.</div>

</form>

</div>

<div id="sellers-checkboxes">

Show only:

<span class="filter"><input type="checkbox"

onmousedown="return logClick('#checkout=1', 'electronics', 'Overview', 'tabless', '16039472766474140255', 'checkout_filter')"

onclick="reloadSubSectionFromCheckbox('ps-sellers', 'checkout', this)"

id="checkout" name="checkout" value="1" />

<span

onclick="reloadSection('#checkout=1', 'ps-sellers');" ><span class="ps-sprite ps-sprite-cart" title="Accepts Google Checkout"></span></span>

<label for="checkout"

onmousedown="return logClick('#checkout=1', 'electronics', 'Overview', 'tabless', '16039472766474140255', 'checkout_filter')"

>Google Checkout</label>

</span>

<span class="filter"><label for="freeship"

onmousedown="return logClick('#freeship=1', 'electronics', 'Overview', 'tabless', '16039472766474140255', 'freeship_filter')"

><input type="checkbox"

onclick="reloadSubSectionFromCheckbox('ps-sellers', 'freeship', this)"

id="freeship" name="freeship" value="1" />

Free shipping</label></span>

<span class="filter"><label for="cond"

onmousedown="return logClick('#cond=1', 'electronics', 'Overview', 'tabless', '16039472766474140255', 'checkout_filter')"

>

<input type="checkbox"

onclick="reloadSubSectionFromCheckbox('ps-sellers', 'cond', this)"

id="cond" name="cond" value="1" />

New items</label></span>

</div>

<p class="clear"></p>

</div>

<div id="ps-sellers-content">

<div class="ps-sellers-table-container">

<table class="ps-sellers-table crts">

<tr>

<th class="seller-col">

<b>Relevance</b>

<span class="ps-sprite ps-sprite-sortdw" title=""></span>

</th>

<th class="rating-col">

<a

href="javascript:void(0);" onclick="reloadSection('#scoring=mrd', 'ps-sellers');"

onmousedown="return logClick('\x2Fproducts\x2Fcatalog?q=\x26hl=en\x26cid=16039472766474140255\x26scoring=mrd', 'electronics', 'Overview', 'tabless', '16039472766474140255', 'Seller rating')"

class="">Seller rating</a>

</th>

<th class="condition-col">

<a

href="javascript:void(0);" onclick="reloadSection('#scoring=c', 'ps-sellers');"

onmousedown="return logClick('\x2Fproducts\x2Fcatalog?q=\x26hl=en\x26cid=16039472766474140255\x26scoring=c', 'electronics', 'Overview', 'tabless', '16039472766474140255', 'Condition')"

class="">Condition</a>

</th>

<th class="taxship-col">

<a

href="javascript:void(0);" onclick="reloadSection('#scoring=ts', 'ps-sellers');"

onmousedown="return logClick('\x2Fproducts\x2Fcatalog?q=\x26hl=en\x26cid=16039472766474140255\x26scoring=ts', 'electronics', 'Overview', 'tabless', '16039472766474140255', 'Tax and shipping (estimated)')"

class="">Tax and shipping (estimated)</a>

</th>

<th class="total-col">

<a

href="javascript:void(0);" onclick="reloadSection('#scoring=tp', 'ps-sellers');"

onmousedown="return logClick('\x2Fproducts\x2Fcatalog?q=\x26hl=en\x26cid=16039472766474140255\x26scoring=tp', 'electronics', 'Overview', 'tabless', '16039472766474140255', 'Total price')"

class="">Total price</a>

</th>

<th class="price-col">

<a

href="javascript:void(0);" onclick="reloadSection('#scoring=p', 'ps-sellers');"

onmousedown="return logClick('\x2Fproducts\x2Fcatalog?q=\x26hl=en\x26cid=16039472766474140255\x26scoring=p', 'electronics', 'Overview', 'tabless', '16039472766474140255', 'Base price')"

class="">Base price</a>

</th>

</tr>

<tr class="sellers-alt" id="seller0">

<td class="seller-col">

<span class="seller-name"><a href="/url?q=http://www.amazon.com/Frigidaire-FPEC3685KS-Professional-Electric-Cooktop/dp/B002GZ805E&usg=AFQjCNGpq3UlnmowxvAFkJHRAMPxzzIIiQ&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CCEQqxIwAA" >Amazon.com</a></span>

</td>

<td class="rating-col">

<a

href="/products/seller?zmi=amazon.com&q=&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CB8QwxIwAA&hl=en">

<span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sghalf" title="4.5 stars"></span></a>&nbsp;<a

href="/products/seller?zmi=amazon.com&q=&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CB8QwxIwAA&hl=en" class="a">6,836&nbsp;seller&nbsp;ratings</a>

</td>

<td class="condition-col">

<span class="f">New</span>

</td>

<td class="taxship-col">

<span class="f">

<nobr>No tax</nobr> +

<nobr>Shipping: $49.99</nobr>

</span>

</td>

<td class="total-col">

<span class="f">

$850.48

</span>

</td>

<td class="price-col">

<span class="base-price">$800.49</span>

</td>

</tr>

<tr id="seller1">

<td class="seller-col">

<span class="seller-name"><a href="/url?q=http://clickfrom.buy.com/default.asp%3Fadid%3D17902%26sURL%3Dhttp%253A%252F%252Fwww.buy.com%252Fpr%252Fproduct.aspx%253Fsku%253D221185898%2526sellerid%253D33829519&usg=AFQjCNEaNhDzL2Rh4RR6VdjtC3mX1Zm8jQ&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CCUQqxIwAQ" >Buy.com</a></span>

<span class="ps-sprite ps-sprite-cart" title="Accepts Google Checkout"></span>

</td>

<td class="rating-col">

<a

href="/products/seller?cmi=32728911112306688&zmi=buy.com&q=&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CCMQwxIwAQ&hl=en">

<span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sghalf" title="4.5 stars"></span></a>&nbsp;<a

href="/products/seller?cmi=32728911112306688&zmi=buy.com&q=&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CCMQwxIwAQ&hl=en" class="a">263,765&nbsp;seller&nbsp;ratings</a>

</td>

<td class="condition-col">

<span class="f">New</span>

</td>

<td class="taxship-col">

<span class="f">

<nobr>No tax</nobr> +

<nobr>Shipping: $43.34</nobr>

</span>

</td>

<td class="total-col">

<span class="f">

$817.34

</span>

</td>

<td class="price-col">

<span class="base-price">$774.00</span>

</td>

</tr>

<tr class="sellers-alt" id="seller2">

<td class="seller-col">

<span class="seller-name"><a href="/url?q=http://www.ajmadison.com/cgi-bin/ajmadison/FPEC3685KS.html%3Fmv_pc%3Dfr%26utm_source%3Dgoogle%26utm_medium%3Dcse%26utm_campaign%3DNA&usg=AFQjCNGfH7Ju122C_pFT-nG6SBCwMxfLLA&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CCkQqxIwAg" >AJ Madison</a></span>

<span class="ps-sprite ps-sprite-cart" title="Accepts Google Checkout"></span>

</td>

<td class="rating-col">

<a

href="/products/seller?cmi=25761574797901824&zmi=ajmadison.com&q=&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CCcQwxIwAg&hl=en">

<span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sghalf" title="4.5 stars"></span></a>&nbsp;<a

href="/products/seller?cmi=25761574797901824&zmi=ajmadison.com&q=&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CCcQwxIwAg&hl=en" class="a">1,729&nbsp;seller&nbsp;ratings</a>

</td>

<td class="condition-col">

<span class="f">New</span>

</td>

<td class="taxship-col">

<span class="f">

<nobr>No tax</nobr> +

<nobr>Shipping: $99.00</nobr>

</span>

</td>

<td class="total-col">

<span class="f">

$872.52

</span>

</td>

<td class="price-col">

<span class="base-price">$773.52</span>

</td>

</tr>

<tr id="seller3">

<td class="seller-col">

<span class="seller-name"><a href="/url?q=http://www.abesofmaine.com/item.do%3Fitem%3DFRGFPEC3685KS%26id%3DFRGFPEC3685KS%26l%3DFROOGLE&usg=AFQjCNEGzhIIx3uI062R1MhMTlCJ9tnhxw&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CC0QqxIwAw" >Abe&#39;s of Maine</a></span>

<span class="ps-sprite ps-sprite-cart" title="Accepts Google Checkout"></span>

</td>

<td class="rating-col">

<a

href="/products/seller?cmi=40814040425627648&zmi=abesofmaine.com&q=&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CCsQwxIwAw&hl=en">

<span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sghalf" title="4.5 stars"></span></a>&nbsp;<a

href="/products/seller?cmi=40814040425627648&zmi=abesofmaine.com&q=&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CCsQwxIwAw&hl=en" class="a">10,347&nbsp;seller&nbsp;ratings</a>

</td>

<td class="condition-col">

<span class="f">New</span>

</td>

<td class="taxship-col">

<span class="f">

<nobr>No tax</nobr> +

<nobr>Free shipping</nobr>

</span>

</td>

<td class="total-col">

<span class="f">

$775.00

</span>

</td>

<td class="price-col">

<span class="base-price">$775.00</span>

</td>

</tr>

<tr class="sellers-alt" id="seller4">

<td class="seller-col">

<span class="seller-name"><a href="/url?q=http://www.number1direct.com/product/Frigidaire-FPEC3685KS/Professional-37-In.-Stainless-Steel-Electric-Cooktop.html%3Ftrackcode%3DGoogleBase&usg=AFQjCNGE9IxKP5YQHNSrHSkXD6t3gleqFg&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CDEQqxIwBA" >Number1Direct</a></span>

</td>

<td class="rating-col">

<a

href="/products/seller?cmi=1539932354183168&zmi=number1direct.com&q=&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CC8QwxIwBA&hl=en">

<span class="ps-sprite ps-sprite-sgon" title="4 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4 stars"></span><span class="ps-sprite ps-sprite-soff" title="4 stars"></span></a>&nbsp;<a

href="/products/seller?cmi=1539932354183168&zmi=number1direct.com&q=&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CC8QwxIwBA&hl=en" class="a">491&nbsp;seller&nbsp;ratings</a>

</td>

<td class="condition-col">

<span class="f">New</span>

</td>

<td class="taxship-col">

<span class="f">

<nobr>No tax</nobr> +

<nobr>Shipping: $99.00</nobr>

</span>

</td>

<td class="total-col">

<span class="f">

$865.32

</span>

</td>

<td class="price-col">

<span class="base-price">$766.32</span>

</td>

</tr>

<tr id="seller5">

<td class="seller-col">

<span class="seller-name"><a href="/url?q=http://www.appliancesconnection.com/i124257-frigidaire-fpec3685ks.html%3Fref%3Dfroogle&usg=AFQjCNGk0mwv_G-HbELeYJlQgdrX-ek3Zg&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CDUQqxIwBQ" >Appliances Connection</a></span>

<span class="ps-sprite ps-sprite-cart" title="Accepts Google Checkout"></span>

</td>

<td class="rating-col">

<a

href="/products/seller?cmi=614887578861568&zmi=appliancesconnection.com&q=&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CDMQwxIwBQ&hl=en">

<span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sghalf" title="4.5 stars"></span></a>&nbsp;<a

href="/products/seller?cmi=614887578861568&zmi=appliancesconnection.com&q=&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CDMQwxIwBQ&hl=en" class="a">2,464&nbsp;seller&nbsp;ratings</a>

</td>

<td class="condition-col">

<span class="f">New</span>

</td>

<td class="taxship-col">

<span class="f">

<nobr>No tax</nobr> +

<nobr>Free shipping</nobr>

</span>

</td>

<td class="total-col">

<span class="f">

$773.91

</span>

</td>

<td class="price-col">

<span class="base-price">$773.91</span>

</td>

</tr>

<tr class="sellers-alt" id="seller6">

<td class="seller-col">

<span class="seller-name"><a href="/url?q=http://www.us-appliance.com/fpec3685ks.html%3Fgdftrk%3DgdfV21216_a_7c444_a_7c4564_a_7cfpec3685ks&usg=AFQjCNFoH8aNu8JbAp5SGp0tJtJTvEPYnA&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CDkQqxIwBg" >US Appliance</a></span>

</td>

<td class="rating-col">

<a

href="/products/seller?zmi=us-appliance.com&q=&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CDcQwxIwBg&hl=en">

<span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sghalf" title="4.5 stars"></span></a>&nbsp;<a

href="/products/seller?zmi=us-appliance.com&q=&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CDcQwxIwBg&hl=en" class="a">4,298&nbsp;seller&nbsp;ratings</a>

</td>

<td class="condition-col">

<span class="f">New</span>

</td>

<td class="taxship-col">

<span class="f">

<nobr>Tax: $49.14</nobr> +

<nobr>Shipping: $30.00</nobr>

</span>

</td>

<td class="total-col">

<span class="f">

$898.14

</span>

</td>

<td class="price-col">

<span class="base-price">$819.00</span>

</td>

</tr>

<tr id="seller7">

<td class="seller-col">

<span class="seller-name"><a href="/url?q=http://www.bestbuy.com/site/Frigidaire%2B-%2BProfessional%2B36%2522%2BBuilt-In%2BElectric%2BCooktop%2B-%2BStainless-Steel/9573008.p%3Fid%3D1218126636327%26skuId%3D9573008%26cmp%3DRMX%26ref%3D06%26loc%3D01%26ci_src%3D14110944%26ci_sku%3D9573008&usg=AFQjCNEBV6xSIsT_oaVQcjdKjtR7BbBfEA&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CD0QqxIwBw" >Best Buy</a></span>

</td>

<td class="rating-col">

<a

href="/products/seller?zmi=bestbuy.com&q=&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CDsQwxIwBw&hl=en">

<span class="ps-sprite ps-sprite-sgon" title="3.5 stars"></span><span class="ps-sprite ps-sprite-sgon" title="3.5 stars"></span><span class="ps-sprite ps-sprite-sgon" title="3.5 stars"></span><span class="ps-sprite ps-sprite-sghalf" title="3.5 stars"></span><span class="ps-sprite ps-sprite-soff" title="3.5 stars"></span></a>&nbsp;<a

href="/products/seller?zmi=bestbuy.com&q=&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CDsQwxIwBw&hl=en" class="a">2,370&nbsp;seller&nbsp;ratings</a>

</td>

<td class="condition-col">

<span class="f">New</span>

</td>

<td class="taxship-col">

<span class="f">

<nobr>Tax: $59.40</nobr> +

<nobr>Free shipping</nobr>

</span>

</td>

<td class="total-col">

<span class="f">

$1,049.39

</span>

</td>

<td class="price-col">

<span class="base-price">$989.99</span>

</td>

</tr>

<tr class="sellers-alt" id="seller8">

<td class="seller-col">

<span class="seller-name"><a href="/url?q=http://www.sears.com/shc/s/p_10153_12605_02221363000P%3Fsid%3DIDx20070921x00003a%26ci_src%3D14110944%26ci_sku%3D02221363000&usg=AFQjCNEKaFueYx7Rm0sWQ-LMirgiW_2azQ&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CEEQqxIwCA" >Sears</a></span>

</td>

<td class="rating-col">

<a

href="/products/seller?zmi=sears.com&q=&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CD8QwxIwCA&hl=en">

<span class="ps-sprite ps-sprite-sgon" title="4 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4 stars"></span><span class="ps-sprite ps-sprite-soff" title="4 stars"></span></a>&nbsp;<a

href="/products/seller?zmi=sears.com&q=&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CD8QwxIwCA&hl=en" class="a">2,706&nbsp;seller&nbsp;ratings</a>

</td>

<td class="condition-col">

<span class="f">New</span>

</td>

<td class="taxship-col">

<span class="f">

<nobr>Tax: $59.85</nobr> +

<nobr>Free shipping</nobr>

</span>

</td>

<td class="total-col">

<span class="f">

$1,057.34

</span>

</td>

<td class="price-col">

<span class="base-price">$997.49</span>

</td>

</tr>

<tr id="seller9">

<td class="seller-col">

<span class="seller-name"><a href="/url?q=http://www.e-ppliancesavings.com/_CGI/MODEL%3FKEY%3DFRIG:FPEC3685KS&usg=AFQjCNFWGrqwNw2CW_Ki9JOjP8VEQF6osQ&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CEUQqxIwCQ" >e-ppliance Savings</a></span>

</td>

<td class="rating-col">

<a

href="/products/seller?zmi=e-ppliancesavings.com&q=&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CEMQwxIwCQ&hl=en" class="a">1&nbsp;seller&nbsp;rating</a>

</td>

<td class="condition-col">

<span class="f">New</span>

</td>

<td class="taxship-col">

</td>

<td class="total-col">

</td>

<td class="price-col">

<span class="base-price">$702.00</span>

</td>

</tr>

</table>

</div>

<div style="position:absolute;">

<p class="link-to-max"><a

onmousedown="return logClick('', 'electronics', 'Overview', 'tabless', '16039472766474140255', 'sellers_view_all_bot_link')"

href="/products/catalog?q=&amp;hl=en&amp;cid=16039472766474140255&amp;os=sellers">View all 48 online stores &raquo;</a>

</div>

<p id="online_stores_pagination" class="pagination" >

<nobr>

<span id="n-to-n-start">

1 - 10 of 48

</span>

&nbsp;<a id="next-n-start"

href="javascript:void(0);" onclick="reloadSection('#start=10', 'ps-sellers');"

onmousedown="return logClick('\x2Fproducts\x2Fcatalog?q=\x26hl=en\x26cid=16039472766474140255\x26cpo=1\x26sa=N\x26start=10', 'electronics', 'Overview', 'tabless', '16039472766474140255', 'ps-sellers-frame_Next \x26raquo\x3B')"

>Next &raquo;</a>

</nobr>

</p>

</div>

</div>

</div>

<script type="text/javascript" src="//maps.google.com/maps/api/js?sensor=false"></script>

<div id="ps-local-sellers-txt" class="section">

<h2>Nearby stores</h2>

<div id="ps-local-sellers-cont-and-filt">

<div id="ps-local-sellers-content">

</div>

</div>

</div>

<div id="ads-prices">

<p class="spon_txt">Ads</p>

<ol>

<li class="first">

<h3><a id="aw0" href="http://www.google.com/aclk?sa=L&ai=COg_7GH7JTvrBEoLW2QWLmb3hDO3d3osC3dzq1Bv-htaQBRABIIS0uAsoBVCN-YnT-f____8BYMmWwomQpLQSyAEBqgQeT9CayQRQ2zE1qjr05_qFlZUsIs4uN56S-ZnJ-kNn&num=1&sig=AOD64_2RVEWo-sHLWTfkRnWNXPEPWXMqxA&adurl=http://m1656.ic-live.com/529/%3F138795095%26OVMTC%3DBroad%26site%3D%26creative%3D7328850653%26OVKEY%3Dfrigidaire%2520ceramic%2520cooktop%26adpos%3D1s1&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CE0Q0Qw"

>

<b>Frigidaire</b>® Official Site</a></h3>

<div><cite>www.<b>frigidaire</b>.com</cite></br>A Faster, Easy-to-use Kitchen. The New <b>Frigidaire</b>® Gallery Collection.</div>

<div>

</div>

</li>

<li >

<h3><a id="aw1" href="http://www.google.com/aclk?sa=L&ai=CG0ViGH7JTvrBEoLW2QWLmb3hDM7K6JIC1v7kzR-d9J_rUhACIIS0uAsoBVC7s8PqAWDJlsKJkKS0EsgBAaoEGE_QuvlNUNgxNao65eYuSdSAwbcmxGqVpg&num=2&sig=AOD64_1svhAgCSho6N03KuBgNs-wW9acrg&adurl=http://www.appliancesconnection.com/i124257-frigidaire-fpec3685ks.html%3Fref%3Drap%26mkwid%3DstJF3Jnad%26pcrid%3D8389699214%26KW%3Dfpec3685ks%2520frigidaire&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CE8Q0Qw"

>

<b>Fpec3685ks frigidaire</b></a></h3>

<div><cite>www.appliancesconnection.com</cite></br><b>Frigidaire FPEC3685KS</b> On Sale Now <b>FPEC3685KS</b> For $773.90</div>

<div class="ads-review">

appliancesconnection.com is rated <span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sghalf" title="4.5 stars"></span>&nbsp<a href="http://www.google.com/products/seller?cmi=614887578861568&zmi=appliancesconnection.com&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CFEQwQY" class="fl">2,534 reviews</a>

</div>

<div>

</div>

</li>

</ol>

</div>

<div id="ps-related-items-default-cont" class="section nosep">

<div class="related-stripe section" id="other_stripe">

<h2>Related items</h2>

<div class="section-inner">

<li class="related-item"><div>

<div class="related-image">

<a href="/products/catalog?q=&amp;hl=en&amp;cid=9223117496921989393&amp;ei=GH7JTumjDZHSNdXrkbYJ&amp;ved=0CAwQrhI" ><img

src="//lh3.googleusercontent.com/public/kMHyqh9mj92jiPPhVikwmZNsDlV5IoTP9U7Z52GcKIyhrqnMd_c4sZnol31Cn_rSQi-AS_R84CfPMdE9g3mJtjNS5uWal8cuTBIcFpD_s47vDL7iDm3vD6eOYJA"

alt="Frigidaire Professional Series FPGC3685KS - Gas cooktop - 5 element(s) - 36&quot; - stainless steel" title="Frigidaire Professional Series FPGC3685KS - Gas cooktop - 5 element(s) - 36&quot; - stainless steel" /></a>

</div>

<h3 class="related-title">

<a href='/products/catalog?q=&amp;hl=en&amp;cid=9223117496921989393&amp;ei=GH7JTumjDZHSNdXrkbYJ&amp;ved=0CAsQrRI' >Frigidaire Professional Series FPGC3685KS - Gas cooktop - 5 ...</a>

</h3>

<div class="related-price-cont">

<span class="main-price">$640</span>

<span class="related-price-difference">

($62 less)

</span>

</div>

<div class="related-rating">

</div>

</div></li>

<li class="related-item"><div>

<div class="related-image">

<a href="/products/catalog?q=&amp;hl=en&amp;cid=8301966928772347556&amp;ei=GH7JTumjDZHSNdXrkbYJ&amp;ved=0CA8QrhI" ><img

src="//lh5.googleusercontent.com/public/_3_iDDXa8sr9d43WpmP8OimmW41Rr7CWf4h8XAyYlcfDcCCKP8R3ihbOZViE0rPsKCuyZqwuVfiushzaT_eT1a8Hy-Ru6sueQnJPCYMMJ-GthMfhPqmamaP5rhk"

alt="Frigidaire FFEC3605LB - Electric cooktop - 4 element(s) - 36&quot; - black" title="Frigidaire FFEC3605LB - Electric cooktop - 4 element(s) - 36&quot; - black" /></a>

</div>

<h3 class="related-title">

<a href='/products/catalog?q=&amp;hl=en&amp;cid=8301966928772347556&amp;ei=GH7JTumjDZHSNdXrkbYJ&amp;ved=0CA4QrRI' >Frigidaire FFEC3605LB - Electric cooktop - 4 element(s) - 36&quot; - black</a>

</h3>

<div class="related-price-cont">

<span class="main-price">$224</span>

<span class="related-price-difference">

($478 less)

</span>

</div>

<div class="related-rating">

</div>

</div></li>

<li class="related-item"><div>

<div class="related-image">

<a href="/products/catalog?q=&amp;hl=en&amp;cid=812203114583911542&amp;ei=GH7JTumjDZHSNdXrkbYJ&amp;ved=0CBIQrhI" ><img

src="//lh4.googleusercontent.com/public/FSpxj988FjySuIqF4myIPdi1kjio_-cskoWPDhteN_ZrLEgoiIDj1U-NIyM_4If9b2KqdH1GtCu5QrBLk92xqADfH6ebwCEnktwJcMjub_B4K7CU-gTB4jSByeU"

alt="GE Profile PP962BMBB - Ceramic cooktop - 5 element(s) - black on black" title="GE Profile PP962BMBB - Ceramic cooktop - 5 element(s) - black on black" /></a>

</div>

<h3 class="related-title">

<a href='/products/catalog?q=&amp;hl=en&amp;cid=812203114583911542&amp;ei=GH7JTumjDZHSNdXrkbYJ&amp;ved=0CBEQrRI' >GE Profile PP962BMBB - Ceramic cooktop - 5 element(s) - black on black</a>

</h3>

<div class="related-price-cont">

<span class="main-price">$716</span>

<span class="related-price-difference">

($14 more)

</span>

</div>

<div class="related-rating">

</div>

</div></li>

<li class="related-item"><div>

<div class="related-image">

<a href="/products/catalog?q=&amp;hl=en&amp;cid=17726569815596966705&amp;ei=GH7JTumjDZHSNdXrkbYJ&amp;ved=0CBUQrhI" ><img

src="//lh6.googleusercontent.com/public/tQqita6UeplnGC80sUslqTPlAx2qUjjmU6FPr-frQkuCzVbs5CRTz_kf5qEK1KXKDGvHUERuouyF35uLqtiDSwlLyIRwHNYcYp6wCqRAnJBC-cAOLuTs2OmmMes"

alt="Maytag MEC7536WB - Ceramic cooktop - 5 element(s) - 36&quot; - black" title="Maytag MEC7536WB - Ceramic cooktop - 5 element(s) - 36&quot; - black" /></a>

</div>

<h3 class="related-title">

<a href='/products/catalog?q=&amp;hl=en&amp;cid=17726569815596966705&amp;ei=GH7JTumjDZHSNdXrkbYJ&amp;ved=0CBQQrRI' >Maytag MEC7536WB - Ceramic cooktop - 5 element(s) - 36&quot; - black</a>

</h3>

<div class="related-price-cont">

<span class="main-price">$504</span>

<span class="related-price-difference">

($198 less)

</span>

</div>

<div class="related-rating">

</div>

</div></li>

<li class="related-item"><div>

<div class="related-image">

<a href="/products/catalog?q=&amp;hl=en&amp;cid=16353375517136767538&amp;ei=GH7JTumjDZHSNdXrkbYJ&amp;ved=0CBgQrhI" ><img

src="//lh5.googleusercontent.com/public/grQw_XmpBW5ZmRDow3ZjHIMpNeavzozLpWtG-PH8IMW7AmrNCyyp0zu1qD5ZjUyH5i4ZeXCIUkyqGKyVVpa-E_1rIE0A0JH72sQtMh23M9QSknoyn0MPtTeI3bE"

alt="Frigidaire FFEC3625LB - Electric cooktop - 5 element(s) - 36&quot; - black" title="Frigidaire FFEC3625LB - Electric cooktop - 5 element(s) - 36&quot; - black" /></a>

</div>

<h3 class="related-title">

<a href='/products/catalog?q=&amp;hl=en&amp;cid=16353375517136767538&amp;ei=GH7JTumjDZHSNdXrkbYJ&amp;ved=0CBcQrRI' >Frigidaire FFEC3625LB - Electric cooktop - 5 element(s) - 36&quot; - black</a>

</h3>

<div class="related-price-cont">

<span class="main-price">$524</span>

<span class="related-price-difference">

($178 less)

</span>

</div>

<div class="related-rating">

</div>

</div></li>

<p class="clear"></p>

</div>

<script type="text/javascript">

horizontalize('other_stripe');

</script>

</div>

<p class="link-to-max"><a

onmousedown="return logClick('', 'electronics', 'Overview', 'tabless', '16039472766474140255', 'related_view_all_bot_link')"

href="/products/catalog?q=&amp;hl=en&amp;cid=16039472766474140255&amp;os=related">View all related items &raquo;</a>

<br/>

</div>

<div id="product-features" class="section">

<h2>Product features</h2>

<div class="features">

<ul class="product-features-long">

<li>

<span class="key-selling-point">Keep Warm zone</span><br />

Keep food warm until everything - and everyone - is ready.

</li>

<li>

<span class="key-selling-point">Pro-Select controls</span><br />

Precise control at your fingertips.

</li>

<li>

<span class="key-selling-point">SpaceWise bridge element</span><br />

A flexible element lets you combine two burners into one to fit larger cookware.

</li>

<li>

<span class="key-selling-point">Fits-More cooktop</span><br />

The Fits-More cooktop features five elements so you can cook more at once.

</li>

</ul>

</div>

<div class="clear"></div>

</div>

<div id="reviews" class="section">

<script type="text/javascript" src="//www.google.com/jsapi"></script>

<script type="text/javascript">

google.load("annotations_v2", "1",

{"packages":["num_users_found_this_helpful_widget", "voting_editor_widget"],

"other_params": "appid=81&hl=en-US" });

function initialize() {

google.annotations.setInlineMode(true);

google.annotations.createAll();

google.annotations.fetch();

}

google.setOnLoadCallback(initialize);

</script>

<div id="ps-reviews-txt">

<h2>Reviews</h2>

<div class="section-inner">

<div>

<b>Summary</b> - Based on 1 reviews

<table id="review_histo" >

<tr>

<td class="star1 star-text-present" style="width:100%" >

<a href="/products/catalog?q=&hl=en&cid=16039472766474140255&rate=1&os=reviews" >

<div class="rh-bar"><p>1 star</p></div>

</a>

<div class="rh-hidden">Show only 1 star reviews (1)</div>

</td>

</tr>

</table>

<div class="review-list">

<div class="section-withside">

<ol class="section-results">

<li class="review">

<p class="review-title">

<span id="ut-0" lang="en">

Looks good in the store & home

</span>

</p>

<div class="review-rating">

<span class="ps-sprite ps-sprite-son" title="1 stars"></span><span class="ps-sprite ps-sprite-soff" title="1 stars"></span><span class="ps-sprite ps-sprite-soff" title="1 stars"></span><span class="ps-sprite ps-sprite-soff" title="1 stars"></span><span class="ps-sprite ps-sprite-soff" title="1 stars"></span>&nbsp;

By Mike

- Jan 24, 2011

-

<a href="http://www.google.com/url?q=http://www.consumerreports.org/cro/index.htm%3FEXTKEY%3DAGOOGLEUSER&usg=AFQjCNFz0_oBZsfotHObjTKdCxJnfkBTVQ&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CEkQow0" class="fl" target="_top">Consumer Reports</a>

</div>

<div class="review-content">

<span id="uc-0" lang="en">

Takes way to long to heat up &amp; cool down. Sorry I did not spend the 18000 dollars to run a gas line to the kitchen. However this has to be the worst electric stove I have ever used. Am 79 and have used many electric as well as gas stoves over the years &amp; this has been the most trouble.

</span>

<div class="review-helpfulness">

<span g:type="NumUsersFoundThisHelpful"

g:entity.annotation.author="AIe9_BEW4fia2hKVVTrlUwNzhLS-xMXAFoFCgNjV-qd5YHX9G9z9cvu1MR_TZWqevAlGrc4Vyh60NEyDW5dRfXhZMxmbJ83Zew"

g:entity.annotation.product="CID_16039472766474140255"

g:entity.annotation.groups="productsearch,en"

>

</span>

Was this review helpful?

<span class="review-voting" g:type="VotingEditor"

g:entity.annotation.author="AIe9_BEW4fia2hKVVTrlUwNzhLS-xMXAFoFCgNjV-qd5YHX9G9z9cvu1MR_TZWqevAlGrc4Vyh60NEyDW5dRfXhZMxmbJ83Zew"

g:entity.annotation.product="CID_16039472766474140255"

g:entity.annotation.groups="productsearch,en">

</span>

</div>

</div>

</li>

</ol>

</div>

</div>

</div>

</div>

<p class="clear"></p>

</div>

</div>

<div id="tech-specs" class="section">

<h2>Details</h2>

<div class="section-inner">

<table class="table-style ">

<tr class="table-alt">

<td class="table-label">Product Type</td>

<td>Ceramic cooktop - 5 element(s) </td>

</tr>

<tr>

<td class="table-label">Form Factor</td>

<td>36&quot; </td>

</tr>

<tr class="table-alt">

<td class="table-label">Color</td>

<td>Stainless steel </td>

</tr>

<tr class="table-alt">

<td class="table-label">Location of Cooktop Controls</td>

<td>Right </td>

</tr>

<tr>

<td class="table-label">Timer Settings Features</td>

<td>Pro-Select controls </td>

</tr>

<tr class="table-alt">

<td class="table-label">

First Seen On Google Shopping

</td>

<td>

September 2009

</td>

</tr>

</table>

</div>

<p class="link-to-max"><a

onmousedown="return logClick('', 'electronics', 'Overview', 'tabless', '16039472766474140255', 'tech-specs_view_all_bot_link')"

href="/products/catalog?q=&amp;hl=en&amp;cid=16039472766474140255&amp;os=tech-specs">View all details &raquo;</a>

</div>

<iframe id="ps-sellers-frame" name="ps-sellers-frame" width="100%" height="1"

frameborder="0" scrolling="no" class="hiddenframe"></iframe>

<iframe id="ps-local-sellers-frame" name="ps-local-sellers-frame" width="100%" height="1"

frameborder="0" scrolling="no" class="hiddenframe"></iframe>

<script type="text/javascript">

initCheckboxes({checkout:'checkout', freeship:'freeship', cond:'cond'});

initHashHistory(

'\x2Fproducts\x2Fcatalog?q=\x26hl=en\x26cid=16039472766474140255\x26cpo=1',

1);

var tabs = ['ps-sellers','ps-local-sellers','ps-related-electronics','ps-product-features','ps-reviews','ps-tech-specs',];

logImpressions('16039472766474140255',tabs);

initASL(tabs,'16039472766474140255');

onPageLoad(initReviewsHisto);

</script>

<div id="empty-footer-section"> </div>

<div id="ads-bot">

<p class="spon_txt">Ads</p>

<ol>

<li class="first">

<h3><a id="aw0" href="http://www.google.com/aclk?sa=L&ai=Cciz6GH7JTvrBEoLW2QWLmb3hDPmgtZMDibuguRuhiOWORxADIIS0uAsoBVDwueCVBmDJlsKJkKS0EsgBAaoEHk_Q2uMfUNkxNao69Oe-4-GbLCLOLjeekvmZyfpDZw&num=3&sig=AOD64_20QIEX-SXtvYY9l5W7ZRGvt_fobQ&adurl=http://501.xg4ken.com/media/redir.php%3Fprof%3D15%26camp%3D2580%26affcode%3Dkw247499%26cid%3D7259996985%26networkType%3Dsearch%26url%5B%5D%3Dhttp%253A%252F%252Fwww.sears.com%252Fshc%252Fs%252Fs_10153_12605_Appliances_Cooking%252BAppliances_Cooktops%253FviewItems%253D24%2526sortOption%253DRATING_HIGH_TO_LOW%2526sid%253DISx20070515x00001a%2526psid%253D15x247499&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CFMQ0Qw"

>

<b>Frigidaire Cooktop</b></a></h3>

<div><cite>www.sears.com/<b>Frigidaire</b>-<b>Cooktops</b></cite></br>Save on <b>Frigidaire Cooktops</b> at Sears®. Official Site. Shop Now!</div>

<div>

</div>

</li>

<li >

<h3><a id="aw1" href="http://www.google.com/aclk?sa=l&ai=ChVUaGH7JTvrBEoLW2QWLmb3hDM3oyM8B2-GxwQ2j8I9PEAQghLS4CygFUMD0gsgFYMmWwomQpLQSoAG3jpf-A8gBAaoEIU_QitUdUN4xNao6vOdesWsZIKK-x4nnltIIJ4zZvaj6ag&num=4&sig=AOD64_1N1-p2JpzBVDjOAH30PSjWHDbhPw&adurl=http://www.us-appliance.com/cooktops.html&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CFUQ0Qw"

>

<b>Ceramic Cooktop</b></a></h3>

<div><cite>www.us-appliance.com/<b>cooktops</b></cite></br>Low Pricing All <b>Cooktop</b> Brands Free Nationwide Shipping Offers.</div>

<div class="ads-review">

us-appliance.com is rated <span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sghalf" title="4.5 stars"></span>&nbsp<a href="http://www.google.com/products/seller?zmi=us-appliance.com&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CFcQwQY" class="fl">4,780 reviews</a>

</div>

<div>

</div>

</li>

<li >

<h3><a id="aw2" href="http://www.google.com/aclk?sa=l&ai=CWKZkGH7JTvrBEoLW2QWLmb3hDPHw3NIB4cys3xWF__jzMBAFIIS0uAsoBVDkiduE_v____8BYMmWwomQpLQSoAH_oPL2A8gBAaoEG0_QyvZAUN8xNao6vOdeoGr5xZy3KhwPfI8DEw&num=5&sig=AOD64_16eT_MLoiMeSLO-FBW5xFXGBOhxw&adurl=http://www.ajmadison.com/cgi-bin/ajmadison/FPEC3685KS.html%3Fmv_pc%3Dggskus&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CFkQ0Qw"

>

<b>Frigidaire fpec3685ks</b></a></h3>

<div><cite>www.ajmadison.com/<b>Frigidaire</b></cite></br>Save Now! <b>Frigidaire</b> at Great Prices. Authorized Dealer.</div>

<div class="ads-review">

ajmadison.com is rated <span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sgon" title="4.5 stars"></span><span class="ps-sprite ps-sprite-sghalf" title="4.5 stars"></span>&nbsp<a href="http://www.google.com/products/seller?cmi=25761574797901824&zmi=ajmadison.com&ei=GH7JTumjDZHSNdXrkbYJ&ved=0CFsQwQY" class="fl">1,735 reviews</a>

</div>

<div>

</div>

</li>

</ol>

</div>

<div id="footer">

<p class="bottom-links">

<a href="http://www.google.com/?hl=en" id="gHome">Google&nbsp;Home</a>

<a href="http://www.google.com/ads">Advertising&nbsp;Solutions</a>

<a href="http://www.google.com/services">Business&nbsp;Solutions</a>

<a href="http://www.google.com/intl/en_us/privacy.html" id="privacylink">Privacy</a>

<a href="http://www.google.com/about.html">About&nbsp;Google</a>

</p>

<p class="disclaimer">

Google does not charge for inclusion in its search results and all advertisements are clearly marked.

Tax and shipping costs are estimates.

</p>

</div>

</div>

<script type="text/javascript">

csiTick('dl');

</script>

</div>

</body>

<script type="text/javascript">install_sugg(document.f,document.f.q,document.f.q,'pr',true,null,true,'en',null,null,'clients1.google.com','us'); </script>

<script type="text/javascript">

onPageLoad(function() {

registerMicrodataParser(window.top, document.documentElement);

});

</script>

</html>

post-93284-0-01228900-1321828016_thumb.j

Posted

I did, and I have no complaints - though it could have been in a file...

BTW, to the person who marked my post with a red -1: I didn't see you come up with a better one.

Posted

"<td class=\"total-col\">¶<span class=\"f\">¶$"

Thought of this one before and tried this exactly as such but with no results. It might be prudent to say that I have successfully made this function and calculation work to extract prices from Amazon and Ebay, but for some reason this google shopping page has just given me fits. I've uploaded a Sample file, probably should have done that in the first place.

Sample.fp7.zip

Posted

I confess to rating it a green up arrow to make the negative -1 go away. :Whistle:

I did it immediately when Michael mentioned it because his post was a good response and it did not deserve to be rated negatively. I think someone did it by accident so I fixed it for them.

Posted

Thank you LaRetta, I thought I was going nuts :hair:

Anyway, that was my intention too.

I also thought that it might be inadvertent.

Lee

This topic is 4809 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.