<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7806594558114805186</id><updated>2011-07-31T03:07:35.100-07:00</updated><category term='Razor A2 Kick Scooter Reviews'/><category term='Razor A Kick Scooter five stars reviews'/><category term='Razor A Kick Scooter'/><category term='Razor Pro Model Scooter'/><category term='Razor A Kick Scooter Reviews'/><category term='Razor A2 Kick Scooter'/><title type='text'>RAZOR KICK SCOOTER</title><subtitle type='html'>CHEAP RAZOR SCOOTER,RAZOR KICK SCOOTER FREE SHIPPING.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://cheap-razor-kick-scooter.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7806594558114805186/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://cheap-razor-kick-scooter.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Cash Advance Loans</name><uri>http://www.blogger.com/profile/10241113505277164803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7806594558114805186.post-5273608508002617254</id><published>2009-11-16T04:09:00.001-08:00</published><updated>2009-11-16T04:09:15.249-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Razor Pro Model Scooter'/><title type='text'>Razor Pro Model Scooter</title><content type='html'>&lt;br /&gt;&lt;div id="wrap"&gt;&lt;div id="mainwrap"&gt;&lt;div id="main" style="padding-bottom: 0pt; padding-top: 0pt;"&gt;&lt;div id="header"&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;   &lt;td&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20" id="mainheadertitle"&gt;CHEAP RAZOR SCOOTER,RAZOR KICK SCOOTER FREE SHIPPING.&lt;/a&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div id="mainsubheader"&gt;&lt;div id="contentsubheader"&gt;&lt;div id="subheaderlinks"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="subheadertitle"&gt;Product Details&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div id="content"&gt;&lt;script type="text/javascript"&gt;/** * Copyright (c) 2007 Amazon.com, Inc. * All rights reserved. */function AJSStrings() {}AJSStrings.makeStringList = function(strings){  var out = "";  for (var i = 0; i &lt; strings.length; i++)  {    if (i == strings.length - 1 &amp;&amp; i &gt; 0) {      out += " " + AJSStrings.get("and") + " ";    } else if (i &gt; 0) {      out += ", ";    }    out += strings[i];  }  return out;}AJSStrings.stringsdb = new Object();AJSStrings.add = function(name, value){  AJSStrings.stringsdb[name] = value;}AJSStrings.get = function(name){  if (AJSStrings.stringsdb[name] == null) {    return "";  } else {    return AJSStrings.stringsdb[name];  }}AJSStrings.get = function(name, subst){  if (AJSStrings.stringsdb[name] == null) {    return "";  } else {    var str = AJSStrings.stringsdb[name];    for (var pat in subst) {      // do replacements      var regex = new RegExp("\\$\\{" + pat + "\\}", "g");      str = str.replace(regex, subst[pat]);    }    return str;  }}AJSStrings.getFallback = function(name){  if (AJSStrings.stringsdb[name] == null) {    return name;  } else {    return AJSStrings.stringsdb[name];  }}// set up stringsAJSStrings.add("and", "and");AJSStrings.add("Select foo", "Select ${foo}");AJSStrings.add("Select foo to view", "Select ${foo} to view.");AJSStrings.add("Availability", "Availability");AJSStrings.add("choose one", "(choose one)");AJSStrings.add("Ships from sold by", "Ships from and sold by");AJSStrings.add("Not available in", "Sorry, this item is not available in");AJSStrings.add("To add to cart choose", "To add to the Shopping Cart, please choose from the options below.");// dimension labelsAJSStrings.add("ClothingSize", "Size"); // tt/0004314109AJSStrings.add("Size", "Size");AJSStrings.add("Color", "Color");AJSStrings.add("VariationDescription", "Description");/** * Copyright (c) 2007 Amazon.com, Inc. * All rights reserved. */function AJSEventListener(){  this.events = new Object();}new AJSEventListener();AJSEventListener.prototype.registerEvent = function(eventType, handler){  if (!handler || !handler.handleEvent) return;  if (this.events[eventType] == null) {    this.events[eventType] = new Object();    this.events[eventType].handlers = new Array();  }  this.events[eventType].handlers.push(handler);  if(handler.initialize)  {      handler.initialize();  }}AJSEventListener.prototype.handleEvent = function(event){  if (event == null || event.type == null) return;  if (this.events[event.type] != null)  {    for (var i = 0; i &lt; this.events[event.type].handlers.length; i++)    {      this.events[event.type].handlers[i].handleEvent(event);    }  }}function AJSEventHandler(init, handle){  this.initialize = init;  this.handleEvent = handle;}function AJSEvent(type){    this.type = type;}/** * Copyright (c) 2007 Amazon.com, Inc. * All rights reserved. */function VariationSetEvent() {}VariationSetEvent.DIMENSION_SELECTED = 1;VariationSetEvent.VARIATION_SELECTED = 2;VariationSetEvent.DIMENSION_HOVER = 3;VariationSetEvent.createDimensionHoverEvent = function(name, value){  var vse = new VariationSetEvent();  vse.type = VariationSetEvent.DIMENSION_HOVER;  vse.dimensionName = name;  vse.dimensionValue = value;  return vse;}VariationSetEvent.createDimensionEvent = function(name, value){  var vse = new VariationSetEvent();  vse.type = VariationSetEvent.DIMENSION_SELECTED;  vse.dimensionName = name;  vse.dimensionValue = value;  return vse;}VariationSetEvent.createVariationEvent = function(variation){  var vse = new VariationSetEvent();  vse.type = VariationSetEvent.VARIATION_SELECTED;  vse.variation = variation;  return vse;}function DimensionValue() {}DimensionValue.AVAILABLE = 1;DimensionValue.UNAVAILABLE = 2;DimensionValue.SELECTED = 3;function Variation(attrs){  this.attrs = attrs;  if (Variation.counter == null) {    Variation.counter = 0;  }  this.vid = Variation.counter;  Variation.counter++;}function VariationSet(dimensions){  this.dimensions = new Object();  var hasDimensions = false;  for (var d in dimensions)  {    this.dimensions[d] = new Object();    this.dimensions[d].values = new Object();    hasDimensions = true;  }  if (!hasDimensions) {    this.dimensions['VariationDescription'] = new Object();    this.dimensions['VariationDescription'].values = new Object();  }  this.variationLookup = new VariationLookup(this.dimensions);  this.selectedVariation = null;}VariationSet.prototype = new AJSEventListener();VariationSet.prototype.isVariationValid = function(variation){  if (variation == null || variation.attrs == null) return false;  for (var d in this.dimensions)  {    if (variation.attrs[d] == null) return false;  }  if (this.variationLookup.exists(variation)) return false;  return true;}VariationSet.prototype.add = function(v){  if (!this.isVariationValid(v)) return;  for (var d in this.dimensions)  {    if (this.dimensions[d].values[v.attrs[d]] == null) {      this.dimensions[d].values[v.attrs[d]] = new Object();      this.dimensions[d].values[v.attrs[d]].status = DimensionValue.AVAILABLE;      this.dimensions[d].values[v.attrs[d]].variations = new Object();      this.dimensions[d].selected = null;      this.dimensions[d].values[v.attrs[d]].constraints = new Object();      for (var d2 in this.dimensions)      {        if (d2 != d) {          this.dimensions[d].values[v.attrs[d]].constraints[d2] = new Object();        }      }    }    this.dimensions[d].values[v.attrs[d]].variations[v.vid] = v;    for (var d2 in this.dimensions)    {      if (d2 != d) {        this.dimensions[d].values[v.attrs[d]].constraints[d2][v.attrs[d2]] = true;      }    }  }  this.variationLookup.add(v);}VariationSet.prototype.getAvailableDimensions = function(dimensionConstraints){  var available = new Object();  for (var d in this.dimensions) {    available[d] = new Object();    for (var v in this.dimensions[d].values) {      available[d][v] = true;    }  }  for (var dc in dimensionConstraints)   {    var dcv = dimensionConstraints[dc];        for (var d in available) {      if (d != dc) {        for (var dv in available[d]) {          if (!this.dimensions[dc].values[dcv].constraints[d][dv]) {            available[d][dv] = false;          }        }      }    }  }  return available;}VariationSet.prototype.updateAvailableDimensions = function(dim, dimValue){  var constraints = this.getAllConstraints();  var available = this.getAvailableDimensions(constraints);  var ok = true;  for (var d in constraints)  {    if (!available[d][constraints[d]]) {      ok = false;    }  }  if (!ok) {    for (var d in constraints)    {      if (d != dim) {        this.dimensions[d].selected = null;        this.handleEvent(VariationSetEvent.createDimensionEvent(d, null));      }    }    constraints = this.getAllConstraints();    available = this.getAvailableDimensions(constraints);  }  for (var dim in this.dimensions)  {    var selectedValue = this.dimensions[dim].selected;        for (var dvalue in this.dimensions[dim].values)    {      if (dvalue == selectedValue) {        this.dimensions[dim].values[dvalue].status = DimensionValue.SELECTED;      } else if (available[dim][dvalue]) {        this.dimensions[dim].values[dvalue].status = DimensionValue.AVAILABLE;      } else {        this.dimensions[dim].values[dvalue].status = DimensionValue.UNAVAILABLE;      }    }  }}VariationSet.prototype.isDimensionValueAvailable = function(name, value){  return (this.dimensions[name].values[value].status !=           DimensionValue.UNAVAILABLE);}VariationSet.prototype.getAllConstraints = function(){  var constraints = new Object();  for (var d in this.dimensions)  {    if (this.dimensions[d].selected != null) {      constraints[d] = this.dimensions[d].selected;    }  }  return constraints;}VariationSet.prototype.setSelected = function(dim, dimValue){  if (!this.dimensions[dim] ||       (dimValue != null &amp;&amp; !this.dimensions[dim].values[dimValue]))  {    return;  }    this.dimensions[dim].selected = dimValue;  this.handleEvent(VariationSetEvent.createDimensionEvent(dim, dimValue));  this.updateAvailableDimensions(dim, dimValue);  var variation = this.variationLookup.getSelectedVariation(this.getAllConstraints());  if (variation != null) {    if (this.selectedVariation == null ||         variation.vid != this.selectedVariation.vid) {      this.selectedVariation = variation;      var vse = VariationSetEvent.createVariationEvent(variation);      this.handleEvent(vse);    }  } else if (this.selectedVariation != null) {    this.selectedVariation = null;    var vse = VariationSetEvent.createVariationEvent(null);    this.handleEvent(vse);      }}VariationSet.prototype.getStatus = function(dimensionName, dimensionValue){  if (dimensionName == null || dimensionValue == null ||      this.dimensions[dimensionName] == null ||      this.dimensions[dimensionName].values[dimensionValue] == null) {    return null;  } else {    return this.dimensions[dimensionName].values[dimensionValue].status;  }}function VariationLookup(dimensions) {  this.dimensions = new Array();  for (var d in dimensions) {    this.dimensions.push(d);  }  this.variations = new Object();}new VariationLookup(null);VariationLookup.prototype.add = function(variation){  if (variation == null) return;  var key = this.getVariationKey(variation);  if (this.variations[key] == null) {    this.variations[key] = variation;  } else {    return;  }}VariationLookup.prototype.getVariationKey = function(variation){  if (variation == null) return;  var key = "";  for (var i = 0; i &lt; this.dimensions.length; i++)  {      key += '&lt;' + variation.attrs[this.dimensions[i]] + '&gt;';  }  return key;}VariationLookup.prototype.exists = function(variation){  if (variation == null) return false;  var key = this.getVariationKey(variation);  return (this.variations[key] != null);}VariationLookup.prototype.getSelectedVariation = function(selectedDimensions){  if (selectedDimensions == null) return;    var key = "";  for (var i = 0; i &lt; this.dimensions.length; i++)  {    key += '&lt;' + selectedDimensions[this.dimensions[i]] + '&gt;';  }  return this.variations[key];}function basename(dim){    return dim.replace(/^.*\//, "");}function showVariationSelector(variationSet){   out = '&lt;div class="variationSelector"&gt;';  out += '&lt;div class="selectorHeading"&gt;';  var dimArray = new Array();  for (var d in variationSet.dimensions)  {    var name = basename(d);    dimArray.push(AJSStrings.getFallback(name));  }  var dimensionNames = AJSStrings.makeStringList(dimArray);  var selectDimNames = AJSStrings.get("Select foo", {"foo": dimensionNames});  out += selectDimNames;  out += '&lt;\/div&gt;';    for (var d in variationSet.dimensions)  {    var name = basename(d);    out += '&lt;div class="dimensionLabel"&gt;' + AJSStrings.getFallback(name) + ': '      + '&lt;span class="dimensionSelectorLabel" id="dimensionSelectorLabel_'       + d + '"&gt;&lt;\/span&gt;&lt;\/div&gt;'      + '&lt;div class="dimValContainer"&gt;';    for (var dimVal in variationSet.dimensions[d].values)    {      out += '&lt;span class="dv_avail" dn="' + d + '" dv="' + dimVal +'"&gt;'         + dimVal +'&lt;\/span&gt; ';    }    out += "&lt;\/div&gt;";  }  out += '&lt;div class="selectorAvailability"&gt;&lt;b&gt;'    + AJSStrings.get("Availability") + ':&lt;\/b&gt; ' +    '&lt;span id="dimSelectAvailability"&gt;';  out += AJSStrings.get("Select foo to view", {"foo": dimensionNames});  out += '&lt;\/span&gt;&lt;\/div&gt;&lt;\/div&gt;';  return out;}function updateView(){  var spans = document.getElementsByTagName("span");  for (var i = 0; i &lt; spans.length; i++)  {    if (spans[i].className.match(/^dv_/))    {      var dname = spans[i].getAttribute("dn");      var dvalue = spans[i].getAttribute("dv");      dvalue = dvalue.replace(/"/g, '&amp;quot;');      var status = goVariationSet.getStatus(dname, dvalue);      setElementClassByStatus(spans[i], status);    }  }}function setElementClassByStatus(element, status){  if (status == DimensionValue.AVAILABLE) {    element.className = "dv_avail";  } else if (status == DimensionValue.UNAVAILABLE) {    element.className = "dv_unavail";  } else if (status == DimensionValue.SELECTED) {    element.className = "dv_selected";  }}function setHover(target){  if (target.className != "dv_unavail" &amp;&amp;      target.className != "dv_selected") {    target.className = "dv_hover";  }}function setUnHover(target){  var dn = target.getAttribute("dn");  var dv = target.getAttribute("dv");  dv = dv.replace(/"/g, '&amp;quot;');  var status = goVariationSet.getStatus(dn, dv);  setElementClassByStatus(target, status);}var goVariationSet;function initializeVariationSelector(variationSet, displayDiv){  goVariationSet = variationSet;  var vSelector = document.getElementById(displayDiv);  if (vSelector != null) {    vSelector.innerHTML = showVariationSelector(variationSet);  } else {    return;  }  var spans = document.getElementsByTagName("span");  for (var i = 0; i &lt; spans.length; i++)  {    if (spans[i].className.match(/^dv_/))    {      if (document.body.addEventListener) {        spans[i].addEventListener('mouseover', dimensionValueMouseover, false);        spans[i].addEventListener('mouseout', dimensionValueMouseout, false);        spans[i].addEventListener('click', dimensionValueClick, false);      } else {        spans[i].attachEvent('onmouseover', dimensionValueMouseover);        spans[i].attachEvent('onmouseout', dimensionValueMouseout);        spans[i].attachEvent('onclick', dimensionValueClick);               }    }  }  vSelector.style.display = "block";}function dimensionValueMouseover(event){  var target = (event.target) ? event.target : event.srcElement;  setHover(target);  if (goVariationSet != null) {    var dn = target.getAttribute("dn");    var dv = target.getAttribute("dv");    dv = dv.replace(/"/g, '&amp;quot;');    var vse = VariationSetEvent.createDimensionHoverEvent(dn, dv);    goVariationSet.handleEvent(vse);  }}function dimensionValueMouseout(event){  var target = (event.target) ? event.target : event.srcElement;  setUnHover(target);  if (goVariationSet != null) {    var vse = VariationSetEvent.createDimensionHoverEvent(null, null);    goVariationSet.handleEvent(vse);  }}function dimensionValueClick(event){   var target = (event.target) ? event.target : event.srcElement;  var dn = target.getAttribute("dn");  var dv = target.getAttribute("dv");  dv = dv.replace(/"/g, '&amp;quot;');  if (goVariationSet != null) {    if (goVariationSet.dimensions[dn].selected == dv) {      dv = null;    }    goVariationSet.setSelected(dn, dv);    updateView();  }}&lt;/script&gt;&lt;table cellspacing="0" id="detailheader"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td id="detailImage"&gt;&lt;div class="relative"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B001COGH0K" id="imageViewerLink" target="ImageView"&gt;&lt;img alt="Razor Pro Model Scooter" id="detailProductImage" src="http://ecx.images-amazon.com/images/I/31M7ZSRJ83L._SL210_.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;div id="titleAndByLine"&gt;&lt;h2&gt;Razor Pro Model Scooter&amp;nbsp;&lt;/h2&gt;&lt;h2&gt;From Razor&lt;/h2&gt;&lt;/div&gt;&lt;form action="/buy-razor-kick-scooter-20/cart/add/B001COGH0K" id="addToCartForm" method="post" name="buybox"&gt;&lt;input name="sessionId" type="hidden" value="180-4518426-2351439" /&gt;&lt;noscript&gt;&amp;amp;amp;lt;p&amp;amp;amp;gt;&amp;amp;amp;lt;b&amp;amp;amp;gt;Select item by: &amp;amp;amp;lt;/b&amp;amp;amp;gt;Color, Price&amp;amp;amp;lt;/p&amp;amp;amp;gt;&amp;amp;amp;lt;p&amp;amp;amp;gt;&amp;amp;amp;lt;select name="asinOfferId"&amp;amp;amp;gt;&amp;amp;amp;lt;optionvalue="B000FK7C56:msISrOMt0lPrvueoylox2NpVmY2M6L7bqKpoAbzSn9Bd3ZzkINqRESQPF8MqXxN5%2FCbyyDIbfJ3U74eZIr8NVA%3D%3D"&amp;amp;amp;gt;Red/Silver- $44.97&amp;amp;amp;lt;/option&amp;amp;amp;gt;&amp;amp;amp;lt;optionvalue="B000FK8IM2:AsjB584oAW%2FYlWbR2ftOeERW46CDpGujXf7sO0CeSw4Q3g097H%2BGV4z005lXdGsL%2FVY0Gv35w3Bv%2BPeMi%2BdZWA%3D%3D"&amp;amp;amp;gt;Clear/Silver- $49.42&amp;amp;amp;lt;/option&amp;amp;amp;gt;&amp;amp;amp;lt;/select&amp;amp;amp;gt;&amp;amp;amp;lt;/p&amp;amp;amp;gt;&lt;/noscript&gt;&lt;input name="dynASIN" type="hidden" value="" /&gt;&lt;input name="dynOfferId" type="hidden" value="" /&gt;&lt;div class="relative"&gt;&lt;div id="chooseVariationBFCartAdd" style="display: none;"&gt;To add to the Shopping Cart, please choose from the options below.&lt;/div&gt;&lt;/div&gt;&lt;/form&gt;Average customer review: &lt;img height="11" name="pngImage" src="http://images.amazon.com/images/G/01/associates/network/star45_tpng.png" width="56" /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div id="dynVariationSelector" style="display: block; padding-bottom: 0pt; padding-top: 0pt;"&gt;&lt;div class="variationSelector"&gt;&lt;div class="selectorHeading"&gt;Select Color&lt;/div&gt;&lt;div class="dimensionLabel"&gt;Color: &lt;span id="dimensionSelectorLabel_Color"&gt;(choose one)&lt;/span&gt;&lt;/div&gt;&lt;div class="dimValContainer"&gt;Red/Silver Clear/Silver &lt;/div&gt;&lt;div class="selectorAvailability"&gt;&lt;b&gt;Availability:&lt;/b&gt; &lt;span id="dimSelectAvailability"&gt;Select Color to view.&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;script type="text/javascript"&gt;    var dims = {  "Color" : "1"  };     var vs = new VariationSet(dims);    vs.add(new Variation({"Color" : "Red/Silver", "Asin" : "B000FK7C56", "Price" : "$44.97", "PriceAmount" : 4497, "ListPrice" : "$59.99", "ListPriceAmount" : 5999, "ImageURL" : "http://ecx.images-amazon.com/images/I/31M7ZSRJ83L._SL210_.jpg", "OfferListingId" : "msISrOMt0lPrvueoylox2NpVmY2M6L7bqKpoAbzSn9Bd3ZzkINqRESQPF8MqXxN5%2FCbyyDIbfJ3U74eZIr8NVA%3D%3D", "Availability" : "Usually ships in 24 hours", "MerchantName" : "Amazon.com"    }));    vs.add(new Variation({"Color" : "Clear/Silver", "Asin" : "B000FK8IM2", "Price" : "$49.42", "PriceAmount" : 4942, "ListPrice" : "$59.99", "ListPriceAmount" : 5999, "ImageURL" : "http://ecx.images-amazon.com/images/I/31DV1AWX61L._SL210_.jpg", "OfferListingId" : "AsjB584oAW%2FYlWbR2ftOeERW46CDpGujXf7sO0CeSw4Q3g097H%2BGV4z005lXdGsL%2FVY0Gv35w3Bv%2BPeMi%2BdZWA%3D%3D", "Availability" : "Usually ships in 24 hours", "MerchantName" : "Amazon.com"    }));        initializeVariationSelector(vs, 'dynVariationSelector');&lt;/script&gt;  &lt;script type="text/javascript"&gt;addHandlers();function addHandlers(){  if (goVariationSet == null ||       AJSEventHandler == null ||      VariationSetEvent == null) {    return;  }  goVariationSet.registerEvent(VariationSetEvent.DIMENSION_HOVER,    new AJSEventHandler(null, notAvailableHover_handle));   goVariationSet.registerEvent(VariationSetEvent.DIMENSION_SELECTED,    new AJSEventHandler(updateDimensionText_init, updateDimensionText_handle));  goVariationSet.registerEvent(VariationSetEvent.VARIATION_SELECTED,     new AJSEventHandler(updatePrice_init, updatePrice_handle));  goVariationSet.registerEvent(VariationSetEvent.VARIATION_SELECTED,     new AJSEventHandler(updateAvail_init, updateAvail_handle));  goVariationSet.registerEvent(VariationSetEvent.VARIATION_SELECTED,     new AJSEventHandler(null, updateOfferId_handle));  goVariationSet.registerEvent(VariationSetEvent.VARIATION_SELECTED,     new AJSEventHandler(updateBuyButton_init, updateBuyButton_handle));  goVariationSet.registerEvent(VariationSetEvent.VARIATION_SELECTED,     new AJSEventHandler(updateImage_init, updateImage_handle));                         var buybtn = document.getElementById('buybutton');  var form = document.buybox;  if (buybtn != null &amp;&amp; form != null) {    if (document.body.addEventListener) {      buybtn.addEventListener('mouseover', buyButtonMouseover, false);      buybtn.addEventListener('mouseout', buyButtonMouseout, false);      form.addEventListener('submit', cartSubmit, false);    } else {      buybtn.attachEvent('onmouseover', buyButtonMouseover);      buybtn.attachEvent('onmouseout', buyButtonMouseout);      form.attachEvent('onsubmit', cartSubmit);    }  }  }function updateDimensionText_init(){  var spans = document.getElementsByTagName("span");  for (var i = 0; i &lt; spans.length; i++)  {    if (spans[i].className == "dimensionSelectorLabel")    {      spans[i].innerHTML = AJSStrings.get("choose one");    }  }}function updateDimensionText_handle(event){  if (!event.type || event.type != VariationSetEvent.DIMENSION_SELECTED) return;  var dn = event.dimensionName;  var element = document.getElementById('dimensionSelectorLabel_' + dn);  if (element) {    var value = event.dimensionValue;    if (value == null) {      value = AJSStrings.get("choose one");    }    element.innerHTML = value;  }}function notAvailableHover_handle(event){  if (!event.type || event.type != VariationSetEvent.DIMENSION_HOVER      || goVariationSet == null) return;    var div = document.getElementById('variationNotAvailable');  if (div == null) return;  var dn = event.dimensionName;  var dv = event.dimensionValue;  if (dn == null &amp;&amp; dv == null) {    div.style.display = 'none';  } else if (!goVariationSet.isDimensionValueAvailable(dn, dv)) {    var dims = goVariationSet.getAllConstraints();    dims[dn] = dv;    var out = AJSStrings.get("Not available in") + '&lt;br\/&gt;';    for (var d in dims) {      out += AJSStrings.getFallback(d) + ': &lt;span class="notAvailHighlight"&gt;' + dims[d] + "&lt;\/span&gt;&lt;br\/&gt;";    }    var img = document.getElementById('detailProductImage');    var width = (img == null) ? 180 : img.width + 10;    div.style.width = width;    div.innerHTML = out;    div.style.display = 'block';  }}function updatePrice_init(){  var offerPrice = document.getElementById('detailOfferPrice');  var listPrice = document.getElementById('detailListPrice');  if (offerPrice == null) return;  this.defaultPrice = offerPrice.innerHTML;  if (listPrice != null) {    this.defaultListPrice = listPrice.innerHTML;  }}function updatePrice_handle(event){  if (!event.type || event.type != VariationSetEvent.VARIATION_SELECTED) return;  var offerPrice = document.getElementById('detailOfferPrice');  var listPrice = document.getElementById('detailListPrice');  var listPriceRow = document.getElementById('listprice');  if (offerPrice == null) return;  var variation = event.variation;  if (variation != null)  {    if (variation.attrs.Price) {      offerPrice.innerHTML = variation.attrs.Price;    }    if (listPrice != null &amp;&amp; listPriceRow != null &amp;&amp;        variation.attrs.ListPrice)    {        if (variation.attrs.ListPriceAmount &gt; variation.attrs.PriceAmount)        {            listPrice.innerHTML = variation.attrs.ListPrice;            listPriceRow.style.display = '';        }        else        {            listPriceRow.style.display = 'none';        }    }      }  else  {    offerPrice.innerHTML = this.defaultPrice;    if (listPrice != null &amp;&amp; listPriceRow != null) {      listPrice.innerHTML = this.defaultListPrice;      listPriceRow.style.display = '';    }  }}function updateAvail_init(){  var element = document.getElementById('dimSelectAvailability');  if (element == null) return;  this.defaultAvailability = element.innerHTML;}function updateAvail_handle(event){  if (!event.type || event.type != VariationSetEvent.VARIATION_SELECTED) return;  var element = document.getElementById('dimSelectAvailability');  if (element == null) return;  var variation = event.variation;  if (variation != null)  {    var text = "";    if (variation.attrs.Availability) {      text = variation.attrs.Availability;    }    if (variation.attrs.MerchantName) {      if (text != "" &amp;&amp; !text.match(/\.\s*$/)) {        text += '.';      }      text += " " + AJSStrings.get('Ships from sold by') + " " +        variation.attrs.MerchantName;    }    element.innerHTML = text;  }  else if (this.defaultAvailability != null)   {    element.innerHTML = this.defaultAvailability;  } }function updateOfferId_handle(event){  if (!event.type || event.type != VariationSetEvent.VARIATION_SELECTED) return;  var form = document.buybox;  if (form == null || form.dynASIN == null || form.dynOfferId == null) return;  var variation = event.variation;  if (variation != null &amp;&amp;       variation.attrs.OfferListingId != null &amp;&amp;      variation.attrs.Asin != null)  {    form.dynASIN.value = variation.attrs.Asin;    form.dynOfferId.value = variation.attrs.OfferListingId;  }  else  {    form.dynASIN.value = '';    form.dynOfferId.value = '';  } }function updateBuyButton_init(){  var element = document.getElementById('buybutton');  if (element == null) return;  element.style.cursor = "not-allowed";}function updateBuyButton_handle(event){  if (!event.type || event.type != VariationSetEvent.VARIATION_SELECTED) return;  var element = document.getElementById('buybutton');  if (element == null) return;  if (event.variation == null) {    element.style.cursor = "not-allowed";  } else {    element.style.cursor = "pointer";  }}function buyButtonMouseover(event){  if (goVariationSet == null) return;    if (goVariationSet.selectedVariation == null) {    var div = document.getElementById('chooseVariationBFCartAdd');    if (div != null) {      div.style.display = 'block';    }  }}function buyButtonMouseout(event){  var target = (event.target) ? event.target : event.srcElement;  var div = document.getElementById('chooseVariationBFCartAdd');  if (div != null) {      div.style.display = 'none';  }}function cartSubmit(event){  if (goVariationSet == null ||      goVariationSet.selectedVariation != null) {    return true;  } else {    if (event.preventDefault) { event.preventDefault(); }    return false;  }}function updateImage_init(){  var img = document.getElementById('detailProductImage');  if (img)  {      this.defaultImage = img.src;  }  var link = document.getElementById('imageViewerLink');  if (link)  {      this.defaultHref = link.href;      // replace current asin with a generic url for subsitutions      this.baseHref = link.href.replace(/\/images\/\w{10}/, "/images/%ASIN%");  }}function updateImage_handle(event){  if (!event.type || event.type != VariationSetEvent.VARIATION_SELECTED) return;  var img = document.getElementById('detailProductImage');  var link = document.getElementById('imageViewerLink');  var variation = event.variation;  var imgsrc, href;  if (variation &amp;&amp; variation.attrs.ImageURL)  {      imgsrc = variation.attrs.ImageURL;      href = this.baseHref.replace(/%ASIN%/, variation.attrs.Asin);  }  else  {      imgsrc = this.defaultImage;      href   = this.defaultHref;  }  if (img) img.src = imgsrc;  if (link) link.href = href;}&lt;/script&gt;     &lt;script type="text/javascript"&gt;function registerNamespace(ns){    var parts = ns.split(".");    var root = window;    for(var i = 0; i &lt; parts.length; i++)    {        if(!root[parts[i]])        {            root[parts[i]] = new Object();        }        root = root[parts[i]];    }}registerNamespace('Associates.Util');Associates.Util.getElementsByTagAndClass = function(tag, class_name, parent_element){    if(!parent_element){ parent_element = document; }        var tags = parent_element.getElementsByTagName(tag);       var class_tags = new Array();    var class_regex = new RegExp("\\b" + class_name + "\\b");    for (var i = 0; i &lt; tags.length; i++)    {        if(tags[i].className.match(class_regex))        {            class_tags.push(tags[i]);        }    }        return class_tags;}Associates.Util.findAncestor = function(child, test){    var test_func;    if(typeof test == 'object')    {        test_func = function(obj){ return obj == test };    }    else if (typeof test == 'string')    {        test_func = function(obj){ return obj.nodeName == test };    }    else    {        test_func = test;    }    while(child &amp;&amp; !test_func(child))    {        child = child.parentNode;    }    return child;}Associates.Util.getSelectedRadio = function(form, radioName){    if (typeof form == 'string') { form = document.forms[form]; }    for (var i = 0; i &lt; form[radioName].length; i++)    {        if (form[radioName][i].checked)        {            return form[radioName][i].value;        }    }        return undefined;}function AttachEventListener(object, event, handler, useCapture){    if( !useCapture )    {        useCapture = false;    }    if( object.addEventListener )    {        object.addEventListener(event, handler, useCapture);    }    else    {        object.attachEvent('on' + event, handler);    }}registerNamespace('Assoc.DOMEvent');Assoc.DOMEvent.AddHandler = function(object, event, handler, context){    var event_handler;    if(context)         event_handler = function(event){ handler.call(context, event) };    else        event_handler = handler;    AttachEventListener(object, event, event_handler);}function GetEventTarget(event){    return (event.target)? event.target : event.srcElement;}//borrowed from quirksmode. Stops event bubbling.function StopEventPropagation(event){    if(!event) { event = window.event; }    //MSIE    event.cancelBubble = true;    //w3c    if(event.stopPropagation) { event.stopPropagation(); }}function StopEventDefault(event){    if(!event) { event = window.event; }    //MSIE    event.returnValue = false;    //w3c    if(event.preventDefault) { event.preventDefault() };}//does both StopEventPropogation and StopEventDefaultfunction StopEvent(event){    StopEventDefault(event);    StopEventPropagation(event);}function mouseOverFromElement(event){    return (event.relatedTarget)? event.relatedTarget : event.fromTarget;}function mouseOutToElement(event){    return (event.relatedTarget)? event.relatedTarget : event.toTarget;}var wImages;var link = document.getElementById('imageViewerLink');function openImageViewer(event){    if (wImages == null || wImages.closed)    {        wImages = window.open(link.href, 'ImageView',            'width=625,height=700,scrollbars,resizable');    }    else    {        wImages.location = link.href;    }    wImages.focus();    return false;}AttachEventListener(link, 'click', openImageViewer);&lt;/script&gt;&lt;div id="productDescription"&gt;&lt;h2&gt;Product Description&lt;/h2&gt;The Razor Promodel Scooter has been designed and tested by TeamRazor Pro-Riders with durability and performance in mind. Full deckgrip tape designed by Team Razor Pro-Rider Ricky Wernicke. 98mmurethane wheels equipped with ABEC-5 high speed bearings.&lt;/div&gt;&lt;div id="productDetails"&gt;&lt;hr /&gt;&lt;h2&gt;Product Details&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Amazon Sales Rank: #32 in Sports &amp;amp; Outdoors&lt;/li&gt;&lt;li&gt;Brand: Razor&lt;/li&gt;&lt;li&gt;Dimensions: 4.00" h x  7.50" w x  26.00" l,   7.00 pounds  &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Features&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Professional-grade scooter designed and tested by Razor Pro Riders; built for rugged durability and performance&lt;/li&gt;&lt;li&gt;Lightweight yet rigid body frame constructed of 100 percentaircraft-grade aluminum; features double-stacked head clamp for addedhead tube strength&lt;/li&gt;&lt;li&gt;Performance features include extra-thick foam handles for balanceof comfort and non-slip grip, and full-deck grip tape designed by TeamRazor pro rider Ricky Wernicke&lt;/li&gt;&lt;li&gt;98-millimeter urethane wheels equipped with ABEC-5 high-speed bearings; patented folding mechanism and rear brake&lt;/li&gt;&lt;li&gt;Measures four by 25.5 by 7.25 inches (W x H x D) when fullyassembled and weighs eight pounds; recommended for ages six and older&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;hr /&gt;&lt;h2&gt;Editorial Reviews&lt;/h2&gt;&lt;div id="editorialReviews"&gt;Amazon.com Product DescriptionThis is not your little brother's scooter. &lt;table cellpadding="10" style="float: right; width: 250px;"&gt; &lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;img align="top" border="0" src="http://images.amazon.com/images/G/01/stores/sport-goods/B001COGH0K_01-2" /&gt;&lt;small&gt;&lt;i&gt;&lt;b&gt;The Pro Model scooter comes with Razor's official Pro Rider-tested designation.&lt;/b&gt;&lt;/i&gt;&lt;/small&gt; &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;Designed and tested by Team Razor professional freestyle riders, theRazor Pro Model scooter is built for rugged durability and pro-gradeperformance. Put through the paces by some of the best stunt riders inthe world during a rigorous design and testing process, the Pro Modelfeatures a double-stacked head clamp for added head tube strength and alightweight yet rigid body frame constructed of 100 percentaircraft-grade aluminum. Quite simply, there's no trick the Pro ModelScooter won't stand up to time and again.  The scooter measuresfour by 25.5 by 7.25 inches (W x H x D) when fully assembled, weighseight pounds, and additionally features extra-thick foam handles for anoptimal balance of comfort and non-slip grip, a must for serioustricksters. Riders will appreciate the Pro Model's full-deck grip tape,which is specially designed by Team Razor pro rider Ricky Wernicke, andprovides maximum traction both on the ground and in the air. &lt;b&gt;Scooter Features:&lt;/b&gt;&lt;ul&gt;&lt;li&gt;Designed and tested by Team Razor Pro Riders for durability and performance &lt;/li&gt;&lt;li&gt;Full deck grip tape designed by Team Razor Pro Rider Rickey Wernicke &lt;/li&gt;&lt;li&gt;98-millimeter urethane wheels equipped with ABEC-5 high-speed bearings &lt;/li&gt;&lt;li&gt;Double stacked head clamp for extra head tube strength &lt;/li&gt;&lt;li&gt;Extra thick foam grips for additional palm protection &lt;/li&gt;&lt;li&gt;Patented folding mechanism (US patent number 6,431,567 and 7,063,341) &lt;/li&gt;&lt;li&gt;Patented rear fender brake (US patent number 6,139,035) &lt;/li&gt;&lt;li&gt;Aircraft-grade aluminum for lightweight durability &lt;/li&gt;&lt;li&gt;Easy to fold and carry &lt;/li&gt;&lt;/ul&gt;&lt;table cellpadding="10" style="float: right; width: 250px;"&gt; &lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;img align="top" border="0" src="http://images.amazon.com/images/G/01/stores/sport-goods/B001COGH0K_02" /&gt;&lt;small&gt;&lt;i&gt;&lt;b&gt;Built with durability and professional-grade performance in mind, there's no trick the Pro Model can't handle in style.&lt;/b&gt;&lt;/i&gt;&lt;/small&gt; &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;b&gt;About Razor&lt;/b&gt;Founded in June 2000, Razor USA, LLC is a privately held company basedin Cerritos, California. Creators of the wildly popular Razor kickscooter, Razor additionally offers the E100, E200, and E300 electricscooters, as well as Dirt Rocket, Pocket Mod, Pocket Rocket, and GroundForce electrically-powered ride-on toys and junior scooters. Razor hasreceived numerous industry awards, including the Toy IndustryAssociation's "Toy of the Year" and "Toy of the Year" honors from &lt;i&gt;Time Magazine&lt;/i&gt;, &lt;i&gt;Parents&lt;/i&gt;, &lt;i&gt;Parenting&lt;/i&gt;, &lt;i&gt;Sports Illustrated for Kids&lt;/i&gt;, &lt;i&gt;Nick Jr.&lt;/i&gt;, and &lt;i&gt;U.S. News &amp;amp; World Report&lt;/i&gt;.&lt;/div&gt;&lt;div id="customerReviews"&gt;&lt;hr /&gt;&lt;h2&gt;Customer Reviews&lt;/h2&gt;Huge difference between this and the other Razor scooter models&lt;img alt="5" class="custReviewStars" height="11" name="pngImage" src="http://images.amazon.com/images/G/01/associates/network/star50_tpng.png" width="56" /&gt;I bought an A2 for my wife, and because she didn't want to ride byherself--and I'm bigger and heavier--I bought this Razor Pro thinkingit was simply made sturdier and nothing more. I also happen to be anavid cyclist of many years so I can really tell the differences.Turns out there are huge differences between this Pro model and theothers--to the point where I could say the others are toys and this isactually sports equipment/transportation.*The stability in steering is much better on this one.*The wheels are thicker, which I'm sure contributes to its abilityto hold a line better--though I have to say the A2 is not bad either.*It's faster, and since the ride is a lot more stable it's actually much safer to ride this going fast than the others.*I believe this is actually made of a higher quality of aluminium.*Overall it's made of a heavier construction more appropriate forthose who are going to do more on it than go back and forth on thesidewalk.Bottom Line: For the price difference here on Amazon (the A2 beingabout $40 and the Pro being roughly $50) it's worth it to spend theextra $10 on the Pro.This isn't just a toy like the others. You can actually enjoy theease and convenience of riding this thing to the store and back, orthrough the middle of an urban environment adding to both yourenjoyment and convenience without having to lock it up outside when youenter a building--or being prohibited from entering a store like youwould with Roller Blades without changing to shoes first.And as a 5'10" adult male, I can say this is a better fit--though the A2 isn't bad either in that respect.This is the scooter to get.&lt;img alt="5" class="custReviewStars" height="11" name="pngImage" src="http://images.amazon.com/images/G/01/associates/network/star50_tpng.png" width="56" /&gt;I am currently 15 and ride scooters all the time off jumps and havedone a lot of crashes, spills, and wipe outs and this scooter stillstayed together. On the other models they have not reinforced themenough and so i break them all the time i went thorough about 4scooters and this one lasted me the longest. I have had it for about 9months and it is still fine. I just need to buy new wheels and gripsevery once in a while which isn't a problem. Buy this scooter now!&lt;img alt="5" class="custReviewStars" height="11" name="pngImage" src="http://images.amazon.com/images/G/01/associates/network/star50_tpng.png" width="56" /&gt;This scooter rocks and is an insane deal for $49! It's perfect notjust for kids, but also for aging losers like myself that can't bebothered re-learning how to ride a skateboard!!&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div id="footer"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20"&gt;CHEAP RAZOR SCOOTER,RAZOR KICK SCOOTER FREE SHIPPING.&lt;/a&gt; &lt;/div&gt;&lt;/div&gt;&lt;div id="sidebar"&gt;&lt;ul id="widget"&gt;&lt;li class="widget" style="padding-bottom: 0pt; padding-top: 0pt;"&gt;&lt;h3&gt;Similar Items&lt;/h3&gt;&lt;div class="productwidget"&gt;&lt;table cellspacing="0" class="sidebarproducts"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="image"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B0013SZPR6"&gt;&lt;img alt="BLACK DIAMOND SKATEBOARD GRIP TAPE 1 Sheet of BLUE 9&amp;quot;" class="sidebarproduct" src="http://ecx.images-amazon.com/images/I/21%2BpYva4O4L._SL75_.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td class="text"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B0013SZPR6"&gt;BLACK DIAMOND SKATEBOARD GRIP TA...&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="image"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B0026LNDFU"&gt;&lt;img alt="4-color Light-up Scooter Wheels" class="sidebarproduct" src="http://ecx.images-amazon.com/images/I/51JJtwbuhXL._SL75_.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td class="text"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B0026LNDFU"&gt;4-color Light-up Scooter Wheels&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="image"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B00192XAPU"&gt;&lt;img alt="Hyper Green Machine 90mm wheels" class="sidebarproduct" src="http://ecx.images-amazon.com/images/I/41J4qnbNS2L._SL75_.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td class="text"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B00192XAPU"&gt;Hyper Green Machine 90mm wheels&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7806594558114805186-5273608508002617254?l=cheap-razor-kick-scooter.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7806594558114805186/posts/default/5273608508002617254'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7806594558114805186/posts/default/5273608508002617254'/><link rel='alternate' type='text/html' href='http://cheap-razor-kick-scooter.blogspot.com/2009/11/razor-pro-model-scooter.html' title='Razor Pro Model Scooter'/><author><name>Cash Advance Loans</name><uri>http://www.blogger.com/profile/10241113505277164803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-7806594558114805186.post-531369342451620734</id><published>2009-11-13T08:21:00.000-08:00</published><updated>2009-11-13T08:21:54.012-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Razor A2 Kick Scooter Reviews'/><title type='text'>Razor A2 Kick Scooter Reviews</title><content type='html'>&lt;div class="relative"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B000ODZBG6" id="imageViewerLink" target="ImageView"&gt;&lt;img alt="Razor A2 Kick Scooter" id="detailProductImage" src="http://ecx.images-amazon.com/images/I/313Y8GRDPkL._SL210_.jpg" /&gt;&lt;/a&gt;  &lt;br /&gt;&lt;/div&gt;&lt;div id="titleAndByLine"&gt;&lt;h2&gt;Razor A2 Kick Scooter&lt;br /&gt;&amp;nbsp;&lt;/h2&gt;&lt;h2&gt;From Razor&lt;/h2&gt;&lt;h1 class="sans-serif" style="font-size: 140%; margin: 2px 0pt 0pt;"&gt;   &lt;br /&gt;&lt;div style="color: #cc6600;"&gt;Customer Reviews   &lt;br /&gt;&lt;/div&gt;&lt;div style="font-size: 80%; text-decoration: underline;"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/"&gt;Razor A2 Kick Scooter&lt;/a&gt;    &lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;/h1&gt;&lt;span style="margin-left: -5px;"&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt; &lt;/span&gt;         &lt;b&gt;Great fun&lt;/b&gt;&lt;/div&gt;&lt;div id="titleAndByLine"&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/div&gt;By J. Sullivan (Real name)&lt;br /&gt;We bought two of these scooters, pink and green, and my two daughters love. Are 6 and 8 years, and scooters have become one of his favorite activities outside. I like the trick to bring our car and take them to the park. Are very strong, that even after several drops in cement.&lt;br /&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0.5em;"&gt;         &lt;span style="margin-left: -5px;"&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt; &lt;/span&gt;         &lt;b&gt;Sturdy and fun....&lt;/b&gt;,&lt;nobr&gt;&lt;/nobr&gt;       &lt;/div&gt;&lt;div style="margin-bottom: 0.5em;"&gt;         &lt;table border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top"&gt;By&amp;nbsp;&lt;/td&gt;&lt;td&gt;&lt;span style="font-weight: bold;"&gt;Eldho &lt;span style="white-space: nowrap;"&gt;Thomas&lt;img alt="" class="custPopRight" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/carrot._V47081519_.gif" style="border: medium none;" /&gt;&lt;/span&gt;&lt;/span&gt; (Saint Louis, MO USA)&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;My daughter has been scooting away on this. We had her use it inside the house during the winter on condition that once she starts using it outside, it is not coming back inside. It was put to some good use inside and it has moved out now. &lt;br /&gt;&lt;br /&gt;My daughter has become a master of it. The brake is very smooth. The scooter as a whole is very sturdy. Highly recommended.&lt;br /&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0.5em;"&gt;         &lt;span style="margin-left: -5px;"&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt; &lt;/span&gt;         &lt;b&gt;My Daughter Loves It&lt;/b&gt;.&lt;nobr&gt;&lt;/nobr&gt;       &lt;/div&gt;&lt;div style="margin-bottom: 0.5em;"&gt;         &lt;table border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top"&gt;By&amp;nbsp;&lt;/td&gt;&lt;td&gt;&lt;span style="font-weight: bold;"&gt;Wylie A. Mathis &lt;span style="white-space: nowrap;"&gt;"Coyote"&lt;img alt="" class="custPopRight" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/carrot._V47081519_.gif" style="border: medium none;" /&gt;&lt;/span&gt;&lt;/span&gt; (Daleville, AL, USA)&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;This scooter seems better than the basic one because it is sturdier. It also has a fender type bracket over the back wheel so she can rest her foot without inadvertantly pressing on the brake. It can be a little difficult for a child to fold and unfold. She is 10 and got it for her birthday.&lt;br /&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0.5em;"&gt;         &lt;span style="margin-left: -5px;"&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt; &lt;/span&gt;         &lt;b&gt;Kick Scooter Lots of Fun&lt;/b&gt;&lt;nobr&gt;&lt;/nobr&gt;       &lt;/div&gt;&lt;div style="margin-bottom: 0.5em;"&gt;         &lt;table border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top"&gt;By&amp;nbsp;&lt;/td&gt;&lt;td&gt;&lt;span style="font-weight: bold;"&gt;Sally K. &lt;span style="white-space: nowrap;"&gt;Jamieson&lt;img alt="" class="custPopRight" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/carrot._V47081519_.gif" style="border: medium none;" /&gt;&lt;/span&gt;&lt;/span&gt; (Chicago)&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;We gave this scooter( the Purple colored one) to our daughter for her 8th birthday. She has had loads of fun on it, and it's a good, durable product at a reasonable price. Would highly recommend it.&lt;br /&gt;&lt;div style="margin-bottom: 0.5em;"&gt;         &lt;span style="margin-left: -5px;"&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt; &lt;/span&gt;         &lt;b&gt;Love the Razor&lt;/b&gt; A2 Scooter&lt;nobr&gt;&lt;/nobr&gt;       &lt;/div&gt;&lt;div style="margin-bottom: 0.5em;"&gt;         &lt;table border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top"&gt;By&amp;nbsp;&lt;/td&gt;&lt;td&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="white-space: nowrap;"&gt;mrsmac&lt;img alt="" class="custPopRight" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/carrot._V47081519_.gif" style="border: medium none;" /&gt;&lt;/span&gt;&lt;/span&gt; (California)  &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;My 4 1/2 year old has been asking for one ever since he rode his friends. It was finally the right time and I must say it's been great! We even were able to pack it in our luggage for a trip to Hawaii. He rides it ever day, it's so easy to use for him and his balance has gotten really good. He is on the athletic side so that might have something to do with it. Either way, I wish I had one for me!&lt;br /&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0.5em;"&gt;         &lt;span style="margin-left: -5px;"&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt; &lt;/span&gt;         &lt;b&gt;Smooth Sailing Scooter&lt;/b&gt;.&lt;nobr&gt;&lt;/nobr&gt;       &lt;/div&gt;&lt;div style="margin-bottom: 0.5em;"&gt;         &lt;table border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top"&gt;By&amp;nbsp;&lt;/td&gt;&lt;td&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="white-space: nowrap;"&gt;ChosenCho&lt;img alt="" class="custPopRight" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/carrot._V47081519_.gif" style="border: medium none;" /&gt;&lt;/span&gt;&lt;/span&gt; (Los Angeles, CA/Las Vegas, NV)&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;The scooter ride is really smooth! FAST transportation and really fun down hills. The breaking is pretty nice and I like the wheelie bar too. You guys will love it - get it! People say scooters are only for little kids, but I'm 18 and i'm loving scootering around campus to classes and etc. Everyone does it and it really holds more than 143 lbs.&lt;br /&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0.5em;"&gt;         &lt;span style="margin-left: -5px;"&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt; &lt;/span&gt;         &lt;b&gt;happy customer&lt;/b&gt;.&lt;nobr&gt;&lt;/nobr&gt;       &lt;/div&gt;&lt;div style="margin-bottom: 0.5em;"&gt;         &lt;table border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top"&gt;By&amp;nbsp;&lt;/td&gt;&lt;td&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="white-space: nowrap;"&gt;brudemi&lt;img alt="" class="custPopRight" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/carrot._V47081519_.gif" style="border: medium none;" /&gt;&lt;/span&gt;&lt;/span&gt; &lt;a href="http://www.amazon.com/gp/cdp/member-reviews/A1F5C1JRX07PAH/ref=cm_cr_pr_auth_rev?ie=UTF8&amp;amp;sort_by=MostRecentReview"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;My son loves the Razor A2 scooter. He rides it all over. Its great to have a toy he enjoys and which helps keep him active and not attempting to get more time in front of the TV. The item is well built and we received it in brand new/excellent condition jsut as expected. We are very happy with this purchase.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;amp;location=http%3A%2F%2Fwww.amazon.com%2Freview%2FB000ODZBG6%3Fie%3DUTF8%26ref_%3Dpr%255Fall%255Fsummary%255Fcm%255Fcr%255Facr%255Ftxt%26showViewpoints%3D1&amp;amp;tag=buy-razor-kick-scooter-20&amp;amp;linkCode=ur2&amp;amp;camp=1789&amp;amp;creative=390957"&gt;More Customer Reviews Razor A2 Kick Scooter&lt;/a&gt;&lt;img alt="" border="0" height="1" src="https://www.assoc-amazon.com/e/ir?t=buy-razor-kick-scooter-20&amp;amp;l=ur2&amp;amp;o=1" style="border: medium none ! important; margin: 0px ! important;" width="1" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7806594558114805186-531369342451620734?l=cheap-razor-kick-scooter.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7806594558114805186/posts/default/531369342451620734'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7806594558114805186/posts/default/531369342451620734'/><link rel='alternate' type='text/html' href='http://cheap-razor-kick-scooter.blogspot.com/2009/11/razor-a2-kick-scooter-reviews.html' title='Razor A2 Kick Scooter Reviews'/><author><name>Cash Advance Loans</name><uri>http://www.blogger.com/profile/10241113505277164803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-7806594558114805186.post-2441971436553628331</id><published>2009-11-12T04:08:00.000-08:00</published><updated>2009-11-12T04:08:54.432-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Razor A2 Kick Scooter'/><title type='text'>Razor A2 Kick Scooter</title><content type='html'>&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20" id="mainheadertitle"&gt;CHEAP RAZOR SCOOTER,RAZOR KICK SCOOTER FREE SHIPPING.&lt;/a&gt;             &lt;br /&gt;&lt;div id="mainsubheader"&gt;&lt;div id="contentsubheader"&gt;&lt;div id="subheaderlinks"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="subheadertitle"&gt;Product Details&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;script type="text/javascript"&gt;/** * Copyright (c) 2007 Amazon.com, Inc. * All rights reserved. */function AJSStrings() {}AJSStrings.makeStringList = function(strings){  var out = "";  for (var i = 0; i &lt; strings.length; i++)  {    if (i == strings.length - 1 &amp;&amp; i &gt; 0) {      out += " " + AJSStrings.get("and") + " ";    } else if (i &gt; 0) {      out += ", ";    }    out += strings[i];  }  return out;}AJSStrings.stringsdb = new Object();AJSStrings.add = function(name, value){  AJSStrings.stringsdb[name] = value;}AJSStrings.get = function(name){  if (AJSStrings.stringsdb[name] == null) {    return "";  } else {    return AJSStrings.stringsdb[name];  }}AJSStrings.get = function(name, subst){  if (AJSStrings.stringsdb[name] == null) {    return "";  } else {    var str = AJSStrings.stringsdb[name];    for (var pat in subst) {      // do replacements      var regex = new RegExp("\\$\\{" + pat + "\\}", "g");      str = str.replace(regex, subst[pat]);    }    return str;  }}AJSStrings.getFallback = function(name){  if (AJSStrings.stringsdb[name] == null) {    return name;  } else {    return AJSStrings.stringsdb[name];  }}// set up stringsAJSStrings.add("and", "and");AJSStrings.add("Select foo", "Select ${foo}");AJSStrings.add("Select foo to view", "Select ${foo} to view.");AJSStrings.add("Availability", "Availability");AJSStrings.add("choose one", "(choose one)");AJSStrings.add("Ships from sold by", "Ships from and sold by");AJSStrings.add("Not available in", "Sorry, this item is not available in");AJSStrings.add("To add to cart choose", "To add to the Shopping Cart, please choose from the options below.");// dimension labelsAJSStrings.add("ClothingSize", "Size"); // tt/0004314109AJSStrings.add("Size", "Size");AJSStrings.add("Color", "Color");AJSStrings.add("VariationDescription", "Description");/** * Copyright (c) 2007 Amazon.com, Inc. * All rights reserved. */function AJSEventListener(){  this.events = new Object();}new AJSEventListener();AJSEventListener.prototype.registerEvent = function(eventType, handler){  if (!handler || !handler.handleEvent) return;  if (this.events[eventType] == null) {    this.events[eventType] = new Object();    this.events[eventType].handlers = new Array();  }  this.events[eventType].handlers.push(handler);  if(handler.initialize)  {      handler.initialize();  }}AJSEventListener.prototype.handleEvent = function(event){  if (event == null || event.type == null) return;  if (this.events[event.type] != null)  {    for (var i = 0; i &lt; this.events[event.type].handlers.length; i++)    {      this.events[event.type].handlers[i].handleEvent(event);    }  }}function AJSEventHandler(init, handle){  this.initialize = init;  this.handleEvent = handle;}function AJSEvent(type){    this.type = type;}/** * Copyright (c) 2007 Amazon.com, Inc. * All rights reserved. */function VariationSetEvent() {}VariationSetEvent.DIMENSION_SELECTED = 1;VariationSetEvent.VARIATION_SELECTED = 2;VariationSetEvent.DIMENSION_HOVER = 3;VariationSetEvent.createDimensionHoverEvent = function(name, value){  var vse = new VariationSetEvent();  vse.type = VariationSetEvent.DIMENSION_HOVER;  vse.dimensionName = name;  vse.dimensionValue = value;  return vse;}VariationSetEvent.createDimensionEvent = function(name, value){  var vse = new VariationSetEvent();  vse.type = VariationSetEvent.DIMENSION_SELECTED;  vse.dimensionName = name;  vse.dimensionValue = value;  return vse;}VariationSetEvent.createVariationEvent = function(variation){  var vse = new VariationSetEvent();  vse.type = VariationSetEvent.VARIATION_SELECTED;  vse.variation = variation;  return vse;}function DimensionValue() {}DimensionValue.AVAILABLE = 1;DimensionValue.UNAVAILABLE = 2;DimensionValue.SELECTED = 3;function Variation(attrs){  this.attrs = attrs;  if (Variation.counter == null) {    Variation.counter = 0;  }  this.vid = Variation.counter;  Variation.counter++;}function VariationSet(dimensions){  this.dimensions = new Object();  var hasDimensions = false;  for (var d in dimensions)  {    this.dimensions[d] = new Object();    this.dimensions[d].values = new Object();    hasDimensions = true;  }  if (!hasDimensions) {    this.dimensions['VariationDescription'] = new Object();    this.dimensions['VariationDescription'].values = new Object();  }  this.variationLookup = new VariationLookup(this.dimensions);  this.selectedVariation = null;}VariationSet.prototype = new AJSEventListener();VariationSet.prototype.isVariationValid = function(variation){  if (variation == null || variation.attrs == null) return false;  for (var d in this.dimensions)  {    if (variation.attrs[d] == null) return false;  }  if (this.variationLookup.exists(variation)) return false;  return true;}VariationSet.prototype.add = function(v){  if (!this.isVariationValid(v)) return;  for (var d in this.dimensions)  {    if (this.dimensions[d].values[v.attrs[d]] == null) {      this.dimensions[d].values[v.attrs[d]] = new Object();      this.dimensions[d].values[v.attrs[d]].status = DimensionValue.AVAILABLE;      this.dimensions[d].values[v.attrs[d]].variations = new Object();      this.dimensions[d].selected = null;      this.dimensions[d].values[v.attrs[d]].constraints = new Object();      for (var d2 in this.dimensions)      {        if (d2 != d) {          this.dimensions[d].values[v.attrs[d]].constraints[d2] = new Object();        }      }    }    this.dimensions[d].values[v.attrs[d]].variations[v.vid] = v;    for (var d2 in this.dimensions)    {      if (d2 != d) {        this.dimensions[d].values[v.attrs[d]].constraints[d2][v.attrs[d2]] = true;      }    }  }  this.variationLookup.add(v);}VariationSet.prototype.getAvailableDimensions = function(dimensionConstraints){  var available = new Object();  for (var d in this.dimensions) {    available[d] = new Object();    for (var v in this.dimensions[d].values) {      available[d][v] = true;    }  }  for (var dc in dimensionConstraints)   {    var dcv = dimensionConstraints[dc];        for (var d in available) {      if (d != dc) {        for (var dv in available[d]) {          if (!this.dimensions[dc].values[dcv].constraints[d][dv]) {            available[d][dv] = false;          }        }      }    }  }  return available;}VariationSet.prototype.updateAvailableDimensions = function(dim, dimValue){  var constraints = this.getAllConstraints();  var available = this.getAvailableDimensions(constraints);  var ok = true;  for (var d in constraints)  {    if (!available[d][constraints[d]]) {      ok = false;    }  }  if (!ok) {    for (var d in constraints)    {      if (d != dim) {        this.dimensions[d].selected = null;        this.handleEvent(VariationSetEvent.createDimensionEvent(d, null));      }    }    constraints = this.getAllConstraints();    available = this.getAvailableDimensions(constraints);  }  for (var dim in this.dimensions)  {    var selectedValue = this.dimensions[dim].selected;        for (var dvalue in this.dimensions[dim].values)    {      if (dvalue == selectedValue) {        this.dimensions[dim].values[dvalue].status = DimensionValue.SELECTED;      } else if (available[dim][dvalue]) {        this.dimensions[dim].values[dvalue].status = DimensionValue.AVAILABLE;      } else {        this.dimensions[dim].values[dvalue].status = DimensionValue.UNAVAILABLE;      }    }  }}VariationSet.prototype.isDimensionValueAvailable = function(name, value){  return (this.dimensions[name].values[value].status !=           DimensionValue.UNAVAILABLE);}VariationSet.prototype.getAllConstraints = function(){  var constraints = new Object();  for (var d in this.dimensions)  {    if (this.dimensions[d].selected != null) {      constraints[d] = this.dimensions[d].selected;    }  }  return constraints;}VariationSet.prototype.setSelected = function(dim, dimValue){  if (!this.dimensions[dim] ||       (dimValue != null &amp;&amp; !this.dimensions[dim].values[dimValue]))  {    return;  }    this.dimensions[dim].selected = dimValue;  this.handleEvent(VariationSetEvent.createDimensionEvent(dim, dimValue));  this.updateAvailableDimensions(dim, dimValue);  var variation = this.variationLookup.getSelectedVariation(this.getAllConstraints());  if (variation != null) {    if (this.selectedVariation == null ||         variation.vid != this.selectedVariation.vid) {      this.selectedVariation = variation;      var vse = VariationSetEvent.createVariationEvent(variation);      this.handleEvent(vse);    }  } else if (this.selectedVariation != null) {    this.selectedVariation = null;    var vse = VariationSetEvent.createVariationEvent(null);    this.handleEvent(vse);      }}VariationSet.prototype.getStatus = function(dimensionName, dimensionValue){  if (dimensionName == null || dimensionValue == null ||      this.dimensions[dimensionName] == null ||      this.dimensions[dimensionName].values[dimensionValue] == null) {    return null;  } else {    return this.dimensions[dimensionName].values[dimensionValue].status;  }}function VariationLookup(dimensions) {  this.dimensions = new Array();  for (var d in dimensions) {    this.dimensions.push(d);  }  this.variations = new Object();}new VariationLookup(null);VariationLookup.prototype.add = function(variation){  if (variation == null) return;  var key = this.getVariationKey(variation);  if (this.variations[key] == null) {    this.variations[key] = variation;  } else {    return;  }}VariationLookup.prototype.getVariationKey = function(variation){  if (variation == null) return;  var key = "";  for (var i = 0; i &lt; this.dimensions.length; i++)  {      key += '&lt;' + variation.attrs[this.dimensions[i]] + '&gt;';  }  return key;}VariationLookup.prototype.exists = function(variation){  if (variation == null) return false;  var key = this.getVariationKey(variation);  return (this.variations[key] != null);}VariationLookup.prototype.getSelectedVariation = function(selectedDimensions){  if (selectedDimensions == null) return;    var key = "";  for (var i = 0; i &lt; this.dimensions.length; i++)  {    key += '&lt;' + selectedDimensions[this.dimensions[i]] + '&gt;';  }  return this.variations[key];}function basename(dim){    return dim.replace(/^.*\//, "");}function showVariationSelector(variationSet){   out = '&lt;div class="variationSelector"&gt;';  out += '&lt;div class="selectorHeading"&gt;';  var dimArray = new Array();  for (var d in variationSet.dimensions)  {    var name = basename(d);    dimArray.push(AJSStrings.getFallback(name));  }  var dimensionNames = AJSStrings.makeStringList(dimArray);  var selectDimNames = AJSStrings.get("Select foo", {"foo": dimensionNames});  out += selectDimNames;  out += '&lt;\/div&gt;';    for (var d in variationSet.dimensions)  {    var name = basename(d);    out += '&lt;div class="dimensionLabel"&gt;' + AJSStrings.getFallback(name) + ': '      + '&lt;span class="dimensionSelectorLabel" id="dimensionSelectorLabel_'       + d + '"&gt;&lt;\/span&gt;&lt;\/div&gt;'      + '&lt;div class="dimValContainer"&gt;';    for (var dimVal in variationSet.dimensions[d].values)    {      out += '&lt;span class="dv_avail" dn="' + d + '" dv="' + dimVal +'"&gt;'         + dimVal +'&lt;\/span&gt; ';    }    out += "&lt;\/div&gt;";  }  out += '&lt;div class="selectorAvailability"&gt;&lt;b&gt;'    + AJSStrings.get("Availability") + ':&lt;\/b&gt; ' +    '&lt;span id="dimSelectAvailability"&gt;';  out += AJSStrings.get("Select foo to view", {"foo": dimensionNames});  out += '&lt;\/span&gt;&lt;\/div&gt;&lt;\/div&gt;';  return out;}function updateView(){  var spans = document.getElementsByTagName("span");  for (var i = 0; i &lt; spans.length; i++)  {    if (spans[i].className.match(/^dv_/))    {      var dname = spans[i].getAttribute("dn");      var dvalue = spans[i].getAttribute("dv");      dvalue = dvalue.replace(/"/g, '&amp;quot;');      var status = goVariationSet.getStatus(dname, dvalue);      setElementClassByStatus(spans[i], status);    }  }}function setElementClassByStatus(element, status){  if (status == DimensionValue.AVAILABLE) {    element.className = "dv_avail";  } else if (status == DimensionValue.UNAVAILABLE) {    element.className = "dv_unavail";  } else if (status == DimensionValue.SELECTED) {    element.className = "dv_selected";  }}function setHover(target){  if (target.className != "dv_unavail" &amp;&amp;      target.className != "dv_selected") {    target.className = "dv_hover";  }}function setUnHover(target){  var dn = target.getAttribute("dn");  var dv = target.getAttribute("dv");  dv = dv.replace(/"/g, '&amp;quot;');  var status = goVariationSet.getStatus(dn, dv);  setElementClassByStatus(target, status);}var goVariationSet;function initializeVariationSelector(variationSet, displayDiv){  goVariationSet = variationSet;  var vSelector = document.getElementById(displayDiv);  if (vSelector != null) {    vSelector.innerHTML = showVariationSelector(variationSet);  } else {    return;  }  var spans = document.getElementsByTagName("span");  for (var i = 0; i &lt; spans.length; i++)  {    if (spans[i].className.match(/^dv_/))    {      if (document.body.addEventListener) {        spans[i].addEventListener('mouseover', dimensionValueMouseover, false);        spans[i].addEventListener('mouseout', dimensionValueMouseout, false);        spans[i].addEventListener('click', dimensionValueClick, false);      } else {        spans[i].attachEvent('onmouseover', dimensionValueMouseover);        spans[i].attachEvent('onmouseout', dimensionValueMouseout);        spans[i].attachEvent('onclick', dimensionValueClick);               }    }  }  vSelector.style.display = "block";}function dimensionValueMouseover(event){  var target = (event.target) ? event.target : event.srcElement;  setHover(target);  if (goVariationSet != null) {    var dn = target.getAttribute("dn");    var dv = target.getAttribute("dv");    dv = dv.replace(/"/g, '&amp;quot;');    var vse = VariationSetEvent.createDimensionHoverEvent(dn, dv);    goVariationSet.handleEvent(vse);  }}function dimensionValueMouseout(event){  var target = (event.target) ? event.target : event.srcElement;  setUnHover(target);  if (goVariationSet != null) {    var vse = VariationSetEvent.createDimensionHoverEvent(null, null);    goVariationSet.handleEvent(vse);  }}function dimensionValueClick(event){   var target = (event.target) ? event.target : event.srcElement;  var dn = target.getAttribute("dn");  var dv = target.getAttribute("dv");  dv = dv.replace(/"/g, '&amp;quot;');  if (goVariationSet != null) {    if (goVariationSet.dimensions[dn].selected == dv) {      dv = null;    }    goVariationSet.setSelected(dn, dv);    updateView();  }}&lt;/script&gt;&lt;table cellspacing="0" id="detailheader"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td id="detailImage"&gt;&lt;div class="relative"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B000ODZBG6" id="imageViewerLink" target="ImageView"&gt;&lt;img alt="Razor A2 Kick Scooter" id="detailProductImage" src="http://ecx.images-amazon.com/images/I/31uweKdBUmL._SL210_.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;div id="titleAndByLine"&gt;&lt;h2&gt;Razor A2 Kick Scooter&amp;nbsp;&lt;/h2&gt;&lt;h2&gt;From Razor&lt;/h2&gt;&lt;/div&gt;&lt;form action="/buy-razor-kick-scooter-20/cart/add/B000ODZBG6" id="addToCartForm" method="post" name="buybox"&gt;&lt;input name="sessionId" type="hidden" value="180-4518426-2351439" /&gt;&lt;noscript&gt;&amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;p&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;b&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;Select item by: &amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;/b&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;Color, Price&amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;/p&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;p&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;select name="asinOfferId"&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;optionvalue="B0000BWGNJ:0DRLHed6sF4RrlvGBHP2FWrOPwxAnO%2BaQzIEky0JrTt9YpSI1A0NCBUCWm%2FD9CsyGD0RsepgJMvARS5Ic5hk9Q%3D%3D"&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;Black- $38.88&amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;/option&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;optionvalue="B0000UHU58:qljUXmmjM6oVZ9SlvNyS032Mx0f4uJamyF2QeGjfSas4WAz7olYRdQ7ThAN7CK7R9uAEOWNd%2BjAIs0lS6mYj1w%3D%3D"&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;Blue- $38.38&amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;/option&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;optionvalue="B0001H0Q7Y:8lrdflOsCzS4pxuJQ%2FPEREsKT1BUiILlaTTTCBtYP2rXV2ddE1lWSKEQ%2BxUjbdk6NiUsAtI3HYfSIFvPWyPGiQ%3D%3D"&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;Purple- $38.95&amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;/option&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;optionvalue="B00005MOYK:KgT%2FZweGYmLOspKAAAul%2F0GAET6C1VfrCI8n%2F48h0vlOoCbLo3%2FmINSh3qxWSGbHxNLVvkDJIgSR84YXF%2F9asQ%3D%3D"&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;Red- $38.20&amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;/option&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;optionvalue="B000FKALSQ:gWTdjuaH%2BY8toTw8ZGpozUSe3jvTAxi9gaz6MeYHbaDO5iEImakr7vIFZMDS9OXt6ZsyIcarZTdrol3swhqTow%3D%3D"&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;Green/Silver- $39.01&amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;/option&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;/select&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;/p&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;&lt;/noscript&gt;&lt;input name="dynASIN" type="hidden" value="B000FKALSQ" /&gt;&lt;input name="dynOfferId" type="hidden" value="gWTdjuaH%2BY8toTw8ZGpozUSe3jvTAxi9gaz6MeYHbaDO5iEImakr7vIFZMDS9OXt6ZsyIcarZTdrol3swhqTow%3D%3D" /&gt;&lt;div class="relative"&gt;&lt;div id="chooseVariationBFCartAdd" style="display: none;"&gt;To add to the Shopping Cart, please choose from the options below.&lt;/div&gt;&lt;/div&gt;&lt;/form&gt;Average cust&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="relative"&gt;&lt;/div&gt;&lt;h2&gt;Razor A2 Kick Scooter&lt;/h2&gt;&lt;h1 class="sans-serif" style="font-size: 140%; margin: 2px 0pt 0pt;"&gt;  &lt;div style="color: #cc6600;"&gt;Customer Reviews  &lt;/div&gt;&lt;div style="font-size: 80%; text-decoration: underline;"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B000ODZBG6"&gt;Razor A2 Kick Scooter&lt;/a&gt;  &lt;/div&gt;&lt;/h1&gt;&lt;h2&gt;&amp;nbsp;&lt;/h2&gt;&lt;div style="margin-bottom: 0.5em;"&gt;&lt;span style="margin-left: -5px;"&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt; &lt;/span&gt;        &lt;b&gt;high tech version of low tech fun and exercise&lt;/b&gt;&lt;nobr&gt;&lt;/nobr&gt;      &lt;/div&gt;&lt;div style="margin-bottom: 0.5em;"&gt;&lt;table border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top"&gt;By&lt;/td&gt;&lt;td&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/" name="A1XMSA4TBHNCC3|hdi|0" onmouseover="if (jQuery.CustomerPopover) jQuery.CustomerPopover.bind(this);"&gt;&lt;span style="font-weight: bold;"&gt;Grandma &lt;span style="white-space: nowrap;"&gt;Karen&lt;img alt="" class="custPopRight" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/carrot._V47081519_.gif" style="border: medium none;" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; (CA)&amp;nbsp;&lt;a href="http://www.amazon.com/gp/cdp/member-reviews/A1XMSA4TBHNCC3/ref=cm_cr_pr_auth_rev?ie=UTF8&amp;amp;sort_by=MostRecentReview"&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class="tiny" style="margin-bottom: 0.5em;"&gt;&lt;b&gt;&lt;span style="vertical-align: top;"&gt;Durability:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Fun:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Educational:&lt;/span&gt;&lt;img alt="3.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-3-0._V47082372_.gif" width="64" /&gt;&amp;nbsp;&lt;/b&gt;      &lt;/div&gt;Scooter is sturdy, well made and looks great! It glides smoothly andhandles nicely. Low to the ground with nice handle bars and grips. Ibought this for my grand daughters three years ago and they had never ridden anything but little kid toys. Each easilylearned to handle and ride with very few mishaps. I think it is prettysafe for a ride-on type toy. (we bought helmets and thankfully havenever had any bad landings). Now three years later I am still watchingthem ride working up a good healthy sweat and loving it!! So, I just purchased scooter number 4 forone of the girls who has practically worn the wheels off (I hopeI can talk her into the replacement of her favorite toy). She is nine now, the age where girls need outdoor exercise and fun.WELL WORTH THE MONEY!!A GOOD CHOICE FOR KIDS MOVING UP TO BIG KID TOYS.&lt;h2&gt;&amp;nbsp;&lt;/h2&gt;&lt;div style="margin-bottom: 0.5em;"&gt;&lt;span style="margin-left: -5px;"&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt; &lt;/span&gt;        &lt;b&gt;Wheee!&lt;/b&gt;&lt;nobr&gt;&lt;/nobr&gt;      &lt;/div&gt;&lt;div style="margin-bottom: 0.5em;"&gt;&lt;table border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top"&gt;By&lt;/td&gt;&lt;td&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/" name="A2ON44JN6M7M5I|DTW|0" onmouseover="if (jQuery.CustomerPopover) jQuery.CustomerPopover.bind(this);"&gt;&lt;span style="font-weight: bold;"&gt;Auntie Mame "Age is but a &lt;span style="white-space: nowrap;"&gt;number!"&lt;img alt="" class="custPopRight" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/carrot._V47081519_.gif" style="border: medium none;" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; (New York, NY)&amp;nbsp;&lt;a href="http://www.amazon.com/gp/cdp/member-reviews/A2ON44JN6M7M5I/ref=cm_cr_pr_auth_rev?ie=UTF8&amp;amp;sort_by=MostRecentReview"&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class="tiny" style="margin-bottom: 0.5em;"&gt;&lt;b&gt;&lt;span style="vertical-align: top;"&gt;Durability:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Fun:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Educational:&lt;/span&gt;&lt;img alt="4.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-4-0._V47081936_.gif" width="64" /&gt;&amp;nbsp;&lt;/b&gt;      &lt;/div&gt;This has proven to be a very convenient means of travel for thosewithout a car. As an adult, but young at heart, I use it to go shortdistances in my neighborhood (Queens, NY) and back and forth from thetrain. Light in weight and easy to fold, it comfortably fits in mybackpack. I recommend it not only to children as a toy, but to shorter(handle bars go to 35 inches in height) adults who enjoy walking butsometimes have time constraints that require a glide!&lt;div style="margin-bottom: 0.5em;"&gt;&lt;span style="margin-left: -5px;"&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt; &lt;/span&gt;        &lt;b&gt;Good kids scooter&lt;/b&gt;.&lt;nobr&gt;&lt;/nobr&gt;      &lt;/div&gt;&lt;div style="margin-bottom: 0.5em;"&gt;&lt;table border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top"&gt;By&lt;/td&gt;&lt;td&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/" name="A34IC48GLL4U3Y|aiF|0" onmouseover="if (jQuery.CustomerPopover) jQuery.CustomerPopover.bind(this);"&gt;&lt;span style="font-weight: bold;"&gt;Arthur Bradley "Author of Process of &lt;span style="white-space: nowrap;"&gt;Elimination"&lt;img alt="" class="custPopRight" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/carrot._V47081519_.gif" style="border: medium none;" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; (Virginia)  &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;We purchased two of the A2 scooters (purple and green), and our kidsreally love them. For me personally (a middle-aged man), they remind meof skateboarding as a kid. I was initially hesitant to get scooters,because I recall that there were many hand injuries from the earlymodels. After examining the A2 however, I don't think there's much riskof that anymore. The handles are locked into the stem using a positivelocking button nub, and the stem itself is locked using a clamp verymuch like your bicycle seat stem. The scooter's frame is heavy dutyenough to hold my weight (165 pounds), so it's plenty strong enough formost kids.Overall, the kids love the scooters. And for the price (around $40shipped), I couldn't find anything better that would get the kidsoutside doing some physical activity.Written by Arthur Bradley, author of "Process of Elimination" - athriller that pits a martial artist against a world-class sniper out toshape the next Presidential election.Please indicate if reviews are helpful.&lt;div style="margin-bottom: 0.5em;"&gt;&lt;span style="margin-left: -5px;"&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt; &lt;/span&gt;        &lt;b&gt;this scooter is great&lt;/b&gt;&lt;nobr&gt;&lt;/nobr&gt;      &lt;/div&gt;&lt;div style="margin-bottom: 0.5em;"&gt;&lt;b&gt;A Kid's Review&lt;/b&gt;&lt;/div&gt;&lt;div class="tiny" style="margin-bottom: 0.5em;"&gt;&lt;b&gt;&lt;span style="vertical-align: top;"&gt;Durability:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Fun:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Educational:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;/b&gt;      &lt;/div&gt;i got this scooter for as a christmas present and i loved it rightaway. this is the best scooter i have ever owened. i liked this onealot better than the a scooter (the a one fell apart). its so much funto ride down hills and just coast around the neiborhood. it is verysturdy and goes very fast. the only thing i dont like about it is thatevery once in a while theres a flat spot in the back wheel that nevergoes away, but the rest of the good thing about the scooter makes upfor that one fault. i ride this scooter evey day when i get back fromschool. its so much fun and i love riding it. if you want to get a pushscooter this is the one to get.&lt;div style="margin-bottom: 0.5em;"&gt;&lt;span style="margin-left: -5px;"&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt; &lt;/span&gt;        &lt;b&gt;THIS SCOOTER IS FROM HEAVEN&lt;/b&gt;.&lt;nobr&gt;&lt;/nobr&gt;      &lt;/div&gt;&lt;div style="margin-bottom: 0.5em;"&gt;&lt;b&gt;A Kid's Review&lt;/b&gt;&lt;/div&gt;&lt;div class="tiny" style="margin-bottom: 0.5em;"&gt;&lt;b&gt;&lt;span style="vertical-align: top;"&gt;Durability:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Fun:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Educational:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;/b&gt;      &lt;/div&gt;It's EXTREMELY good. This toy has really good brakes. It goes really fast.It jumps really high. I LOVE THIS SCOOTER!!!&lt;div style="margin-bottom: 0.5em;"&gt;&lt;span style="margin-left: -5px;"&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt; &lt;/span&gt;        &lt;b&gt;This scooter is great for Pre-teens and Young teens&lt;/b&gt;.&lt;nobr&gt;&lt;/nobr&gt;      &lt;/div&gt;&lt;div style="margin-bottom: 0.5em;"&gt;&lt;b&gt;A Kid's Review&lt;/b&gt;&lt;/div&gt;&lt;div class="tiny" style="margin-bottom: 0.5em;"&gt;&lt;b&gt;&lt;span style="vertical-align: top;"&gt;Durability:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Fun:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Educational:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;/b&gt;      &lt;/div&gt;I am 13 and I have had my scooter since I was 10. My scooter lasted 3years! Than it began to get old. I got a nice new scooter and they ridesmooth. They now make them pink too. I reccomend this scooter for kids10-15. They will look cool riding it, and have loads of fun riding themaround the neighborhood with their friends. If their is a parentreading this, get your pre-teen or young teen a razor scooter, they'lllove you! I'm a girl, but this scooter is for boys and girls!&lt;div style="margin-bottom: 0.5em;"&gt;&lt;span style="margin-left: -5px;"&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt; &lt;/span&gt;        &lt;b&gt;Amazing gift for my Daughter&lt;/b&gt;.&lt;nobr&gt;&lt;/nobr&gt;      &lt;/div&gt;&lt;div style="margin-bottom: 0.5em;"&gt;&lt;table border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top"&gt;By&lt;/td&gt;&lt;td&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/" name="A1M61VHVHD5GZL|eml|0" onmouseover="if (jQuery.CustomerPopover) jQuery.CustomerPopover.bind(this);"&gt;&lt;span style="font-weight: bold;"&gt;M. Subramanian &lt;span style="white-space: nowrap;"&gt;"Mani"&lt;img alt="" class="custPopRight" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/carrot._V47081519_.gif" style="border: medium none;" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; (Palo Alto, USA)  &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;I gifted this bike to my Daughter (7 yrs old)after her old bike wornout and she was really excited about the smoothness in the ride and thestrong frame. She really likes it that she take it with her whenever wego for outdoor activities (like a local park, playground). Easy to foldand compact fit in our car.Usually after she is done riding it will be lying on the ground insun and rain and till date (3 months since purchase) it does not showany signs of fading/rusting. Good Construction and materials.&lt;div style="margin-bottom: 0.5em;"&gt;&lt;span style="margin-left: -5px;"&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt; &lt;/span&gt;        &lt;b&gt;A well-built, compact scooter&lt;/b&gt;.&lt;nobr&gt;&lt;/nobr&gt;      &lt;/div&gt;&lt;div style="margin-bottom: 0.5em;"&gt;&lt;table border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top"&gt;By&lt;/td&gt;&lt;td&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B000ODZBG6" name="A3VLTRG63XS2RR|SAI|0" onmouseover="if (jQuery.CustomerPopover) jQuery.CustomerPopover.bind(this);"&gt;&lt;span style="font-weight: bold;"&gt;A. &lt;span style="white-space: nowrap;"&gt;Bernard&lt;img alt="" class="custPopRight" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/carrot._V47081519_.gif" style="border: medium none;" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class="tiny" style="margin-bottom: 0.5em;"&gt;&lt;b&gt;&lt;span style="vertical-align: top;"&gt;Durability:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Fun:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Educational:&lt;/span&gt;&lt;img alt="4.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-4-0._V47081936_.gif" width="64" /&gt;&amp;nbsp;&lt;/b&gt;      &lt;/div&gt;Our 4-year-old son took to this scooter like a duck to water and wantsto use it almost every day. He already had a good helmet, but we madesure that we had purchased the elbow and knee pads, which was a goodinvestment. It is a really nicely built scooter and folds up well for taking in the car.I would definitely recommend this to anyone buying a scooter for ages 4 and older.&lt;div style="margin-bottom: 0.5em;"&gt;&lt;span style="margin-left: -5px;"&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt; &lt;/span&gt;        &lt;b&gt;Great scooter!&lt;/b&gt;&lt;nobr&gt;&lt;/nobr&gt;      &lt;/div&gt;&lt;div style="margin-bottom: 0.5em;"&gt;&lt;table border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top"&gt;By&lt;/td&gt;&lt;td&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/" name="A9Z4VTZPXSHRV|Jtv|0" onmouseover="if (jQuery.CustomerPopover) jQuery.CustomerPopover.bind(this);"&gt;&lt;span style="font-weight: bold;"&gt;Lisa &lt;span style="white-space: nowrap;"&gt;Hunt&lt;img alt="" class="custPopRight" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/carrot._V47081519_.gif" style="border: medium none;" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; (Nashville,TN)&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class="tiny" style="margin-bottom: 0.5em;"&gt;&lt;b&gt;&lt;span style="vertical-align: top;"&gt;Durability:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Fun:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Educational:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;/b&gt;      &lt;/div&gt;I bought this scooter for my 11 year old sons birthday. He loves it andhas let all the kids ride it. Even my 5year old can do it. My son can'tbelieve what a smooth ride it has. He loves it because it is easy tojust hop on it and go. No pumping up flat tires or dealing with a stuckkick stand or a chain that keeps falling off. I like it because hewon't out grow it in a year. I gave it 5 stars for educational becauseit is excellent for developing large motor skills and coordination. Myonly complaint was that Toy R Us didn't stock the green one.&amp;nbsp;Similar Items&lt;table cellspacing="0" class="sidebarproducts"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="image"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B000I55OJO"&gt;&lt;img alt="Razor Aggressive Youth Multi-sport Helmet (Satin Pink)" class="sidebarproduct" src="http://ecx.images-amazon.com/images/I/41Hqix-6pVL._SL75_.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td class="text"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B000I55OJO"&gt;Razor Aggressive Youth Multi-spo...&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="image"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B001H1LO3S"&gt;&lt;img alt="Bell Star Child Bicycle Helmet (Purple Waves)" class="sidebarproduct" src="http://ecx.images-amazon.com/images/I/51DzKMyhQkL._SL75_.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td class="text"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B001H1LO3S"&gt;Bell Star Child Bicycle Helmet (...&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="image"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B000I52BSG"&gt;&lt;img alt="Razor V-17 Youth Multi-Sport Helmet (Black Gloss)" class="sidebarproduct" src="http://ecx.images-amazon.com/images/I/41Q9V8XQV0L._SL75_.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td class="text"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B000I52BSG"&gt;Razor V-17 Youth Multi-Sport Hel...&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7806594558114805186-2441971436553628331?l=cheap-razor-kick-scooter.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7806594558114805186/posts/default/2441971436553628331'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7806594558114805186/posts/default/2441971436553628331'/><link rel='alternate' type='text/html' href='http://cheap-razor-kick-scooter.blogspot.com/2009/11/razor-a2-kick-scooter_12.html' title='Razor A2 Kick Scooter'/><author><name>Cash Advance Loans</name><uri>http://www.blogger.com/profile/10241113505277164803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-7806594558114805186.post-8113722084384799731</id><published>2009-11-11T05:28:00.003-08:00</published><updated>2009-11-11T05:28:16.248-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Razor A2 Kick Scooter'/><title type='text'>Razor A2 Kick Scooter</title><content type='html'>&lt;br /&gt;&lt;div id="wrap"&gt;&lt;div id="mainwrap"&gt;&lt;div id="main" style="padding-bottom: 0pt; padding-top: 0pt;"&gt;&lt;div id="header"&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;   &lt;td&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20" id="mainheadertitle"&gt;CHEAP RAZOR SCOOTER,RAZOR KICK SCOOTER FREE SHIPPING.&lt;/a&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div id="mainsubheader"&gt;&lt;div id="contentsubheader"&gt;&lt;div id="subheaderlinks"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="subheadertitle"&gt;Product Details&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div id="content"&gt;&lt;script type="text/javascript"&gt;/** * Copyright (c) 2007 Amazon.com, Inc. * All rights reserved. */function AJSStrings() {}AJSStrings.makeStringList = function(strings){  var out = "";  for (var i = 0; i &lt; strings.length; i++)  {    if (i == strings.length - 1 &amp;&amp; i &gt; 0) {      out += " " + AJSStrings.get("and") + " ";    } else if (i &gt; 0) {      out += ", ";    }    out += strings[i];  }  return out;}AJSStrings.stringsdb = new Object();AJSStrings.add = function(name, value){  AJSStrings.stringsdb[name] = value;}AJSStrings.get = function(name){  if (AJSStrings.stringsdb[name] == null) {    return "";  } else {    return AJSStrings.stringsdb[name];  }}AJSStrings.get = function(name, subst){  if (AJSStrings.stringsdb[name] == null) {    return "";  } else {    var str = AJSStrings.stringsdb[name];    for (var pat in subst) {      // do replacements      var regex = new RegExp("\\$\\{" + pat + "\\}", "g");      str = str.replace(regex, subst[pat]);    }    return str;  }}AJSStrings.getFallback = function(name){  if (AJSStrings.stringsdb[name] == null) {    return name;  } else {    return AJSStrings.stringsdb[name];  }}// set up stringsAJSStrings.add("and", "and");AJSStrings.add("Select foo", "Select ${foo}");AJSStrings.add("Select foo to view", "Select ${foo} to view.");AJSStrings.add("Availability", "Availability");AJSStrings.add("choose one", "(choose one)");AJSStrings.add("Ships from sold by", "Ships from and sold by");AJSStrings.add("Not available in", "Sorry, this item is not available in");AJSStrings.add("To add to cart choose", "To add to the Shopping Cart, please choose from the options below.");// dimension labelsAJSStrings.add("ClothingSize", "Size"); // tt/0004314109AJSStrings.add("Size", "Size");AJSStrings.add("Color", "Color");AJSStrings.add("VariationDescription", "Description");/** * Copyright (c) 2007 Amazon.com, Inc. * All rights reserved. */function AJSEventListener(){  this.events = new Object();}new AJSEventListener();AJSEventListener.prototype.registerEvent = function(eventType, handler){  if (!handler || !handler.handleEvent) return;  if (this.events[eventType] == null) {    this.events[eventType] = new Object();    this.events[eventType].handlers = new Array();  }  this.events[eventType].handlers.push(handler);  if(handler.initialize)  {      handler.initialize();  }}AJSEventListener.prototype.handleEvent = function(event){  if (event == null || event.type == null) return;  if (this.events[event.type] != null)  {    for (var i = 0; i &lt; this.events[event.type].handlers.length; i++)    {      this.events[event.type].handlers[i].handleEvent(event);    }  }}function AJSEventHandler(init, handle){  this.initialize = init;  this.handleEvent = handle;}function AJSEvent(type){    this.type = type;}/** * Copyright (c) 2007 Amazon.com, Inc. * All rights reserved. */function VariationSetEvent() {}VariationSetEvent.DIMENSION_SELECTED = 1;VariationSetEvent.VARIATION_SELECTED = 2;VariationSetEvent.DIMENSION_HOVER = 3;VariationSetEvent.createDimensionHoverEvent = function(name, value){  var vse = new VariationSetEvent();  vse.type = VariationSetEvent.DIMENSION_HOVER;  vse.dimensionName = name;  vse.dimensionValue = value;  return vse;}VariationSetEvent.createDimensionEvent = function(name, value){  var vse = new VariationSetEvent();  vse.type = VariationSetEvent.DIMENSION_SELECTED;  vse.dimensionName = name;  vse.dimensionValue = value;  return vse;}VariationSetEvent.createVariationEvent = function(variation){  var vse = new VariationSetEvent();  vse.type = VariationSetEvent.VARIATION_SELECTED;  vse.variation = variation;  return vse;}function DimensionValue() {}DimensionValue.AVAILABLE = 1;DimensionValue.UNAVAILABLE = 2;DimensionValue.SELECTED = 3;function Variation(attrs){  this.attrs = attrs;  if (Variation.counter == null) {    Variation.counter = 0;  }  this.vid = Variation.counter;  Variation.counter++;}function VariationSet(dimensions){  this.dimensions = new Object();  var hasDimensions = false;  for (var d in dimensions)  {    this.dimensions[d] = new Object();    this.dimensions[d].values = new Object();    hasDimensions = true;  }  if (!hasDimensions) {    this.dimensions['VariationDescription'] = new Object();    this.dimensions['VariationDescription'].values = new Object();  }  this.variationLookup = new VariationLookup(this.dimensions);  this.selectedVariation = null;}VariationSet.prototype = new AJSEventListener();VariationSet.prototype.isVariationValid = function(variation){  if (variation == null || variation.attrs == null) return false;  for (var d in this.dimensions)  {    if (variation.attrs[d] == null) return false;  }  if (this.variationLookup.exists(variation)) return false;  return true;}VariationSet.prototype.add = function(v){  if (!this.isVariationValid(v)) return;  for (var d in this.dimensions)  {    if (this.dimensions[d].values[v.attrs[d]] == null) {      this.dimensions[d].values[v.attrs[d]] = new Object();      this.dimensions[d].values[v.attrs[d]].status = DimensionValue.AVAILABLE;      this.dimensions[d].values[v.attrs[d]].variations = new Object();      this.dimensions[d].selected = null;      this.dimensions[d].values[v.attrs[d]].constraints = new Object();      for (var d2 in this.dimensions)      {        if (d2 != d) {          this.dimensions[d].values[v.attrs[d]].constraints[d2] = new Object();        }      }    }    this.dimensions[d].values[v.attrs[d]].variations[v.vid] = v;    for (var d2 in this.dimensions)    {      if (d2 != d) {        this.dimensions[d].values[v.attrs[d]].constraints[d2][v.attrs[d2]] = true;      }    }  }  this.variationLookup.add(v);}VariationSet.prototype.getAvailableDimensions = function(dimensionConstraints){  var available = new Object();  for (var d in this.dimensions) {    available[d] = new Object();    for (var v in this.dimensions[d].values) {      available[d][v] = true;    }  }  for (var dc in dimensionConstraints)   {    var dcv = dimensionConstraints[dc];        for (var d in available) {      if (d != dc) {        for (var dv in available[d]) {          if (!this.dimensions[dc].values[dcv].constraints[d][dv]) {            available[d][dv] = false;          }        }      }    }  }  return available;}VariationSet.prototype.updateAvailableDimensions = function(dim, dimValue){  var constraints = this.getAllConstraints();  var available = this.getAvailableDimensions(constraints);  var ok = true;  for (var d in constraints)  {    if (!available[d][constraints[d]]) {      ok = false;    }  }  if (!ok) {    for (var d in constraints)    {      if (d != dim) {        this.dimensions[d].selected = null;        this.handleEvent(VariationSetEvent.createDimensionEvent(d, null));      }    }    constraints = this.getAllConstraints();    available = this.getAvailableDimensions(constraints);  }  for (var dim in this.dimensions)  {    var selectedValue = this.dimensions[dim].selected;        for (var dvalue in this.dimensions[dim].values)    {      if (dvalue == selectedValue) {        this.dimensions[dim].values[dvalue].status = DimensionValue.SELECTED;      } else if (available[dim][dvalue]) {        this.dimensions[dim].values[dvalue].status = DimensionValue.AVAILABLE;      } else {        this.dimensions[dim].values[dvalue].status = DimensionValue.UNAVAILABLE;      }    }  }}VariationSet.prototype.isDimensionValueAvailable = function(name, value){  return (this.dimensions[name].values[value].status !=           DimensionValue.UNAVAILABLE);}VariationSet.prototype.getAllConstraints = function(){  var constraints = new Object();  for (var d in this.dimensions)  {    if (this.dimensions[d].selected != null) {      constraints[d] = this.dimensions[d].selected;    }  }  return constraints;}VariationSet.prototype.setSelected = function(dim, dimValue){  if (!this.dimensions[dim] ||       (dimValue != null &amp;&amp; !this.dimensions[dim].values[dimValue]))  {    return;  }    this.dimensions[dim].selected = dimValue;  this.handleEvent(VariationSetEvent.createDimensionEvent(dim, dimValue));  this.updateAvailableDimensions(dim, dimValue);  var variation = this.variationLookup.getSelectedVariation(this.getAllConstraints());  if (variation != null) {    if (this.selectedVariation == null ||         variation.vid != this.selectedVariation.vid) {      this.selectedVariation = variation;      var vse = VariationSetEvent.createVariationEvent(variation);      this.handleEvent(vse);    }  } else if (this.selectedVariation != null) {    this.selectedVariation = null;    var vse = VariationSetEvent.createVariationEvent(null);    this.handleEvent(vse);      }}VariationSet.prototype.getStatus = function(dimensionName, dimensionValue){  if (dimensionName == null || dimensionValue == null ||      this.dimensions[dimensionName] == null ||      this.dimensions[dimensionName].values[dimensionValue] == null) {    return null;  } else {    return this.dimensions[dimensionName].values[dimensionValue].status;  }}function VariationLookup(dimensions) {  this.dimensions = new Array();  for (var d in dimensions) {    this.dimensions.push(d);  }  this.variations = new Object();}new VariationLookup(null);VariationLookup.prototype.add = function(variation){  if (variation == null) return;  var key = this.getVariationKey(variation);  if (this.variations[key] == null) {    this.variations[key] = variation;  } else {    return;  }}VariationLookup.prototype.getVariationKey = function(variation){  if (variation == null) return;  var key = "";  for (var i = 0; i &lt; this.dimensions.length; i++)  {      key += '&lt;' + variation.attrs[this.dimensions[i]] + '&gt;';  }  return key;}VariationLookup.prototype.exists = function(variation){  if (variation == null) return false;  var key = this.getVariationKey(variation);  return (this.variations[key] != null);}VariationLookup.prototype.getSelectedVariation = function(selectedDimensions){  if (selectedDimensions == null) return;    var key = "";  for (var i = 0; i &lt; this.dimensions.length; i++)  {    key += '&lt;' + selectedDimensions[this.dimensions[i]] + '&gt;';  }  return this.variations[key];}function basename(dim){    return dim.replace(/^.*\//, "");}function showVariationSelector(variationSet){   out = '&lt;div class="variationSelector"&gt;';  out += '&lt;div class="selectorHeading"&gt;';  var dimArray = new Array();  for (var d in variationSet.dimensions)  {    var name = basename(d);    dimArray.push(AJSStrings.getFallback(name));  }  var dimensionNames = AJSStrings.makeStringList(dimArray);  var selectDimNames = AJSStrings.get("Select foo", {"foo": dimensionNames});  out += selectDimNames;  out += '&lt;\/div&gt;';    for (var d in variationSet.dimensions)  {    var name = basename(d);    out += '&lt;div class="dimensionLabel"&gt;' + AJSStrings.getFallback(name) + ': '      + '&lt;span class="dimensionSelectorLabel" id="dimensionSelectorLabel_'       + d + '"&gt;&lt;\/span&gt;&lt;\/div&gt;'      + '&lt;div class="dimValContainer"&gt;';    for (var dimVal in variationSet.dimensions[d].values)    {      out += '&lt;span class="dv_avail" dn="' + d + '" dv="' + dimVal +'"&gt;'         + dimVal +'&lt;\/span&gt; ';    }    out += "&lt;\/div&gt;";  }  out += '&lt;div class="selectorAvailability"&gt;&lt;b&gt;'    + AJSStrings.get("Availability") + ':&lt;\/b&gt; ' +    '&lt;span id="dimSelectAvailability"&gt;';  out += AJSStrings.get("Select foo to view", {"foo": dimensionNames});  out += '&lt;\/span&gt;&lt;\/div&gt;&lt;\/div&gt;';  return out;}function updateView(){  var spans = document.getElementsByTagName("span");  for (var i = 0; i &lt; spans.length; i++)  {    if (spans[i].className.match(/^dv_/))    {      var dname = spans[i].getAttribute("dn");      var dvalue = spans[i].getAttribute("dv");      dvalue = dvalue.replace(/"/g, '&amp;quot;');      var status = goVariationSet.getStatus(dname, dvalue);      setElementClassByStatus(spans[i], status);    }  }}function setElementClassByStatus(element, status){  if (status == DimensionValue.AVAILABLE) {    element.className = "dv_avail";  } else if (status == DimensionValue.UNAVAILABLE) {    element.className = "dv_unavail";  } else if (status == DimensionValue.SELECTED) {    element.className = "dv_selected";  }}function setHover(target){  if (target.className != "dv_unavail" &amp;&amp;      target.className != "dv_selected") {    target.className = "dv_hover";  }}function setUnHover(target){  var dn = target.getAttribute("dn");  var dv = target.getAttribute("dv");  dv = dv.replace(/"/g, '&amp;quot;');  var status = goVariationSet.getStatus(dn, dv);  setElementClassByStatus(target, status);}var goVariationSet;function initializeVariationSelector(variationSet, displayDiv){  goVariationSet = variationSet;  var vSelector = document.getElementById(displayDiv);  if (vSelector != null) {    vSelector.innerHTML = showVariationSelector(variationSet);  } else {    return;  }  var spans = document.getElementsByTagName("span");  for (var i = 0; i &lt; spans.length; i++)  {    if (spans[i].className.match(/^dv_/))    {      if (document.body.addEventListener) {        spans[i].addEventListener('mouseover', dimensionValueMouseover, false);        spans[i].addEventListener('mouseout', dimensionValueMouseout, false);        spans[i].addEventListener('click', dimensionValueClick, false);      } else {        spans[i].attachEvent('onmouseover', dimensionValueMouseover);        spans[i].attachEvent('onmouseout', dimensionValueMouseout);        spans[i].attachEvent('onclick', dimensionValueClick);               }    }  }  vSelector.style.display = "block";}function dimensionValueMouseover(event){  var target = (event.target) ? event.target : event.srcElement;  setHover(target);  if (goVariationSet != null) {    var dn = target.getAttribute("dn");    var dv = target.getAttribute("dv");    dv = dv.replace(/"/g, '&amp;quot;');    var vse = VariationSetEvent.createDimensionHoverEvent(dn, dv);    goVariationSet.handleEvent(vse);  }}function dimensionValueMouseout(event){  var target = (event.target) ? event.target : event.srcElement;  setUnHover(target);  if (goVariationSet != null) {    var vse = VariationSetEvent.createDimensionHoverEvent(null, null);    goVariationSet.handleEvent(vse);  }}function dimensionValueClick(event){   var target = (event.target) ? event.target : event.srcElement;  var dn = target.getAttribute("dn");  var dv = target.getAttribute("dv");  dv = dv.replace(/"/g, '&amp;quot;');  if (goVariationSet != null) {    if (goVariationSet.dimensions[dn].selected == dv) {      dv = null;    }    goVariationSet.setSelected(dn, dv);    updateView();  }}&lt;/script&gt;&lt;table cellspacing="0" id="detailheader"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td id="detailImage"&gt;&lt;div class="relative"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B000ODZBG6" id="imageViewerLink" target="ImageView"&gt;&lt;img alt="Razor A2 Kick Scooter" id="detailProductImage" src="http://ecx.images-amazon.com/images/I/31C8K87ZXTL._SL210_.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;div id="titleAndByLine"&gt;&lt;h2&gt;Razor A2 Kick Scooter&amp;nbsp;&lt;/h2&gt;&lt;h2&gt;From Razor&lt;/h2&gt;&lt;/div&gt;&lt;form action="/buy-razor-kick-scooter-20/cart/add/B000ODZBG6" id="addToCartForm" method="post" name="buybox"&gt;&lt;input name="sessionId" type="hidden" value="180-4518426-2351439" /&gt;&lt;noscript&gt;&amp;amp;amp;lt;p&amp;amp;amp;gt;&amp;amp;amp;lt;b&amp;amp;amp;gt;Select item by: &amp;amp;amp;lt;/b&amp;amp;amp;gt;Color, Price&amp;amp;amp;lt;/p&amp;amp;amp;gt;&amp;amp;amp;lt;p&amp;amp;amp;gt;&amp;amp;amp;lt;select name="asinOfferId"&amp;amp;amp;gt;&amp;amp;amp;lt;optionvalue="B0000BWGNJ:ftB1D15HbvlvQU32blNMAWwX134p129Diod%2FUIs6zfVgl8HK8fT%2FCzwhX50MMxWllzryw10Wm%2B%2BuKfHgyolm7Q%3D%3D"&amp;amp;amp;gt;Black- $38.88&amp;amp;amp;lt;/option&amp;amp;amp;gt;&amp;amp;amp;lt;optionvalue="B0000UHU58:rK6PFmHGA0kjf%2BpjxP%2F4jcDFMimn2Uxw%2F8EemETGU0N9or7uCAM2Q%2FKGHbilJhW1hF0jRcPF5ek3ci%2F5EsL5zg%3D%3D"&amp;amp;amp;gt;Blue- $38.36&amp;amp;amp;lt;/option&amp;amp;amp;gt;&amp;amp;amp;lt;optionvalue="B0001H0Q7Y:Zb2qy3QmxOTXT%2BqEPlmGf7tOxra4GXZPBOaUz%2B%2F5HNrimXbdvGX8JM1k%2FNlBJzMfO2u7IcziM7GYMuaGhKFuCA%3D%3D"&amp;amp;amp;gt;Purple- $38.92&amp;amp;amp;lt;/option&amp;amp;amp;gt;&amp;amp;amp;lt;optionvalue="B00005MOYK:TZShA%2Bcd1u%2Fc%2FKZgveiQU%2B0yxAPaQgI4LcTvRlXOV3bFXexINRItQzfYFJPhPwMivcvOVe1%2BjZqukkL1dCYKyQ%3D%3D"&amp;amp;amp;gt;Red- $38.19&amp;amp;amp;lt;/option&amp;amp;amp;gt;&amp;amp;amp;lt;optionvalue="B000FKALSQ:gBkev06K5gGBU%2FgEZfzhuKlRiAC0kgjoCSFU8MYmxXGxi%2FDCIcyJ74Tm9lXLWo18ACn%2FXYP2smR%2F3LmnzLuE1w%3D%3D"&amp;amp;amp;gt;Green/Silver- $39.01&amp;amp;amp;lt;/option&amp;amp;amp;gt;&amp;amp;amp;lt;/select&amp;amp;amp;gt;&amp;amp;amp;lt;/p&amp;amp;amp;gt;&lt;/noscript&gt;&lt;input name="dynASIN" type="hidden" value="" /&gt;&lt;input name="dynOfferId" type="hidden" value="" /&gt;&lt;div class="relative"&gt;&lt;div id="chooseVariationBFCartAdd" style="display: none;"&gt;To add to the Shopping Cart, please choose from the options below.&lt;/div&gt;&lt;/div&gt;&lt;/form&gt;Average customer review: &lt;img height="11" name="pngImage" src="http://images.amazon.com/images/G/01/associates/network/star50_tpng.png" width="56" /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div id="dynVariationSelector" style="display: block; padding-bottom: 0pt; padding-top: 0pt;"&gt;&lt;div class="variationSelector"&gt;&lt;div class="selectorHeading"&gt;Select Color&lt;/div&gt;&lt;div class="dimensionLabel"&gt;Color: &lt;span id="dimensionSelectorLabel_Color"&gt;(choose one)&lt;/span&gt;&lt;/div&gt;&lt;div class="dimValContainer"&gt;Black Blue Purple Red Green/Silver &lt;/div&gt;&lt;div class="selectorAvailability"&gt;&lt;b&gt;Availability:&lt;/b&gt; &lt;span id="dimSelectAvailability"&gt;Select Color to view.&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;script type="text/javascript"&gt;    var dims = {  "Color" : "1"  };     var vs = new VariationSet(dims);    vs.add(new Variation({"Color" : "Black", "Asin" : "B0000BWGNJ", "Price" : "$38.88", "PriceAmount" : 3888, "ListPrice" : "$49.99", "ListPriceAmount" : 4999, "ImageURL" : "http://ecx.images-amazon.com/images/I/316osDpJvHL._SL210_.jpg", "OfferListingId" : "ftB1D15HbvlvQU32blNMAWwX134p129Diod%2FUIs6zfVgl8HK8fT%2FCzwhX50MMxWllzryw10Wm%2B%2BuKfHgyolm7Q%3D%3D", "Availability" : "Usually ships in 24 hours", "MerchantName" : "Amazon.com"    }));    vs.add(new Variation({"Color" : "Blue", "Asin" : "B0000UHU58", "Price" : "$38.36", "PriceAmount" : 3836, "ListPrice" : "$49.99", "ListPriceAmount" : 4999, "ImageURL" : "http://ecx.images-amazon.com/images/I/31y8Pw-Z36L._SL210_.jpg", "OfferListingId" : "rK6PFmHGA0kjf%2BpjxP%2F4jcDFMimn2Uxw%2F8EemETGU0N9or7uCAM2Q%2FKGHbilJhW1hF0jRcPF5ek3ci%2F5EsL5zg%3D%3D", "Availability" : "Usually ships in 24 hours", "MerchantName" : "Amazon.com"    }));    vs.add(new Variation({"Color" : "Purple", "Asin" : "B0001H0Q7Y", "Price" : "$38.92", "PriceAmount" : 3892, "ListPrice" : "$49.99", "ListPriceAmount" : 4999, "ImageURL" : "http://ecx.images-amazon.com/images/I/31m78E3H48L._SL210_.jpg", "OfferListingId" : "Zb2qy3QmxOTXT%2BqEPlmGf7tOxra4GXZPBOaUz%2B%2F5HNrimXbdvGX8JM1k%2FNlBJzMfO2u7IcziM7GYMuaGhKFuCA%3D%3D", "Availability" : "Usually ships in 24 hours", "MerchantName" : "Amazon.com"    }));    vs.add(new Variation({"Color" : "Red", "Asin" : "B00005MOYK", "Price" : "$38.19", "PriceAmount" : 3819, "ListPrice" : "$49.99", "ListPriceAmount" : 4999, "ImageURL" : "http://ecx.images-amazon.com/images/I/313Y8GRDPkL._SL210_.jpg", "OfferListingId" : "TZShA%2Bcd1u%2Fc%2FKZgveiQU%2B0yxAPaQgI4LcTvRlXOV3bFXexINRItQzfYFJPhPwMivcvOVe1%2BjZqukkL1dCYKyQ%3D%3D", "Availability" : "Usually ships in 24 hours", "MerchantName" : "Amazon.com"    }));    vs.add(new Variation({"Color" : "Green/Silver", "Asin" : "B000FKALSQ", "Price" : "$39.01", "PriceAmount" : 3901, "ListPrice" : "$49.99", "ListPriceAmount" : 4999, "ImageURL" : "http://ecx.images-amazon.com/images/I/31uweKdBUmL._SL210_.jpg", "OfferListingId" : "gBkev06K5gGBU%2FgEZfzhuKlRiAC0kgjoCSFU8MYmxXGxi%2FDCIcyJ74Tm9lXLWo18ACn%2FXYP2smR%2F3LmnzLuE1w%3D%3D", "Availability" : "Usually ships in 24 hours", "MerchantName" : "Amazon.com"    }));        initializeVariationSelector(vs, 'dynVariationSelector');&lt;/script&gt;  &lt;script type="text/javascript"&gt;addHandlers();function addHandlers(){  if (goVariationSet == null ||       AJSEventHandler == null ||      VariationSetEvent == null) {    return;  }  goVariationSet.registerEvent(VariationSetEvent.DIMENSION_HOVER,    new AJSEventHandler(null, notAvailableHover_handle));   goVariationSet.registerEvent(VariationSetEvent.DIMENSION_SELECTED,    new AJSEventHandler(updateDimensionText_init, updateDimensionText_handle));  goVariationSet.registerEvent(VariationSetEvent.VARIATION_SELECTED,     new AJSEventHandler(updatePrice_init, updatePrice_handle));  goVariationSet.registerEvent(VariationSetEvent.VARIATION_SELECTED,     new AJSEventHandler(updateAvail_init, updateAvail_handle));  goVariationSet.registerEvent(VariationSetEvent.VARIATION_SELECTED,     new AJSEventHandler(null, updateOfferId_handle));  goVariationSet.registerEvent(VariationSetEvent.VARIATION_SELECTED,     new AJSEventHandler(updateBuyButton_init, updateBuyButton_handle));  goVariationSet.registerEvent(VariationSetEvent.VARIATION_SELECTED,     new AJSEventHandler(updateImage_init, updateImage_handle));                         var buybtn = document.getElementById('buybutton');  var form = document.buybox;  if (buybtn != null &amp;&amp; form != null) {    if (document.body.addEventListener) {      buybtn.addEventListener('mouseover', buyButtonMouseover, false);      buybtn.addEventListener('mouseout', buyButtonMouseout, false);      form.addEventListener('submit', cartSubmit, false);    } else {      buybtn.attachEvent('onmouseover', buyButtonMouseover);      buybtn.attachEvent('onmouseout', buyButtonMouseout);      form.attachEvent('onsubmit', cartSubmit);    }  }  }function updateDimensionText_init(){  var spans = document.getElementsByTagName("span");  for (var i = 0; i &lt; spans.length; i++)  {    if (spans[i].className == "dimensionSelectorLabel")    {      spans[i].innerHTML = AJSStrings.get("choose one");    }  }}function updateDimensionText_handle(event){  if (!event.type || event.type != VariationSetEvent.DIMENSION_SELECTED) return;  var dn = event.dimensionName;  var element = document.getElementById('dimensionSelectorLabel_' + dn);  if (element) {    var value = event.dimensionValue;    if (value == null) {      value = AJSStrings.get("choose one");    }    element.innerHTML = value;  }}function notAvailableHover_handle(event){  if (!event.type || event.type != VariationSetEvent.DIMENSION_HOVER      || goVariationSet == null) return;    var div = document.getElementById('variationNotAvailable');  if (div == null) return;  var dn = event.dimensionName;  var dv = event.dimensionValue;  if (dn == null &amp;&amp; dv == null) {    div.style.display = 'none';  } else if (!goVariationSet.isDimensionValueAvailable(dn, dv)) {    var dims = goVariationSet.getAllConstraints();    dims[dn] = dv;    var out = AJSStrings.get("Not available in") + '&lt;br\/&gt;';    for (var d in dims) {      out += AJSStrings.getFallback(d) + ': &lt;span class="notAvailHighlight"&gt;' + dims[d] + "&lt;\/span&gt;&lt;br\/&gt;";    }    var img = document.getElementById('detailProductImage');    var width = (img == null) ? 180 : img.width + 10;    div.style.width = width;    div.innerHTML = out;    div.style.display = 'block';  }}function updatePrice_init(){  var offerPrice = document.getElementById('detailOfferPrice');  var listPrice = document.getElementById('detailListPrice');  if (offerPrice == null) return;  this.defaultPrice = offerPrice.innerHTML;  if (listPrice != null) {    this.defaultListPrice = listPrice.innerHTML;  }}function updatePrice_handle(event){  if (!event.type || event.type != VariationSetEvent.VARIATION_SELECTED) return;  var offerPrice = document.getElementById('detailOfferPrice');  var listPrice = document.getElementById('detailListPrice');  var listPriceRow = document.getElementById('listprice');  if (offerPrice == null) return;  var variation = event.variation;  if (variation != null)  {    if (variation.attrs.Price) {      offerPrice.innerHTML = variation.attrs.Price;    }    if (listPrice != null &amp;&amp; listPriceRow != null &amp;&amp;        variation.attrs.ListPrice)    {        if (variation.attrs.ListPriceAmount &gt; variation.attrs.PriceAmount)        {            listPrice.innerHTML = variation.attrs.ListPrice;            listPriceRow.style.display = '';        }        else        {            listPriceRow.style.display = 'none';        }    }      }  else  {    offerPrice.innerHTML = this.defaultPrice;    if (listPrice != null &amp;&amp; listPriceRow != null) {      listPrice.innerHTML = this.defaultListPrice;      listPriceRow.style.display = '';    }  }}function updateAvail_init(){  var element = document.getElementById('dimSelectAvailability');  if (element == null) return;  this.defaultAvailability = element.innerHTML;}function updateAvail_handle(event){  if (!event.type || event.type != VariationSetEvent.VARIATION_SELECTED) return;  var element = document.getElementById('dimSelectAvailability');  if (element == null) return;  var variation = event.variation;  if (variation != null)  {    var text = "";    if (variation.attrs.Availability) {      text = variation.attrs.Availability;    }    if (variation.attrs.MerchantName) {      if (text != "" &amp;&amp; !text.match(/\.\s*$/)) {        text += '.';      }      text += " " + AJSStrings.get('Ships from sold by') + " " +        variation.attrs.MerchantName;    }    element.innerHTML = text;  }  else if (this.defaultAvailability != null)   {    element.innerHTML = this.defaultAvailability;  } }function updateOfferId_handle(event){  if (!event.type || event.type != VariationSetEvent.VARIATION_SELECTED) return;  var form = document.buybox;  if (form == null || form.dynASIN == null || form.dynOfferId == null) return;  var variation = event.variation;  if (variation != null &amp;&amp;       variation.attrs.OfferListingId != null &amp;&amp;      variation.attrs.Asin != null)  {    form.dynASIN.value = variation.attrs.Asin;    form.dynOfferId.value = variation.attrs.OfferListingId;  }  else  {    form.dynASIN.value = '';    form.dynOfferId.value = '';  } }function updateBuyButton_init(){  var element = document.getElementById('buybutton');  if (element == null) return;  element.style.cursor = "not-allowed";}function updateBuyButton_handle(event){  if (!event.type || event.type != VariationSetEvent.VARIATION_SELECTED) return;  var element = document.getElementById('buybutton');  if (element == null) return;  if (event.variation == null) {    element.style.cursor = "not-allowed";  } else {    element.style.cursor = "pointer";  }}function buyButtonMouseover(event){  if (goVariationSet == null) return;    if (goVariationSet.selectedVariation == null) {    var div = document.getElementById('chooseVariationBFCartAdd');    if (div != null) {      div.style.display = 'block';    }  }}function buyButtonMouseout(event){  var target = (event.target) ? event.target : event.srcElement;  var div = document.getElementById('chooseVariationBFCartAdd');  if (div != null) {      div.style.display = 'none';  }}function cartSubmit(event){  if (goVariationSet == null ||      goVariationSet.selectedVariation != null) {    return true;  } else {    if (event.preventDefault) { event.preventDefault(); }    return false;  }}function updateImage_init(){  var img = document.getElementById('detailProductImage');  if (img)  {      this.defaultImage = img.src;  }  var link = document.getElementById('imageViewerLink');  if (link)  {      this.defaultHref = link.href;      // replace current asin with a generic url for subsitutions      this.baseHref = link.href.replace(/\/images\/\w{10}/, "/images/%ASIN%");  }}function updateImage_handle(event){  if (!event.type || event.type != VariationSetEvent.VARIATION_SELECTED) return;  var img = document.getElementById('detailProductImage');  var link = document.getElementById('imageViewerLink');  var variation = event.variation;  var imgsrc, href;  if (variation &amp;&amp; variation.attrs.ImageURL)  {      imgsrc = variation.attrs.ImageURL;      href = this.baseHref.replace(/%ASIN%/, variation.attrs.Asin);  }  else  {      imgsrc = this.defaultImage;      href   = this.defaultHref;  }  if (img) img.src = imgsrc;  if (link) link.href = href;}&lt;/script&gt;     &lt;script type="text/javascript"&gt;function registerNamespace(ns){    var parts = ns.split(".");    var root = window;    for(var i = 0; i &lt; parts.length; i++)    {        if(!root[parts[i]])        {            root[parts[i]] = new Object();        }        root = root[parts[i]];    }}registerNamespace('Associates.Util');Associates.Util.getElementsByTagAndClass = function(tag, class_name, parent_element){    if(!parent_element){ parent_element = document; }        var tags = parent_element.getElementsByTagName(tag);       var class_tags = new Array();    var class_regex = new RegExp("\\b" + class_name + "\\b");    for (var i = 0; i &lt; tags.length; i++)    {        if(tags[i].className.match(class_regex))        {            class_tags.push(tags[i]);        }    }        return class_tags;}Associates.Util.findAncestor = function(child, test){    var test_func;    if(typeof test == 'object')    {        test_func = function(obj){ return obj == test };    }    else if (typeof test == 'string')    {        test_func = function(obj){ return obj.nodeName == test };    }    else    {        test_func = test;    }    while(child &amp;&amp; !test_func(child))    {        child = child.parentNode;    }    return child;}Associates.Util.getSelectedRadio = function(form, radioName){    if (typeof form == 'string') { form = document.forms[form]; }    for (var i = 0; i &lt; form[radioName].length; i++)    {        if (form[radioName][i].checked)        {            return form[radioName][i].value;        }    }        return undefined;}function AttachEventListener(object, event, handler, useCapture){    if( !useCapture )    {        useCapture = false;    }    if( object.addEventListener )    {        object.addEventListener(event, handler, useCapture);    }    else    {        object.attachEvent('on' + event, handler);    }}registerNamespace('Assoc.DOMEvent');Assoc.DOMEvent.AddHandler = function(object, event, handler, context){    var event_handler;    if(context)         event_handler = function(event){ handler.call(context, event) };    else        event_handler = handler;    AttachEventListener(object, event, event_handler);}function GetEventTarget(event){    return (event.target)? event.target : event.srcElement;}//borrowed from quirksmode. Stops event bubbling.function StopEventPropagation(event){    if(!event) { event = window.event; }    //MSIE    event.cancelBubble = true;    //w3c    if(event.stopPropagation) { event.stopPropagation(); }}function StopEventDefault(event){    if(!event) { event = window.event; }    //MSIE    event.returnValue = false;    //w3c    if(event.preventDefault) { event.preventDefault() };}//does both StopEventPropogation and StopEventDefaultfunction StopEvent(event){    StopEventDefault(event);    StopEventPropagation(event);}function mouseOverFromElement(event){    return (event.relatedTarget)? event.relatedTarget : event.fromTarget;}function mouseOutToElement(event){    return (event.relatedTarget)? event.relatedTarget : event.toTarget;}var wImages;var link = document.getElementById('imageViewerLink');function openImageViewer(event){    if (wImages == null || wImages.closed)    {        wImages = window.open(link.href, 'ImageView',            'width=625,height=700,scrollbars,resizable');    }    else    {        wImages.location = link.href;    }    wImages.focus();    return false;}AttachEventListener(link, 'click', openImageViewer);&lt;/script&gt;&lt;div id="productDescription"&gt;&lt;h2&gt;Product Description&lt;/h2&gt;The Razor A2 Scooter has a new springless front wheel and shocksystem along with a new wheelie bar and updated deck design. Patentedrear fender brake and folding mechanism. Easy to fold and carry as wellas convenient to store.&lt;/div&gt;&lt;div id="productDetails"&gt;&lt;hr /&gt;&lt;h2&gt;Product Details&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Amazon Sales Rank: #12 in Sports &amp;amp; Outdoors&lt;/li&gt;&lt;li&gt;Brand: Razor&lt;/li&gt;&lt;li&gt;Dimensions: 4.00" h x  7.50" w x  25.00" l,   6.50 pounds  &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Features&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Kick scooter made of sturdy aircraft-grade aluminum&lt;/li&gt;&lt;li&gt;Patented T-tube and deck design folds conveniently for transport&lt;/li&gt;&lt;li&gt;98 mm inline-style urethane wheels with springless shock system&lt;/li&gt;&lt;li&gt;Patented rear fender brake for quick stops; all-new wheelie bar&lt;/li&gt;&lt;li&gt;Recommended for ages five and older; six-month warranty&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;hr /&gt;&lt;h2&gt;Editorial Reviews&lt;/h2&gt;&lt;div id="editorialReviews"&gt;Amazon.com Product DescriptionThe original kick scooter just got a whole lot better, making it evenmore fun for kids and teens alike. Though it'll never replace theinternal combustion engine, the Razor A2 will get your child from pointA to point B much quicker than on foot alone, and requires just a fewscoots of one's shoes in the process. Plus, it's a blast to use, asyour progeny will likely attest.&lt;table cellpadding="10" style="float: right; width: 220px;"&gt; &lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;img align="top" border="0" height="270" src="http://images.amazon.com/images/G/01/stores/sport-goods/razor-a2-rider.jpg" width="220" /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;The Razor A2 is built of aircraft-grade aluminum, a sturdy materialthat holds up to use and abuse through the years. Razor combined thetraditional aluminum construction, however, with a number of recentinnovations, including a springless shock system that makes bumpypavement feel smoother than ever and an all-new wheelie bar thatguarantees an extra dollop of fun. Add in the foldable T-tube and deck,which tuck together to create a compact footprint (ideal for carryingwhen riding isn't appropriate), and you have a great kick scooter forvirtually any situation. Other details include an enhanced fingerguard, 98 mm inline-style wheels, and a patented rear fender brake forquick stops. This version of the Razor A2, which weighs around 6pounds and supports up to 143 pounds, sports red handlebars, a red decklogo, and red wheels and is recommended for ages 5 and older. It's alsobacked by a six-month warranty. For the next step up, try the Razor A3Scooter.&lt;b&gt;Key Features:&lt;/b&gt;&lt;ul&gt;&lt;li&gt;For riders ages 5 and older &lt;/li&gt;&lt;li&gt;Sturdy aluminum construction &lt;/li&gt;&lt;li&gt;Weighs approximately six pounds &lt;/li&gt;&lt;li&gt;Rear fender brake &lt;/li&gt;&lt;li&gt;Enhanced finger guard &lt;/li&gt;&lt;li&gt;Patented folding mechanism &lt;/li&gt;&lt;li&gt;143-pound user weight capacity &lt;/li&gt;&lt;li&gt;Six-month warranty &lt;/li&gt;&lt;/ul&gt;The buyer and rider of the Razor A2 scooter are responsible for knowingand obeying all local, state, and federal regulations regarding theriding and use of scooters.&lt;/div&gt;&lt;div id="customerReviews"&gt;&lt;hr /&gt;&lt;h2&gt;Customer Reviews&lt;/h2&gt;high tech version of low tech fun and exercise&lt;img alt="5" class="custReviewStars" height="11" name="pngImage" src="http://images.amazon.com/images/G/01/associates/network/star50_tpng.png" width="56" /&gt;Scooter is sturdy, well made and looks great! It glides smoothlyand handles nicely. Low to the ground with nice handle bars and grips.I bought this for my grand daughters three years ago and they had never ridden anything but little kid toys. Each easilylearned to handle and ride with very few mishaps. I think it is prettysafe for a ride-on type toy. (we bought helmets and thankfully havenever had any bad landings). Now three years later I am still watchingthem ride working up a good healthy sweat and loving it!! So, I just purchased scooter number 4 forone of the girls who has practically worn the wheels off (I hopeI can talk her into the replacement of her favorite toy). She is nine now, the age where girls need outdoor exercise and fun.WELL WORTH THE MONEY!!A GOOD CHOICE FOR KIDS MOVING UP TO BIG KID TOYS. Get an A or pro instead&lt;img alt="3" class="custReviewStars" height="11" name="pngImage" src="http://images.amazon.com/images/G/01/associates/network/star30_tpng.png" width="56" /&gt;This is a fairly good scooter but it has two problems. By the waythis is my moms account I'm actually a guy but that isn't all thatimportant. First and formost it has a wheelie bar making tailwhips andmany other tricks twice as dangerous. If anybody knows the point ofthem please feel free to tell me. Also it isn't that sturdy and I brokemine jumping a gap. If your seriosly into scootering get the pro modeland if you just hate wheelie bars like me get the A model.Razor ProModel Kick Scooter (Clear or Red) Wheee!&lt;img alt="5" class="custReviewStars" height="11" name="pngImage" src="http://images.amazon.com/images/G/01/associates/network/star50_tpng.png" width="56" /&gt;This has proven to be a very convenient means of travel for thosewithout a car. As an adult, but young at heart, I use it to go shortdistances in my neighborhood (Queens, NY) and back and forth from thetrain. Light in weight and easy to fold, it comfortably fits in mybackpack. I recommend it not only to children as a toy, but to shorter(handle bars go to 35 inches in height) adults who enjoy walking butsometimes have time constraints that require a glide!&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div id="footer"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20"&gt;CHEAP RAZOR SCOOTER,RAZOR KICK SCOOTER FREE SHIPPING.&lt;/a&gt; &lt;/div&gt;&lt;/div&gt;&lt;div id="sidebar"&gt;&lt;ul id="widget"&gt;&lt;li class="widget" style="padding-bottom: 0pt; padding-top: 0pt;"&gt;&lt;div id="searchbrowse"&gt;&lt;hr style="margin-top: 13px;" /&gt;&lt;div id="browsetitle"&gt;Browse by Category&lt;/div&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20?_encoding=UTF8&amp;amp;node=1"&gt;BUY CHEAP RAZOR KICK SCOOTER&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="widget" style="padding-bottom: 0pt; padding-top: 0pt;"&gt;&lt;h3&gt;Listmania!&lt;/h3&gt;&lt;div class="listwidget"&gt;&lt;ul class="listmania"&gt;&lt;li class="listimages"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/listmania/R1LYO99EZ6OE5D"&gt;&lt;img alt="Unique Sport and Exercise Gifts" class="listimage" src="http://ecx.images-amazon.com/images/I/31C8K87ZXTL._SL75_.jpg" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class="clsOdd"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/listmania/R1LYO99EZ6OE5D"&gt;Unique Sport and Exercise Gifts&lt;/a&gt;&lt;/li&gt;&lt;li class="clsEven"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/listmania/R245HR4FCK4SOZ"&gt;Health and Personal Care Gift Ideas&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="widget" style="padding-bottom: 0pt; padding-top: 0pt;"&gt;&lt;h3&gt;Similar Items&lt;/h3&gt;&lt;div class="productwidget"&gt;&lt;table cellspacing="0" class="sidebarproducts"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="image"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B000067QMK"&gt;&lt;img alt="Mongoose BMX Bike Gel Knee and Elbow Pads" class="sidebarproduct" src="http://ecx.images-amazon.com/images/I/51A99QGG10L._SL75_.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td class="text"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B000067QMK"&gt;Mongoose BMX Bike Gel Knee and E...&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="image"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B001H1LO3S"&gt;&lt;img alt="Bell Star Child Bicycle Helmet (Purple Waves)" class="sidebarproduct" src="http://ecx.images-amazon.com/images/I/51DzKMyhQkL._SL75_.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td class="text"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B001H1LO3S"&gt;Bell Star Child Bicycle Helmet (...&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="image"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B000I52BSG"&gt;&lt;img alt="Razor V-17 Youth Multi-Sport Helmet (Black Gloss)" class="sidebarproduct" src="http://ecx.images-amazon.com/images/I/41Q9V8XQV0L._SL75_.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td class="text"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B000I52BSG"&gt;Razor V-17 Youth Multi-Sport Hel...&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7806594558114805186-8113722084384799731?l=cheap-razor-kick-scooter.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7806594558114805186/posts/default/8113722084384799731'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7806594558114805186/posts/default/8113722084384799731'/><link rel='alternate' type='text/html' href='http://cheap-razor-kick-scooter.blogspot.com/2009/11/razor-a2-kick-scooter.html' title='Razor A2 Kick Scooter'/><author><name>Cash Advance Loans</name><uri>http://www.blogger.com/profile/10241113505277164803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-7806594558114805186.post-5850261992050846342</id><published>2009-11-11T05:10:00.000-08:00</published><updated>2009-11-11T05:10:49.026-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Razor A Kick Scooter five stars reviews'/><title type='text'>Razor A Kick Scooter five stars reviews</title><content type='html'>&lt;div class="relative"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B000L9TVNW" id="imageViewerLink" target="ImageView"&gt;&lt;img alt="Razor A Kick Scooter" id="detailProductImage" src="http://ecx.images-amazon.com/images/I/312yMEQmbbL._SL210_.jpg" /&gt;&lt;/a&gt;  &lt;br /&gt;&lt;/div&gt;&lt;div id="titleAndByLine"&gt;&lt;h2&gt;Razor A Kick Scooter&lt;br /&gt;&amp;nbsp;&lt;/h2&gt;&lt;h2&gt;From Razor &lt;/h2&gt;&lt;/div&gt;&lt;br /&gt;&lt;form action="/buy-razor-kick-scooter-20/cart/add/B000L9TVNW" id="addToCartForm" method="post" name="buybox"&gt;&lt;input name="sessionId" type="hidden" value="180-4518426-2351439" /&gt; &lt;noscript&gt; &amp;amp;amp;lt;p&amp;amp;amp;gt; &amp;amp;amp;lt;b&amp;amp;amp;gt;Select item by: &amp;amp;amp;lt;/b&amp;amp;amp;gt;Color, Price&amp;amp;amp;lt;/p&amp;amp;amp;gt; &amp;amp;amp;lt;p&amp;amp;amp;gt; &amp;amp;amp;lt;select name="asinOfferId"&amp;amp;amp;gt;&amp;amp;amp;lt;option value="B00008BFYG:99FkBIE%2B9X3z%2FVUjy4NGB8xyFSjDNh27wh3jS5Kr8xiFB%2FTU7pXEkwdSCqD9Ah4TgHaJ4IBA%2BzJ4jGp%2FniiZPQ%3D%3D"&amp;amp;amp;gt;Black - $27.97&amp;amp;amp;lt;/option&amp;amp;amp;gt;&amp;amp;amp;lt;option value="B00008X32C:O%2BwnETw6OPXyQaNnCl6QNojqXL4N%2F71zkMRXBPrt9TLorIUqUac3klEw6oqdr2xXyzZPLzdjn8t5IY7T3p65kg%3D%3D"&amp;amp;amp;gt;Blue - $27.97&amp;amp;amp;lt;/option&amp;amp;amp;gt;&amp;amp;amp;lt;option value="B0000BYOZ6:QCLLJPADfzWa7UPMzTTUIoNAOTO1%2F2X4C6guc%2BdrH01P%2FHmvBS6FJ%2F2opu0xsyQYrH0Q608SgJT6Z%2Brh8t0eyQ%3D%3D"&amp;amp;amp;gt;Green - $31.47&amp;amp;amp;lt;/option&amp;amp;amp;gt;&amp;amp;amp;lt;option value="B000FK7C2E:0WXwtuJAxg%2Be2fRS3jtbS8nimk21FsTt3Rsjpop8tvaFUa2%2B6S8BW7yaj%2FwbciN2sjUfqU8BzYlOv6IZRYZblg%3D%3D"&amp;amp;amp;gt;Pink - $28.83&amp;amp;amp;lt;/option&amp;amp;amp;gt;&amp;amp;amp;lt;option value="B00009V2LU:rzCxuwDCl%2FKM2irBNn16wpxSkBPS3sSfL2IMvNwLFqT4T3%2Bl36L61NIDcLOiEt%2F4mec5I6g%2FlWlFv9JlFjA6ag%3D%3D"&amp;amp;amp;gt;Red - $29.97&amp;amp;amp;lt;/option&amp;amp;amp;gt;&amp;amp;amp;lt;option value="B001K3JUDY:PlKwp4UJ1X3X68SaWEIPIVY1DCqBcUoZwU77EqG49Q%2Fr6ciXX2GZhR%2BUT%2FVHg%2BwX7ofHJP06cefhGpPqm9dwbg%3D%3D"&amp;amp;amp;gt;Sweet Pea - $37.11&amp;amp;amp;lt;/option&amp;amp;amp;gt;&amp;amp;amp;lt;/select&amp;amp;amp;gt; &amp;amp;amp;lt;/p&amp;amp;amp;gt; &lt;/noscript&gt; &lt;input name="dynASIN" type="hidden" value="" /&gt;&lt;input name="dynOfferId" type="hidden" value="" /&gt; &lt;br /&gt;&lt;div class="relative"&gt;&lt;br /&gt;&lt;h1 class="sans-serif" style="font-size: 140%; margin: 2px 0pt 0pt;"&gt;   &lt;br /&gt;&lt;div style="color: #cc6600;"&gt;Customer Reviews   &lt;br /&gt;&lt;/div&gt;&lt;div style="font-size: 80%; text-decoration: underline;"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20"&gt;Razor A Kick Scooter&lt;/a&gt;    &lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;/h1&gt;&lt;div id="chooseVariationBFCartAdd" style="display: none;"&gt;To add to the Shopping Cart, please choose from the options below.&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/form&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0.5em;"&gt;         &lt;span style="margin-left: -5px;"&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt; &lt;/span&gt;         &lt;b&gt;This scooter is so fun!&lt;/b&gt;&lt;nobr&gt;&lt;/nobr&gt;       &lt;/div&gt;&lt;div style="margin-bottom: 0.5em;"&gt;         By &lt;b&gt;A Customer&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="tiny" style="margin-bottom: 0.5em;"&gt;         &lt;b&gt;&lt;span style="vertical-align: top;"&gt;Durability:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Fun:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Educational:&lt;/span&gt;&lt;img alt="3.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-3-0._V47082372_.gif" width="64" /&gt;&amp;nbsp;&lt;/b&gt;       &lt;/div&gt;I am 25 years old, and everytime I go to my mother's house I have to ride my little brother's scooter, it is so fun! And durable! Everyone from my father, brothers, sisters, even my mom love to hop on and glide down the street! Now I have one of my own. Get one for a great gift, even if it's for yourself!&lt;br /&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0.5em;"&gt;         &lt;span style="margin-left: -5px;"&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt; &lt;/span&gt;         &lt;b&gt;6 th Birthday Surprise&lt;/b&gt;&lt;nobr&gt;&lt;/nobr&gt;       &lt;/div&gt;&lt;div style="margin-bottom: 0.5em;"&gt;         &lt;table border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top"&gt;By&amp;nbsp;&lt;/td&gt;&lt;td&gt;&lt;span style="font-weight: bold;"&gt;Dolly Peress "Nana &lt;span style="white-space: nowrap;"&gt;Dolly"&lt;img alt="" class="custPopRight" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/carrot._V47081519_.gif" style="border: medium none;" /&gt;&lt;/span&gt;&lt;/span&gt; (NY  City)&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class="tiny" style="margin-bottom: 0.5em;"&gt;         &lt;b&gt;&lt;span style="vertical-align: top;"&gt;Durability:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Fun:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Educational:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;/b&gt;       &lt;/div&gt;This was the perfect present for my Grandson who celebrated his &lt;br /&gt;&lt;br /&gt;6th B'day in September. It arrived on time in good condition. &lt;br /&gt;&lt;br /&gt;I was told he was thrilled and began riding it immediately. He  &lt;br /&gt;&lt;br /&gt;even rode it to school to show his class. &lt;br /&gt;&lt;br /&gt;Now his sister who will be 5 in December also wants one. &lt;br /&gt;&lt;br /&gt;All in all a great age appropriate gift.&lt;br /&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0.5em;"&gt;         &lt;span style="margin-left: -5px;"&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt; &lt;/span&gt;         &lt;b&gt;My Son Loves It!&lt;/b&gt;&lt;nobr&gt;&lt;/nobr&gt;       &lt;/div&gt;&lt;div style="margin-bottom: 0.5em;"&gt;         &lt;table border="0" cellpadding="0" cellspacing="0" height="19" style="width: 392px;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top"&gt;By&amp;nbsp;&lt;/td&gt;&lt;td&gt;&lt;span style="font-weight: bold;"&gt;Janet Boyer &lt;span style="white-space: nowrap;"&gt;"JanetBoyer.com"&lt;img alt="" class="custPopRight" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/carrot._V47081519_.gif" style="border: medium none;" /&gt;&lt;/span&gt;&lt;/span&gt; (Pennsylvania)&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;The only thing my son wanted for Christmas was a Blue Scooter. In fact, when he saw Santa and our community gathering, he told Santa that was all he wanted. &lt;br /&gt;&lt;br /&gt;I came here to Amazon to buy it, and I don't know if there was a typo at the time or I read it wrong, but I could have SWORE it said "Not for kids over 43 pounds." &lt;br /&gt;&lt;br /&gt;So my son didn't get it for Christmas. (We explained to him that he was too big for it, not realizing. Bless his heart, he then said he "made a mistake" and then amended his short list!) &lt;br /&gt;&lt;br /&gt;My son received a gift card from his uncle for Christmas, and while we were at this particular toy store, we went over to look at the Razor Scooters. I was surprised to see that it said that it was for kids under 143 pounds! So of course, we bought it for my son right there on the spot! &lt;br /&gt;&lt;br /&gt;We're still in the midst of winter here in the Northwest, but last week, we had a "mild" day with temperatures in the 50's. So we took a ride to a local park and my son tested his "new blue scooter" on the large paved parking lot. &lt;br /&gt;&lt;br /&gt;He loved it! He was so proud of it. A young couple drove up and parked and he said "Look at my new scooter!", which they, of course, admired. Hehehehe. &lt;br /&gt;&lt;br /&gt;My son's scooter is light blue, slim, and VERY portable. My husband does some quick telescopic magic and that baby is in the trunk of the car in no time. Even my son is learning how to fold it up! &lt;br /&gt;&lt;br /&gt;We can't wait for Spring where we can use it more. Any child would likely love the Razor Scooters, especially children over 4 or 5. Note: this scooter is to be used on smooth, paved surfaces only...not ash walking tracks, dirt trails, or rock-strewn pavement. Trying to ride on these surfaces may cause a wreck, not to mention damage to the wheels and mechanisms.&lt;br /&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0.5em;"&gt;         &lt;span style="margin-left: -5px;"&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt; &lt;/span&gt;         &lt;b&gt;awesome Razor&lt;/b&gt;.&lt;nobr&gt;&lt;/nobr&gt;       &lt;/div&gt;&lt;div style="margin-bottom: 0.5em;"&gt;         &lt;b&gt;A Kid's Review&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="tiny" style="margin-bottom: 0.5em;"&gt;         &lt;b&gt;&lt;span style="vertical-align: top;"&gt;Durability:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Fun:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Educational:&lt;/span&gt;&lt;img alt="3.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-3-0._V47082372_.gif" width="64" /&gt;&amp;nbsp;&lt;/b&gt;       &lt;/div&gt;I like this scooter. We started out with one but my famle rode it so much we had to get 2 more. One for my sister and one for my brother. The only thing is the ride is bumpy and a bump or even a small rock can make you crash. So be careful.&lt;br /&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0.5em;"&gt;         &lt;span style="margin-left: -5px;"&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt; &lt;/span&gt;         &lt;b&gt;Greatest Razor Scooter in World&lt;/b&gt;.&lt;nobr&gt;&lt;/nobr&gt;       &lt;/div&gt;&lt;div style="margin-bottom: 0.5em;"&gt;         &lt;b&gt;A Kid's Review&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="tiny" style="margin-bottom: 0.5em;"&gt;         &lt;b&gt;&lt;span style="vertical-align: top;"&gt;Durability:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Fun:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Educational:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;/b&gt;       &lt;/div&gt;I love this scooter. It's goes really fast. It's really durable, I have alot of bumps on my sidewalk and I crashed with my neighbor while she was on her bike. Still the wheels and the rest of the scooter is picture perfect. I love this scooter I ride it everyday.&lt;br /&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0.5em;"&gt;         &lt;span style="margin-left: -5px;"&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt; &lt;/span&gt;         &lt;b&gt;Razor Scooter&lt;/b&gt;&lt;nobr&gt;&lt;/nobr&gt;       &lt;/div&gt;&lt;div style="margin-bottom: 0.5em;"&gt;         &lt;b&gt;A Kid's Review&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="tiny" style="margin-bottom: 0.5em;"&gt;         &lt;b&gt;&lt;span style="vertical-align: top;"&gt;Durability:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Fun:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Educational:&lt;/span&gt;&lt;img alt="4.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-4-0._V47081936_.gif" width="64" /&gt;&amp;nbsp;&lt;/b&gt;       &lt;/div&gt;The razor scooter is the highest quality scooters avalible. They are affordable, fun, and easy to store. For storage you only have to fold it, to take it anywhere. I bought one this spring and when the good weather is here I ride it all of the time. Even if you're riding in the driveway or riding with your friends on the street the scooter is fun to ride. If you are looking for a gift to keep us kids outside buy the Razor Scooter.&lt;br /&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0.5em;"&gt;         &lt;span style="margin-left: -5px;"&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt; &lt;/span&gt;         &lt;b&gt;The Best!!&lt;/b&gt;&lt;nobr&gt;&lt;/nobr&gt;       &lt;/div&gt;&lt;div style="margin-bottom: 0.5em;"&gt;         &lt;b&gt;A Kid's Review&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="tiny" style="margin-bottom: 0.5em;"&gt;         &lt;b&gt;&lt;span style="vertical-align: top;"&gt;Durability:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Fun:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Educational:&lt;/span&gt;&lt;img alt="3.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-3-0._V47082372_.gif" width="64" /&gt;&amp;nbsp;&lt;/b&gt;       &lt;/div&gt;This scooter is THE BEST! I have had this scooter scince my 7th birthday, and I am 11 years old and this scooter has not broken, or anything! What I really recomend to buyers is that they buy the light-up wheels for it. I have those on my scooter now and they are really cool, and THEY DON'T NEED BATTERIES!&lt;br /&gt;The only con is that you should oil the wheel bearings every once in a while so it runs smoothly. You should DEFINATELY BUY THE SCOOTER!!!!! :)&lt;br /&gt;&lt;a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;amp;location=http%3A%2F%2Fwww.amazon.com%2Freview%2FB000L9TVNW%3Fie%3DUTF8%26ref_%3Dcm%255Fcr%255Fpr%255Fhist%255F5%26showViewpoints%3D0%26filterBy%3DaddFiveStar&amp;amp;tag=buy-razor-kick-scooter-20&amp;amp;linkCode=ur2&amp;amp;camp=1789&amp;amp;creative=390957"&gt;See all Customer Reviews.&lt;/a&gt;&lt;img alt="" border="0" height="1" src="https://www.assoc-amazon.com/e/ir?t=buy-razor-kick-scooter-20&amp;amp;l=ur2&amp;amp;o=1" style="border: medium none ! important; margin: 0px ! important;" width="1" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7806594558114805186-5850261992050846342?l=cheap-razor-kick-scooter.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7806594558114805186/posts/default/5850261992050846342'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7806594558114805186/posts/default/5850261992050846342'/><link rel='alternate' type='text/html' href='http://cheap-razor-kick-scooter.blogspot.com/2009/11/razor-kick-scooter-five-stars-reviews.html' title='Razor A Kick Scooter five stars reviews'/><author><name>Cash Advance Loans</name><uri>http://www.blogger.com/profile/10241113505277164803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-7806594558114805186.post-8581089075863750256</id><published>2009-11-10T06:12:00.001-08:00</published><updated>2009-11-10T06:12:06.019-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Razor A Kick Scooter Reviews'/><title type='text'>Razor A Kick Scooter Reviews</title><content type='html'>&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20" id="mainheadertitle"&gt;CHEAP RAZOR SCOOTER,RAZOR KICK SCOOTER FREE SHIPPING.&lt;/a&gt;             &lt;br /&gt;&lt;div id="mainsubheader"&gt;&lt;div id="contentsubheader"&gt;&lt;div id="subheaderlinks"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="subheadertitle"&gt;Product Details&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;script type="text/javascript"&gt;/** * Copyright (c) 2007 Amazon.com, Inc. * All rights reserved. */function AJSStrings() {}AJSStrings.makeStringList = function(strings){  var out = "";  for (var i = 0; i &lt; strings.length; i++)  {    if (i == strings.length - 1 &amp;&amp; i &gt; 0) {      out += " " + AJSStrings.get("and") + " ";    } else if (i &gt; 0) {      out += ", ";    }    out += strings[i];  }  return out;}AJSStrings.stringsdb = new Object();AJSStrings.add = function(name, value){  AJSStrings.stringsdb[name] = value;}AJSStrings.get = function(name){  if (AJSStrings.stringsdb[name] == null) {    return "";  } else {    return AJSStrings.stringsdb[name];  }}AJSStrings.get = function(name, subst){  if (AJSStrings.stringsdb[name] == null) {    return "";  } else {    var str = AJSStrings.stringsdb[name];    for (var pat in subst) {      // do replacements      var regex = new RegExp("\\$\\{" + pat + "\\}", "g");      str = str.replace(regex, subst[pat]);    }    return str;  }}AJSStrings.getFallback = function(name){  if (AJSStrings.stringsdb[name] == null) {    return name;  } else {    return AJSStrings.stringsdb[name];  }}// set up stringsAJSStrings.add("and", "and");AJSStrings.add("Select foo", "Select ${foo}");AJSStrings.add("Select foo to view", "Select ${foo} to view.");AJSStrings.add("Availability", "Availability");AJSStrings.add("choose one", "(choose one)");AJSStrings.add("Ships from sold by", "Ships from and sold by");AJSStrings.add("Not available in", "Sorry, this item is not available in");AJSStrings.add("To add to cart choose", "To add to the Shopping Cart, please choose from the options below.");// dimension labelsAJSStrings.add("ClothingSize", "Size"); // tt/0004314109AJSStrings.add("Size", "Size");AJSStrings.add("Color", "Color");AJSStrings.add("VariationDescription", "Description");/** * Copyright (c) 2007 Amazon.com, Inc. * All rights reserved. */function AJSEventListener(){  this.events = new Object();}new AJSEventListener();AJSEventListener.prototype.registerEvent = function(eventType, handler){  if (!handler || !handler.handleEvent) return;  if (this.events[eventType] == null) {    this.events[eventType] = new Object();    this.events[eventType].handlers = new Array();  }  this.events[eventType].handlers.push(handler);  if(handler.initialize)  {      handler.initialize();  }}AJSEventListener.prototype.handleEvent = function(event){  if (event == null || event.type == null) return;  if (this.events[event.type] != null)  {    for (var i = 0; i &lt; this.events[event.type].handlers.length; i++)    {      this.events[event.type].handlers[i].handleEvent(event);    }  }}function AJSEventHandler(init, handle){  this.initialize = init;  this.handleEvent = handle;}function AJSEvent(type){    this.type = type;}/** * Copyright (c) 2007 Amazon.com, Inc. * All rights reserved. */function VariationSetEvent() {}VariationSetEvent.DIMENSION_SELECTED = 1;VariationSetEvent.VARIATION_SELECTED = 2;VariationSetEvent.DIMENSION_HOVER = 3;VariationSetEvent.createDimensionHoverEvent = function(name, value){  var vse = new VariationSetEvent();  vse.type = VariationSetEvent.DIMENSION_HOVER;  vse.dimensionName = name;  vse.dimensionValue = value;  return vse;}VariationSetEvent.createDimensionEvent = function(name, value){  var vse = new VariationSetEvent();  vse.type = VariationSetEvent.DIMENSION_SELECTED;  vse.dimensionName = name;  vse.dimensionValue = value;  return vse;}VariationSetEvent.createVariationEvent = function(variation){  var vse = new VariationSetEvent();  vse.type = VariationSetEvent.VARIATION_SELECTED;  vse.variation = variation;  return vse;}function DimensionValue() {}DimensionValue.AVAILABLE = 1;DimensionValue.UNAVAILABLE = 2;DimensionValue.SELECTED = 3;function Variation(attrs){  this.attrs = attrs;  if (Variation.counter == null) {    Variation.counter = 0;  }  this.vid = Variation.counter;  Variation.counter++;}function VariationSet(dimensions){  this.dimensions = new Object();  var hasDimensions = false;  for (var d in dimensions)  {    this.dimensions[d] = new Object();    this.dimensions[d].values = new Object();    hasDimensions = true;  }  if (!hasDimensions) {    this.dimensions['VariationDescription'] = new Object();    this.dimensions['VariationDescription'].values = new Object();  }  this.variationLookup = new VariationLookup(this.dimensions);  this.selectedVariation = null;}VariationSet.prototype = new AJSEventListener();VariationSet.prototype.isVariationValid = function(variation){  if (variation == null || variation.attrs == null) return false;  for (var d in this.dimensions)  {    if (variation.attrs[d] == null) return false;  }  if (this.variationLookup.exists(variation)) return false;  return true;}VariationSet.prototype.add = function(v){  if (!this.isVariationValid(v)) return;  for (var d in this.dimensions)  {    if (this.dimensions[d].values[v.attrs[d]] == null) {      this.dimensions[d].values[v.attrs[d]] = new Object();      this.dimensions[d].values[v.attrs[d]].status = DimensionValue.AVAILABLE;      this.dimensions[d].values[v.attrs[d]].variations = new Object();      this.dimensions[d].selected = null;      this.dimensions[d].values[v.attrs[d]].constraints = new Object();      for (var d2 in this.dimensions)      {        if (d2 != d) {          this.dimensions[d].values[v.attrs[d]].constraints[d2] = new Object();        }      }    }    this.dimensions[d].values[v.attrs[d]].variations[v.vid] = v;    for (var d2 in this.dimensions)    {      if (d2 != d) {        this.dimensions[d].values[v.attrs[d]].constraints[d2][v.attrs[d2]] = true;      }    }  }  this.variationLookup.add(v);}VariationSet.prototype.getAvailableDimensions = function(dimensionConstraints){  var available = new Object();  for (var d in this.dimensions) {    available[d] = new Object();    for (var v in this.dimensions[d].values) {      available[d][v] = true;    }  }  for (var dc in dimensionConstraints)   {    var dcv = dimensionConstraints[dc];        for (var d in available) {      if (d != dc) {        for (var dv in available[d]) {          if (!this.dimensions[dc].values[dcv].constraints[d][dv]) {            available[d][dv] = false;          }        }      }    }  }  return available;}VariationSet.prototype.updateAvailableDimensions = function(dim, dimValue){  var constraints = this.getAllConstraints();  var available = this.getAvailableDimensions(constraints);  var ok = true;  for (var d in constraints)  {    if (!available[d][constraints[d]]) {      ok = false;    }  }  if (!ok) {    for (var d in constraints)    {      if (d != dim) {        this.dimensions[d].selected = null;        this.handleEvent(VariationSetEvent.createDimensionEvent(d, null));      }    }    constraints = this.getAllConstraints();    available = this.getAvailableDimensions(constraints);  }  for (var dim in this.dimensions)  {    var selectedValue = this.dimensions[dim].selected;        for (var dvalue in this.dimensions[dim].values)    {      if (dvalue == selectedValue) {        this.dimensions[dim].values[dvalue].status = DimensionValue.SELECTED;      } else if (available[dim][dvalue]) {        this.dimensions[dim].values[dvalue].status = DimensionValue.AVAILABLE;      } else {        this.dimensions[dim].values[dvalue].status = DimensionValue.UNAVAILABLE;      }    }  }}VariationSet.prototype.isDimensionValueAvailable = function(name, value){  return (this.dimensions[name].values[value].status !=           DimensionValue.UNAVAILABLE);}VariationSet.prototype.getAllConstraints = function(){  var constraints = new Object();  for (var d in this.dimensions)  {    if (this.dimensions[d].selected != null) {      constraints[d] = this.dimensions[d].selected;    }  }  return constraints;}VariationSet.prototype.setSelected = function(dim, dimValue){  if (!this.dimensions[dim] ||       (dimValue != null &amp;&amp; !this.dimensions[dim].values[dimValue]))  {    return;  }    this.dimensions[dim].selected = dimValue;  this.handleEvent(VariationSetEvent.createDimensionEvent(dim, dimValue));  this.updateAvailableDimensions(dim, dimValue);  var variation = this.variationLookup.getSelectedVariation(this.getAllConstraints());  if (variation != null) {    if (this.selectedVariation == null ||         variation.vid != this.selectedVariation.vid) {      this.selectedVariation = variation;      var vse = VariationSetEvent.createVariationEvent(variation);      this.handleEvent(vse);    }  } else if (this.selectedVariation != null) {    this.selectedVariation = null;    var vse = VariationSetEvent.createVariationEvent(null);    this.handleEvent(vse);      }}VariationSet.prototype.getStatus = function(dimensionName, dimensionValue){  if (dimensionName == null || dimensionValue == null ||      this.dimensions[dimensionName] == null ||      this.dimensions[dimensionName].values[dimensionValue] == null) {    return null;  } else {    return this.dimensions[dimensionName].values[dimensionValue].status;  }}function VariationLookup(dimensions) {  this.dimensions = new Array();  for (var d in dimensions) {    this.dimensions.push(d);  }  this.variations = new Object();}new VariationLookup(null);VariationLookup.prototype.add = function(variation){  if (variation == null) return;  var key = this.getVariationKey(variation);  if (this.variations[key] == null) {    this.variations[key] = variation;  } else {    return;  }}VariationLookup.prototype.getVariationKey = function(variation){  if (variation == null) return;  var key = "";  for (var i = 0; i &lt; this.dimensions.length; i++)  {      key += '&lt;' + variation.attrs[this.dimensions[i]] + '&gt;';  }  return key;}VariationLookup.prototype.exists = function(variation){  if (variation == null) return false;  var key = this.getVariationKey(variation);  return (this.variations[key] != null);}VariationLookup.prototype.getSelectedVariation = function(selectedDimensions){  if (selectedDimensions == null) return;    var key = "";  for (var i = 0; i &lt; this.dimensions.length; i++)  {    key += '&lt;' + selectedDimensions[this.dimensions[i]] + '&gt;';  }  return this.variations[key];}function basename(dim){    return dim.replace(/^.*\//, "");}function showVariationSelector(variationSet){   out = '&lt;div class="variationSelector"&gt;';  out += '&lt;div class="selectorHeading"&gt;';  var dimArray = new Array();  for (var d in variationSet.dimensions)  {    var name = basename(d);    dimArray.push(AJSStrings.getFallback(name));  }  var dimensionNames = AJSStrings.makeStringList(dimArray);  var selectDimNames = AJSStrings.get("Select foo", {"foo": dimensionNames});  out += selectDimNames;  out += '&lt;\/div&gt;';    for (var d in variationSet.dimensions)  {    var name = basename(d);    out += '&lt;div class="dimensionLabel"&gt;' + AJSStrings.getFallback(name) + ': '      + '&lt;span class="dimensionSelectorLabel" id="dimensionSelectorLabel_'       + d + '"&gt;&lt;\/span&gt;&lt;\/div&gt;'      + '&lt;div class="dimValContainer"&gt;';    for (var dimVal in variationSet.dimensions[d].values)    {      out += '&lt;span class="dv_avail" dn="' + d + '" dv="' + dimVal +'"&gt;'         + dimVal +'&lt;\/span&gt; ';    }    out += "&lt;\/div&gt;";  }  out += '&lt;div class="selectorAvailability"&gt;&lt;b&gt;'    + AJSStrings.get("Availability") + ':&lt;\/b&gt; ' +    '&lt;span id="dimSelectAvailability"&gt;';  out += AJSStrings.get("Select foo to view", {"foo": dimensionNames});  out += '&lt;\/span&gt;&lt;\/div&gt;&lt;\/div&gt;';  return out;}function updateView(){  var spans = document.getElementsByTagName("span");  for (var i = 0; i &lt; spans.length; i++)  {    if (spans[i].className.match(/^dv_/))    {      var dname = spans[i].getAttribute("dn");      var dvalue = spans[i].getAttribute("dv");      dvalue = dvalue.replace(/"/g, '&amp;quot;');      var status = goVariationSet.getStatus(dname, dvalue);      setElementClassByStatus(spans[i], status);    }  }}function setElementClassByStatus(element, status){  if (status == DimensionValue.AVAILABLE) {    element.className = "dv_avail";  } else if (status == DimensionValue.UNAVAILABLE) {    element.className = "dv_unavail";  } else if (status == DimensionValue.SELECTED) {    element.className = "dv_selected";  }}function setHover(target){  if (target.className != "dv_unavail" &amp;&amp;      target.className != "dv_selected") {    target.className = "dv_hover";  }}function setUnHover(target){  var dn = target.getAttribute("dn");  var dv = target.getAttribute("dv");  dv = dv.replace(/"/g, '&amp;quot;');  var status = goVariationSet.getStatus(dn, dv);  setElementClassByStatus(target, status);}var goVariationSet;function initializeVariationSelector(variationSet, displayDiv){  goVariationSet = variationSet;  var vSelector = document.getElementById(displayDiv);  if (vSelector != null) {    vSelector.innerHTML = showVariationSelector(variationSet);  } else {    return;  }  var spans = document.getElementsByTagName("span");  for (var i = 0; i &lt; spans.length; i++)  {    if (spans[i].className.match(/^dv_/))    {      if (document.body.addEventListener) {        spans[i].addEventListener('mouseover', dimensionValueMouseover, false);        spans[i].addEventListener('mouseout', dimensionValueMouseout, false);        spans[i].addEventListener('click', dimensionValueClick, false);      } else {        spans[i].attachEvent('onmouseover', dimensionValueMouseover);        spans[i].attachEvent('onmouseout', dimensionValueMouseout);        spans[i].attachEvent('onclick', dimensionValueClick);               }    }  }  vSelector.style.display = "block";}function dimensionValueMouseover(event){  var target = (event.target) ? event.target : event.srcElement;  setHover(target);  if (goVariationSet != null) {    var dn = target.getAttribute("dn");    var dv = target.getAttribute("dv");    dv = dv.replace(/"/g, '&amp;quot;');    var vse = VariationSetEvent.createDimensionHoverEvent(dn, dv);    goVariationSet.handleEvent(vse);  }}function dimensionValueMouseout(event){  var target = (event.target) ? event.target : event.srcElement;  setUnHover(target);  if (goVariationSet != null) {    var vse = VariationSetEvent.createDimensionHoverEvent(null, null);    goVariationSet.handleEvent(vse);  }}function dimensionValueClick(event){   var target = (event.target) ? event.target : event.srcElement;  var dn = target.getAttribute("dn");  var dv = target.getAttribute("dv");  dv = dv.replace(/"/g, '&amp;quot;');  if (goVariationSet != null) {    if (goVariationSet.dimensions[dn].selected == dv) {      dv = null;    }    goVariationSet.setSelected(dn, dv);    updateView();  }}&lt;/script&gt;&lt;table cellspacing="0" id="detailheader"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td id="detailImage"&gt;&lt;div class="relative"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B000L9TVNW" id="imageViewerLink" target="ImageView"&gt;&lt;img alt="Razor A Kick Scooter" id="detailProductImage" src="http://ecx.images-amazon.com/images/I/312yMEQmbbL._SL210_.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;div id="titleAndByLine"&gt;&lt;h2&gt;Razor A Kick Scooter&amp;nbsp;&lt;/h2&gt;&lt;h2&gt;From Razor&lt;/h2&gt;&lt;/div&gt;&lt;form action="/buy-razor-kick-scooter-20/cart/add/B000L9TVNW" id="addToCartForm" method="post" name="buybox"&gt;&lt;input name="sessionId" type="hidden" value="180-4518426-2351439" /&gt;&lt;noscript&gt;&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;p&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;b&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;Select item by: &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;/b&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;Color, Price&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;/p&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;p&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;select name="asinOfferId"&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;optionvalue="B00008BFYG:Ex5823QrsXkDoWPpz0r9tkLvLJMDQy1EQLasBE7LBfbuIfheW3vjItS%2BV2HTvzeyvX%2BxNUxIWMHzY8xxnN6k9w%3D%3D"&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;Black- $27.97&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;/option&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;optionvalue="B00008X32C:2qJZie%2BBVHqhZpL1NieG11pxmtBOtVrZ2%2FWpGriAcq%2Bw7qhTq1WVs09kYBOCerCEMMHE4oHkP7xI5QvYHHOIPg%3D%3D"&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;Blue- $27.97&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;/option&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;optionvalue="B0000BYOZ6:IHWQxRhHWdo73ApSnGl800crusI7%2BnG78PSoh7aqK%2F7MoCfgmN3SPoUFawi%2BRIv%2BBIzMgWPGgvdgxUE60Y1g1g%3D%3D"&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;Green- $31.47&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;/option&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;optionvalue="B000FK7C2E:5X41um64Q4FL5SYr6sJ4335ldG%2BdNZptAzlh9c%2FpCCqEzqJcx6f5AvqO1FMuJiU3W2%2B41aAcIstU015T5jy0Xw%3D%3D"&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;Pink- $28.83&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;/option&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;optionvalue="B00009V2LU:xhvdJQZMm9Dp70kjvJ3tzdt5oT3ZmbSLvxgI3SpEsT%2F06fABV6AKCVT2J0JTApjknXFdTL3eQUbQT0LiGfzmoA%3D%3D"&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;Red- $29.97&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;/option&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;optionvalue="B001K3JUDY:F3eeuYRzoykvUUA4G7gNgylEEBpB%2F%2F%2BuOWKmifzqxdp6HMcAI5mXagh2TvDDHFAyafqu6vQb8BcRdJ4Vtz37rA%3D%3D"&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;SweetPea - $37.15&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;/option&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;/select&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;/p&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;&lt;/noscript&gt;&lt;input name="dynASIN" type="hidden" value="" /&gt;&lt;input name="dynOfferId" type="hidden" value="" /&gt;&lt;div class="relative"&gt;&lt;div id="chooseVariationBFCartAdd" style="display: none;"&gt;To add to the Shopping Cart, please choose from the options below.&lt;/div&gt;&lt;/div&gt;&lt;/form&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;h1 class="sans-serif" style="font-size: 140%; margin: 2px 0pt 0pt;"&gt;  &lt;div style="color: #cc6600;"&gt;Customer Reviews  &lt;/div&gt;&lt;div style="font-size: 80%; text-decoration: underline;"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/"&gt;Razor A Kick Scooter&lt;/a&gt;  &lt;/div&gt;&lt;/h1&gt;&lt;div style="margin-bottom: 0.5em;"&gt;&lt;span style="margin-left: -5px;"&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt; &lt;/span&gt;        &lt;b&gt;Great Scooter!&lt;/b&gt;&lt;nobr&gt;&lt;/nobr&gt;      &lt;/div&gt;&lt;div style="margin-bottom: 0.5em;"&gt;&lt;table border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top"&gt;By&lt;/td&gt;&lt;td&gt;&lt;span style="font-weight: bold;"&gt;Susan &lt;span style="white-space: nowrap;"&gt;Shams&lt;img alt="" class="custPopRight" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/carrot._V47081519_.gif" style="border: medium none;" /&gt;&lt;/span&gt;&lt;/span&gt; (West Des Moines, IA)&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class="tiny" style="margin-bottom: 0.5em;"&gt;&lt;b&gt;&lt;span style="vertical-align: top;"&gt;Durability:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Fun:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Educational:&lt;/span&gt;&lt;img alt="4.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-4-0._V47081936_.gif" width="64" /&gt;&amp;nbsp;&lt;/b&gt;      &lt;/div&gt;This is a great scooter. My children love it. It is easily folded, andit has a built in brake to slow it down. It looks very sleek with itssilver paint and clear wheels. It is not big and bulky but very svelte.I recommend this scooter wholeheartedly, your kids and even you will love it.&lt;div style="margin-bottom: 0.5em;"&gt;&lt;span style="margin-left: -5px;"&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt; &lt;/span&gt;        &lt;b&gt;Makes A Long Trip Fun!&lt;/b&gt;&lt;nobr&gt;&lt;/nobr&gt;      &lt;/div&gt;&lt;div style="margin-bottom: 0.5em;"&gt;By &lt;b&gt;A Customer&lt;/b&gt;&lt;/div&gt;&lt;div class="tiny" style="margin-bottom: 0.5em;"&gt;&lt;b&gt;&lt;span style="vertical-align: top;"&gt;Durability:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Fun:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Educational:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;/b&gt;      &lt;/div&gt;My son started kindergarten this year, half a mile away from our home.He didn't enjoy walking the distance, but the scooter solved theproblem. He just LOVES scooting around the streets, and mastered thetechnique within a week.Now getting home is fun. The scooter moves andworks great. All of the kids in NYC have them - I've even heard of akid who mastered the skill at age 2. I was really confused when I wasshopping for a scooter...I wasn't sure from reading the ads, whetherthis scooter was actually appropriate for a 4 year old. It's been fine.I highly recommend this scooter for kids who want to get aroundquickly.&lt;div style="margin-bottom: 0.5em;"&gt;&lt;span style="margin-left: -5px;"&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt; &lt;/span&gt;        &lt;b&gt;fun for adults too...&lt;/b&gt;&lt;nobr&gt;&lt;/nobr&gt;      &lt;/div&gt;&lt;div style="margin-bottom: 0.5em;"&gt;&lt;table border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top"&gt;By&lt;/td&gt;&lt;td&gt;&lt;span style="font-weight: bold;"&gt;momof2 "mom of &lt;span style="white-space: nowrap;"&gt;2"&lt;img alt="" class="custPopRight" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/carrot._V47081519_.gif" style="border: medium none;" /&gt;&lt;/span&gt;&lt;/span&gt; (Ann Arbor, MI)&amp;nbsp;&lt;a href="http://www.amazon.com/gp/cdp/member-reviews/A1NV8I23GV4632/ref=cm_cr_pr_auth_rev?ie=UTF8&amp;amp;sort_by=MostRecentReview"&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class="tiny" style="margin-bottom: 0.5em;"&gt;&lt;b&gt;&lt;span style="vertical-align: top;"&gt;Durability:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Fun:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Educational:&lt;/span&gt;&lt;img alt="2.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-2-0._V47081858_.gif" width="64" /&gt;&amp;nbsp;&lt;/b&gt;      &lt;/div&gt;I bought this scooter for my daughter (7 yr old) and my husband was onit so much I had to buy another one. They take them everywhere. It isgreat for camping to get around the campgounds. It breaks down easilyto store under car seats. I really recommend this scooter.&lt;div style="margin-bottom: 0.5em;"&gt;&lt;span style="margin-left: -5px;"&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt; &lt;/span&gt;        &lt;b&gt;cool gift&lt;/b&gt;.&lt;nobr&gt;&lt;/nobr&gt;      &lt;/div&gt;&lt;div style="margin-bottom: 0.5em;"&gt;&lt;table border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top"&gt;By&lt;/td&gt;&lt;td&gt;&lt;span style="font-weight: bold;"&gt;S. &lt;span style="white-space: nowrap;"&gt;Neary&lt;img alt="" class="custPopRight" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/carrot._V47081519_.gif" style="border: medium none;" /&gt;&lt;/span&gt;&lt;/span&gt; (Florida)&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;My daughter loved this scooter as a birthday gift. She is 7. The onlydownside I've found, and this is minor, is that the sticker on thescooter deck keeps slipping off or out of place. It is supposed toprovide grip for the rider, but as she rides, the sticker always getspushed by her foot away from its central position. Then sticker gluefrom the backing gets on the scooter deck and it gets dirty.So really, not a problem with the scooter itself.&lt;div style="margin-bottom: 0.5em;"&gt;&lt;span style="margin-left: -5px;"&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt; &lt;/span&gt;        &lt;b&gt;THE BEST SCOOTER IN THE WORLD!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!&lt;/b&gt;&lt;nobr&gt;&lt;/nobr&gt;      &lt;/div&gt;&lt;div style="margin-bottom: 0.5em;"&gt;&lt;table border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top"&gt;By&lt;/td&gt;&lt;td&gt;&lt;span style="font-weight: bold;"&gt;M. &lt;span style="white-space: nowrap;"&gt;Madoni&lt;img alt="" class="custPopRight" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/carrot._V47081519_.gif" style="border: medium none;" /&gt;&lt;/span&gt;&lt;/span&gt; (Corona, CA United States)&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class="tiny" style="margin-bottom: 0.5em;"&gt;&lt;b&gt;&lt;span style="vertical-align: top;"&gt;Durability:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Fun:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Educational:&lt;/span&gt;&lt;img alt="3.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-3-0._V47082372_.gif" width="64" /&gt;&amp;nbsp;&lt;/b&gt;      &lt;/div&gt;I have had mine for two years and I have mastered really hard streettricks. It is great if you or your child wants to get into scating. Imastered riding it in about a week. The only two brands worth buyingare razor and micro. But in my opinion, razor is the sure-fire best. Itis the lightest in the scooter industry along with micro. The reason Ilike razor better is because micro make the foot-board to long so youcan't go down slopes to well. But I think micro would be the best foradults because their feet probibly not fit on a razor. I don't fall tooften so you don't need to woory about you or your child falling. Theonly time I fell really bad was when I was doing a trick where I do awheelie in the air. I leaned back to far and my scooter slidaproxamately 10 feet and I slid 3. It's still numb after about 6months. All and All, it is the best scooter in theworld!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!&lt;div style="margin-bottom: 0.5em;"&gt;&lt;span style="margin-left: -5px;"&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt; &lt;/span&gt;        &lt;b&gt;Great Fun At A Great Price!&lt;/b&gt;, &lt;nobr&gt;June 12, 2004&lt;/nobr&gt;      &lt;/div&gt;&lt;div style="margin-bottom: 0.5em;"&gt;By &lt;b&gt;A Customer&lt;/b&gt;&lt;/div&gt;&lt;div class="tiny" style="margin-bottom: 0.5em;"&gt;&lt;b&gt;&lt;span style="vertical-align: top;"&gt;Durability:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Fun:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Educational:&lt;/span&gt;&lt;img alt="2.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-2-0._V47081858_.gif" width="64" /&gt;&amp;nbsp;&lt;/b&gt;      &lt;/div&gt;This scooter is a ton of fun to ride on. Give it to any of your lovedones and they'll be outside before you can say "Razor"! The scooter isextremely durable. The only thing that will ever need replacement arethe wheels.Thescooter folds up for easy storage if space is tight. It can be easilyunfolded for people on the move. I can imagine this being a useful toolfor folks who live in the city.The best part about the scooter is the price! (...). Instead of the video game they've been begging for, buy them this.&lt;div style="margin-bottom: 0.5em;"&gt;&lt;span style="margin-left: -5px;"&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt; &lt;/span&gt;        &lt;b&gt;Great Scooter.  Best One On The Planet!!!&lt;/b&gt;, &lt;nobr&gt;September 7, 2005&lt;/nobr&gt;      &lt;/div&gt;&lt;div style="margin-bottom: 0.5em;"&gt;&lt;b&gt;A Kid's Review&lt;/b&gt;&lt;/div&gt;&lt;div class="tiny" style="margin-bottom: 0.5em;"&gt;&lt;b&gt;&lt;span style="vertical-align: top;"&gt;Durability:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Fun:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Educational:&lt;/span&gt;&lt;img alt="3.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-3-0._V47082372_.gif" width="64" /&gt;&amp;nbsp;&lt;/b&gt;      &lt;/div&gt;This is the best scooter ever. This scooter can do all of my toughtricks (they are really hard on scooters) and still remain in onepiece. I had a heap of other scooters before I got this one and theyall broke the day after I got them (really tough tricks). The only badthing is every now and then the wheels get clogged, but it's easy toclean them.&lt;div style="margin-bottom: 0.5em;"&gt;&lt;span style="margin-left: -5px;"&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt; &lt;/span&gt;        &lt;b&gt;A Reliable Review&lt;/b&gt;, &lt;nobr&gt;March 16, 2006&lt;/nobr&gt;      &lt;/div&gt;&lt;div style="margin-bottom: 0.5em;"&gt;&lt;b&gt;A Kid's Review&lt;/b&gt;&lt;/div&gt;&lt;div class="tiny" style="margin-bottom: 0.5em;"&gt;&lt;b&gt;&lt;span style="vertical-align: top;"&gt;Durability:&lt;/span&gt;&lt;img alt="4.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-4-0._V47081936_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Fun:&lt;/span&gt;&lt;img alt="5.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0._V47081849_.gif" width="64" /&gt;&amp;nbsp;&lt;span style="vertical-align: top;"&gt;Educational:&lt;/span&gt;&lt;img alt="2.0 out of 5 stars" border="0" height="12" src="http://g-ecx.images-amazon.com/images/G/01/x-locale/common/customer-reviews/stars-2-0._V47081858_.gif" width="64" /&gt;&amp;nbsp;&lt;/b&gt;      &lt;/div&gt;I first bought a Razor scooter when they were at peak-popularity (in&lt;br /&gt;about 2001, in upstate NY; when I was in third grade...). That's what&lt;br /&gt;every kid wanted in 2000: a Razor scooter, Poke'mon Cards, a&lt;br /&gt;Poo-Chi(which I wouldn't recomend, the moisy little thing!) and a&lt;br /&gt;GameBoy Color!&lt;br /&gt;&lt;br /&gt;So, when Bradley's was going out of buisness in January 2001, I&lt;br /&gt;took all my Christmas money to the clearence sale. My dad said he'd buy&lt;br /&gt;me and my little sister one thing, but we had to buy the rest. Guess&lt;br /&gt;what he bought? The $79 scooter! (I remember the price vividly......&lt;br /&gt;&lt;br /&gt;It was red and shiny, ready for the road.....well the sidewalk&lt;br /&gt;anyway. The snow kinda intefered with the whole scooter thing, so I&lt;br /&gt;took to riding around kitchen and dining room in a loop. My new Big&lt;br /&gt;Mouth Billy Bass sitting on sensor mode so every time I roded by it&lt;br /&gt;sang. My Dad loved that! LOL&lt;br /&gt;&lt;br /&gt;Soon after my sister wanted one. She was about six when she got&lt;br /&gt;her's the next year. It was blue and had a carry strap. I was so&lt;br /&gt;jealous! Mine didn't have a strap!&lt;br /&gt;&lt;br /&gt;When my cousin was seven, he was borrowing ours all the time. So,&lt;br /&gt;for his eighth birthday he opened a clear and black scooter, then gave&lt;br /&gt;my sister such a big hug that he knocked her over!&lt;br /&gt;&lt;br /&gt;My scooter is five years old now. It's still in one piece. The&lt;br /&gt;brakes still work, the handle cusions are still there, but are no&lt;br /&gt;longer as soft as the day I bought it. The folding hinges could use&lt;br /&gt;some WD40, but still work. And all after almost daily riding, for five&lt;br /&gt;summer's. &lt;br /&gt;I have encountered the problems of those with bad reviews. For&lt;br /&gt;the loose pole, all you need is screwdriver. For the crooked wheel,&lt;br /&gt;just put the wheel against something hard, or both of your feet (where&lt;br /&gt;shoes). This is a quick fix. To get it to stay just tighten the top&lt;br /&gt;hexagon bold with an Alan Wrench. Works everytime for me, my sister,&lt;br /&gt;and my cousin.&lt;br /&gt;&lt;br /&gt;My sister's is in better shape than mine, but my cousin's isn't.&lt;br /&gt;He kinda left it outside all winter..........need I go any farther? It&lt;br /&gt;still works and rides well, but the handle padding is gone. Oh&lt;br /&gt;well....he doesn't care, as long as it works.&lt;br /&gt;&lt;br /&gt;Today we buy a fourth scooter for my cousin Kiaya. I hoping it's&lt;br /&gt;purple. My favorite color, but hey-I already got one! (When I got mine&lt;br /&gt;thay didn't make a purple one :- ( &lt;br /&gt;&lt;br /&gt;Long Live the Razor Scooter! &lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7806594558114805186-8581089075863750256?l=cheap-razor-kick-scooter.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7806594558114805186/posts/default/8581089075863750256'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7806594558114805186/posts/default/8581089075863750256'/><link rel='alternate' type='text/html' href='http://cheap-razor-kick-scooter.blogspot.com/2009/11/razor-kick-scooter-reviews.html' title='Razor A Kick Scooter Reviews'/><author><name>Cash Advance Loans</name><uri>http://www.blogger.com/profile/10241113505277164803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-7806594558114805186.post-3131885248202737505</id><published>2009-11-10T06:02:00.000-08:00</published><updated>2009-11-10T06:02:18.900-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Razor A Kick Scooter'/><title type='text'>Razor A Kick Scooter</title><content type='html'>&lt;div id="wrap"&gt;&lt;div id="mainwrap"&gt;&lt;div id="main" style="padding-bottom: 0pt; padding-top: 0pt;"&gt;&lt;div id="header"&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;   &lt;td&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20" id="mainheadertitle"&gt;CHEAP RAZOR SCOOTER,RAZOR KICK SCOOTER FREE SHIPPING.&lt;/a&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div id="mainsubheader"&gt;&lt;div id="contentsubheader"&gt;&lt;div id="subheaderlinks"&gt;&lt;br /&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/cart"&gt;&lt;/a&gt;   &lt;br /&gt;&lt;/div&gt;&lt;div id="subheadertitle"&gt;Product Details&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div id="content"&gt;&lt;script type="text/javascript"&gt;/** * Copyright (c) 2007 Amazon.com, Inc. * All rights reserved. */function AJSStrings() {}AJSStrings.makeStringList = function(strings){  var out = "";  for (var i = 0; i &lt; strings.length; i++)  {    if (i == strings.length - 1 &amp;&amp; i &gt; 0) {      out += " " + AJSStrings.get("and") + " ";    } else if (i &gt; 0) {      out += ", ";    }    out += strings[i];  }  return out;}AJSStrings.stringsdb = new Object();AJSStrings.add = function(name, value){  AJSStrings.stringsdb[name] = value;}AJSStrings.get = function(name){  if (AJSStrings.stringsdb[name] == null) {    return "";  } else {    return AJSStrings.stringsdb[name];  }}AJSStrings.get = function(name, subst){  if (AJSStrings.stringsdb[name] == null) {    return "";  } else {    var str = AJSStrings.stringsdb[name];    for (var pat in subst) {      // do replacements      var regex = new RegExp("\\$\\{" + pat + "\\}", "g");      str = str.replace(regex, subst[pat]);    }    return str;  }}AJSStrings.getFallback = function(name){  if (AJSStrings.stringsdb[name] == null) {    return name;  } else {    return AJSStrings.stringsdb[name];  }}// set up stringsAJSStrings.add("and", "and");AJSStrings.add("Select foo", "Select ${foo}");AJSStrings.add("Select foo to view", "Select ${foo} to view.");AJSStrings.add("Availability", "Availability");AJSStrings.add("choose one", "(choose one)");AJSStrings.add("Ships from sold by", "Ships from and sold by");AJSStrings.add("Not available in", "Sorry, this item is not available in");AJSStrings.add("To add to cart choose", "To add to the Shopping Cart, please choose from the options below.");// dimension labelsAJSStrings.add("ClothingSize", "Size"); // tt/0004314109AJSStrings.add("Size", "Size");AJSStrings.add("Color", "Color");AJSStrings.add("VariationDescription", "Description");/** * Copyright (c) 2007 Amazon.com, Inc. * All rights reserved. */function AJSEventListener(){  this.events = new Object();}new AJSEventListener();AJSEventListener.prototype.registerEvent = function(eventType, handler){  if (!handler || !handler.handleEvent) return;  if (this.events[eventType] == null) {    this.events[eventType] = new Object();    this.events[eventType].handlers = new Array();  }  this.events[eventType].handlers.push(handler);  if(handler.initialize)  {      handler.initialize();  }}AJSEventListener.prototype.handleEvent = function(event){  if (event == null || event.type == null) return;  if (this.events[event.type] != null)  {    for (var i = 0; i &lt; this.events[event.type].handlers.length; i++)    {      this.events[event.type].handlers[i].handleEvent(event);    }  }}function AJSEventHandler(init, handle){  this.initialize = init;  this.handleEvent = handle;}function AJSEvent(type){    this.type = type;}/** * Copyright (c) 2007 Amazon.com, Inc. * All rights reserved. */function VariationSetEvent() {}VariationSetEvent.DIMENSION_SELECTED = 1;VariationSetEvent.VARIATION_SELECTED = 2;VariationSetEvent.DIMENSION_HOVER = 3;VariationSetEvent.createDimensionHoverEvent = function(name, value){  var vse = new VariationSetEvent();  vse.type = VariationSetEvent.DIMENSION_HOVER;  vse.dimensionName = name;  vse.dimensionValue = value;  return vse;}VariationSetEvent.createDimensionEvent = function(name, value){  var vse = new VariationSetEvent();  vse.type = VariationSetEvent.DIMENSION_SELECTED;  vse.dimensionName = name;  vse.dimensionValue = value;  return vse;}VariationSetEvent.createVariationEvent = function(variation){  var vse = new VariationSetEvent();  vse.type = VariationSetEvent.VARIATION_SELECTED;  vse.variation = variation;  return vse;}function DimensionValue() {}DimensionValue.AVAILABLE = 1;DimensionValue.UNAVAILABLE = 2;DimensionValue.SELECTED = 3;function Variation(attrs){  this.attrs = attrs;  if (Variation.counter == null) {    Variation.counter = 0;  }  this.vid = Variation.counter;  Variation.counter++;}function VariationSet(dimensions){  this.dimensions = new Object();  var hasDimensions = false;  for (var d in dimensions)  {    this.dimensions[d] = new Object();    this.dimensions[d].values = new Object();    hasDimensions = true;  }  if (!hasDimensions) {    this.dimensions['VariationDescription'] = new Object();    this.dimensions['VariationDescription'].values = new Object();  }  this.variationLookup = new VariationLookup(this.dimensions);  this.selectedVariation = null;}VariationSet.prototype = new AJSEventListener();VariationSet.prototype.isVariationValid = function(variation){  if (variation == null || variation.attrs == null) return false;  for (var d in this.dimensions)  {    if (variation.attrs[d] == null) return false;  }  if (this.variationLookup.exists(variation)) return false;  return true;}VariationSet.prototype.add = function(v){  if (!this.isVariationValid(v)) return;  for (var d in this.dimensions)  {    if (this.dimensions[d].values[v.attrs[d]] == null) {      this.dimensions[d].values[v.attrs[d]] = new Object();      this.dimensions[d].values[v.attrs[d]].status = DimensionValue.AVAILABLE;      this.dimensions[d].values[v.attrs[d]].variations = new Object();      this.dimensions[d].selected = null;      this.dimensions[d].values[v.attrs[d]].constraints = new Object();      for (var d2 in this.dimensions)      {        if (d2 != d) {          this.dimensions[d].values[v.attrs[d]].constraints[d2] = new Object();        }      }    }    this.dimensions[d].values[v.attrs[d]].variations[v.vid] = v;    for (var d2 in this.dimensions)    {      if (d2 != d) {        this.dimensions[d].values[v.attrs[d]].constraints[d2][v.attrs[d2]] = true;      }    }  }  this.variationLookup.add(v);}VariationSet.prototype.getAvailableDimensions = function(dimensionConstraints){  var available = new Object();  for (var d in this.dimensions) {    available[d] = new Object();    for (var v in this.dimensions[d].values) {      available[d][v] = true;    }  }  for (var dc in dimensionConstraints)   {    var dcv = dimensionConstraints[dc];        for (var d in available) {      if (d != dc) {        for (var dv in available[d]) {          if (!this.dimensions[dc].values[dcv].constraints[d][dv]) {            available[d][dv] = false;          }        }      }    }  }  return available;}VariationSet.prototype.updateAvailableDimensions = function(dim, dimValue){  var constraints = this.getAllConstraints();  var available = this.getAvailableDimensions(constraints);  var ok = true;  for (var d in constraints)  {    if (!available[d][constraints[d]]) {      ok = false;    }  }  if (!ok) {    for (var d in constraints)    {      if (d != dim) {        this.dimensions[d].selected = null;        this.handleEvent(VariationSetEvent.createDimensionEvent(d, null));      }    }    constraints = this.getAllConstraints();    available = this.getAvailableDimensions(constraints);  }  for (var dim in this.dimensions)  {    var selectedValue = this.dimensions[dim].selected;        for (var dvalue in this.dimensions[dim].values)    {      if (dvalue == selectedValue) {        this.dimensions[dim].values[dvalue].status = DimensionValue.SELECTED;      } else if (available[dim][dvalue]) {        this.dimensions[dim].values[dvalue].status = DimensionValue.AVAILABLE;      } else {        this.dimensions[dim].values[dvalue].status = DimensionValue.UNAVAILABLE;      }    }  }}VariationSet.prototype.isDimensionValueAvailable = function(name, value){  return (this.dimensions[name].values[value].status !=           DimensionValue.UNAVAILABLE);}VariationSet.prototype.getAllConstraints = function(){  var constraints = new Object();  for (var d in this.dimensions)  {    if (this.dimensions[d].selected != null) {      constraints[d] = this.dimensions[d].selected;    }  }  return constraints;}VariationSet.prototype.setSelected = function(dim, dimValue){  if (!this.dimensions[dim] ||       (dimValue != null &amp;&amp; !this.dimensions[dim].values[dimValue]))  {    return;  }    this.dimensions[dim].selected = dimValue;  this.handleEvent(VariationSetEvent.createDimensionEvent(dim, dimValue));  this.updateAvailableDimensions(dim, dimValue);  var variation = this.variationLookup.getSelectedVariation(this.getAllConstraints());  if (variation != null) {    if (this.selectedVariation == null ||         variation.vid != this.selectedVariation.vid) {      this.selectedVariation = variation;      var vse = VariationSetEvent.createVariationEvent(variation);      this.handleEvent(vse);    }  } else if (this.selectedVariation != null) {    this.selectedVariation = null;    var vse = VariationSetEvent.createVariationEvent(null);    this.handleEvent(vse);      }}VariationSet.prototype.getStatus = function(dimensionName, dimensionValue){  if (dimensionName == null || dimensionValue == null ||      this.dimensions[dimensionName] == null ||      this.dimensions[dimensionName].values[dimensionValue] == null) {    return null;  } else {    return this.dimensions[dimensionName].values[dimensionValue].status;  }}function VariationLookup(dimensions) {  this.dimensions = new Array();  for (var d in dimensions) {    this.dimensions.push(d);  }  this.variations = new Object();}new VariationLookup(null);VariationLookup.prototype.add = function(variation){  if (variation == null) return;  var key = this.getVariationKey(variation);  if (this.variations[key] == null) {    this.variations[key] = variation;  } else {    return;  }}VariationLookup.prototype.getVariationKey = function(variation){  if (variation == null) return;  var key = "";  for (var i = 0; i &lt; this.dimensions.length; i++)  {      key += '&lt;' + variation.attrs[this.dimensions[i]] + '&gt;';  }  return key;}VariationLookup.prototype.exists = function(variation){  if (variation == null) return false;  var key = this.getVariationKey(variation);  return (this.variations[key] != null);}VariationLookup.prototype.getSelectedVariation = function(selectedDimensions){  if (selectedDimensions == null) return;    var key = "";  for (var i = 0; i &lt; this.dimensions.length; i++)  {    key += '&lt;' + selectedDimensions[this.dimensions[i]] + '&gt;';  }  return this.variations[key];}function basename(dim){    return dim.replace(/^.*\//, "");}function showVariationSelector(variationSet){   out = '&lt;div class="variationSelector"&gt;';  out += '&lt;div class="selectorHeading"&gt;';  var dimArray = new Array();  for (var d in variationSet.dimensions)  {    var name = basename(d);    dimArray.push(AJSStrings.getFallback(name));  }  var dimensionNames = AJSStrings.makeStringList(dimArray);  var selectDimNames = AJSStrings.get("Select foo", {"foo": dimensionNames});  out += selectDimNames;  out += '&lt;\/div&gt;';    for (var d in variationSet.dimensions)  {    var name = basename(d);    out += '&lt;div class="dimensionLabel"&gt;' + AJSStrings.getFallback(name) + ': '      + '&lt;span class="dimensionSelectorLabel" id="dimensionSelectorLabel_'       + d + '"&gt;&lt;\/span&gt;&lt;\/div&gt;'      + '&lt;div class="dimValContainer"&gt;';    for (var dimVal in variationSet.dimensions[d].values)    {      out += '&lt;span class="dv_avail" dn="' + d + '" dv="' + dimVal +'"&gt;'         + dimVal +'&lt;\/span&gt; ';    }    out += "&lt;\/div&gt;";  }  out += '&lt;div class="selectorAvailability"&gt;&lt;b&gt;'    + AJSStrings.get("Availability") + ':&lt;\/b&gt; ' +    '&lt;span id="dimSelectAvailability"&gt;';  out += AJSStrings.get("Select foo to view", {"foo": dimensionNames});  out += '&lt;\/span&gt;&lt;\/div&gt;&lt;\/div&gt;';  return out;}function updateView(){  var spans = document.getElementsByTagName("span");  for (var i = 0; i &lt; spans.length; i++)  {    if (spans[i].className.match(/^dv_/))    {      var dname = spans[i].getAttribute("dn");      var dvalue = spans[i].getAttribute("dv");      dvalue = dvalue.replace(/"/g, '&amp;quot;');      var status = goVariationSet.getStatus(dname, dvalue);      setElementClassByStatus(spans[i], status);    }  }}function setElementClassByStatus(element, status){  if (status == DimensionValue.AVAILABLE) {    element.className = "dv_avail";  } else if (status == DimensionValue.UNAVAILABLE) {    element.className = "dv_unavail";  } else if (status == DimensionValue.SELECTED) {    element.className = "dv_selected";  }}function setHover(target){  if (target.className != "dv_unavail" &amp;&amp;      target.className != "dv_selected") {    target.className = "dv_hover";  }}function setUnHover(target){  var dn = target.getAttribute("dn");  var dv = target.getAttribute("dv");  dv = dv.replace(/"/g, '&amp;quot;');  var status = goVariationSet.getStatus(dn, dv);  setElementClassByStatus(target, status);}var goVariationSet;function initializeVariationSelector(variationSet, displayDiv){  goVariationSet = variationSet;  var vSelector = document.getElementById(displayDiv);  if (vSelector != null) {    vSelector.innerHTML = showVariationSelector(variationSet);  } else {    return;  }  var spans = document.getElementsByTagName("span");  for (var i = 0; i &lt; spans.length; i++)  {    if (spans[i].className.match(/^dv_/))    {      if (document.body.addEventListener) {        spans[i].addEventListener('mouseover', dimensionValueMouseover, false);        spans[i].addEventListener('mouseout', dimensionValueMouseout, false);        spans[i].addEventListener('click', dimensionValueClick, false);      } else {        spans[i].attachEvent('onmouseover', dimensionValueMouseover);        spans[i].attachEvent('onmouseout', dimensionValueMouseout);        spans[i].attachEvent('onclick', dimensionValueClick);               }    }  }  vSelector.style.display = "block";}function dimensionValueMouseover(event){  var target = (event.target) ? event.target : event.srcElement;  setHover(target);  if (goVariationSet != null) {    var dn = target.getAttribute("dn");    var dv = target.getAttribute("dv");    dv = dv.replace(/"/g, '&amp;quot;');    var vse = VariationSetEvent.createDimensionHoverEvent(dn, dv);    goVariationSet.handleEvent(vse);  }}function dimensionValueMouseout(event){  var target = (event.target) ? event.target : event.srcElement;  setUnHover(target);  if (goVariationSet != null) {    var vse = VariationSetEvent.createDimensionHoverEvent(null, null);    goVariationSet.handleEvent(vse);  }}function dimensionValueClick(event){   var target = (event.target) ? event.target : event.srcElement;  var dn = target.getAttribute("dn");  var dv = target.getAttribute("dv");  dv = dv.replace(/"/g, '&amp;quot;');  if (goVariationSet != null) {    if (goVariationSet.dimensions[dn].selected == dv) {      dv = null;    }    goVariationSet.setSelected(dn, dv);    updateView();  }}&lt;/script&gt;&lt;table cellspacing="0" id="detailheader"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td id="detailImage"&gt;&lt;div class="relative"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B000L9TVNW" id="imageViewerLink" target="ImageView"&gt;&lt;img alt="Razor A Kick Scooter" id="detailProductImage" src="http://ecx.images-amazon.com/images/I/312yMEQmbbL._SL210_.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;div id="titleAndByLine"&gt;&lt;h2&gt;Razor A Kick Scooter&amp;nbsp;&lt;/h2&gt;&lt;h2&gt;From Razor&lt;/h2&gt;&lt;/div&gt;&lt;form action="/buy-razor-kick-scooter-20/cart/add/B000L9TVNW" id="addToCartForm" method="post" name="buybox"&gt;&lt;input name="sessionId" type="hidden" value="180-4518426-2351439" /&gt;&lt;noscript&gt;&amp;amp;amp;amp;amp;lt;p&amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;lt;b&amp;amp;amp;amp;amp;gt;Select item by: &amp;amp;amp;amp;amp;lt;/b&amp;amp;amp;amp;amp;gt;Color, Price&amp;amp;amp;amp;amp;lt;/p&amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;lt;p&amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;lt;select name="asinOfferId"&amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;lt;optionvalue="B00008BFYG:Ex5823QrsXkDoWPpz0r9tkLvLJMDQy1EQLasBE7LBfbuIfheW3vjItS%2BV2HTvzeyvX%2BxNUxIWMHzY8xxnN6k9w%3D%3D"&amp;amp;amp;amp;amp;gt;Black- $27.97&amp;amp;amp;amp;amp;lt;/option&amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;lt;optionvalue="B00008X32C:2qJZie%2BBVHqhZpL1NieG11pxmtBOtVrZ2%2FWpGriAcq%2Bw7qhTq1WVs09kYBOCerCEMMHE4oHkP7xI5QvYHHOIPg%3D%3D"&amp;amp;amp;amp;amp;gt;Blue- $27.97&amp;amp;amp;amp;amp;lt;/option&amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;lt;optionvalue="B0000BYOZ6:IHWQxRhHWdo73ApSnGl800crusI7%2BnG78PSoh7aqK%2F7MoCfgmN3SPoUFawi%2BRIv%2BBIzMgWPGgvdgxUE60Y1g1g%3D%3D"&amp;amp;amp;amp;amp;gt;Green- $31.47&amp;amp;amp;amp;amp;lt;/option&amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;lt;optionvalue="B000FK7C2E:5X41um64Q4FL5SYr6sJ4335ldG%2BdNZptAzlh9c%2FpCCqEzqJcx6f5AvqO1FMuJiU3W2%2B41aAcIstU015T5jy0Xw%3D%3D"&amp;amp;amp;amp;amp;gt;Pink- $28.83&amp;amp;amp;amp;amp;lt;/option&amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;lt;optionvalue="B00009V2LU:xhvdJQZMm9Dp70kjvJ3tzdt5oT3ZmbSLvxgI3SpEsT%2F06fABV6AKCVT2J0JTApjknXFdTL3eQUbQT0LiGfzmoA%3D%3D"&amp;amp;amp;amp;amp;gt;Red- $29.97&amp;amp;amp;amp;amp;lt;/option&amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;lt;optionvalue="B001K3JUDY:F3eeuYRzoykvUUA4G7gNgylEEBpB%2F%2F%2BuOWKmifzqxdp6HMcAI5mXagh2TvDDHFAyafqu6vQb8BcRdJ4Vtz37rA%3D%3D"&amp;amp;amp;amp;amp;gt;SweetPea - $37.15&amp;amp;amp;amp;amp;lt;/option&amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;lt;/select&amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;lt;/p&amp;amp;amp;amp;amp;gt;&lt;/noscript&gt;&lt;input name="dynASIN" type="hidden" value="" /&gt;&lt;input name="dynOfferId" type="hidden" value="" /&gt;&lt;div class="relative"&gt;&lt;div id="chooseVariationBFCartAdd" style="display: none;"&gt;To add to the Shopping Cart, please choose from the options below.&lt;/div&gt;&lt;/div&gt;&lt;/form&gt;Average customer review: &lt;img height="11" name="pngImage" src="http://images.amazon.com/images/G/01/associates/network/star45_tpng.png" width="56" /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div id="dynVariationSelector" style="display: block; padding-bottom: 0pt; padding-top: 0pt;"&gt;&lt;div class="variationSelector"&gt;&lt;div class="selectorHeading"&gt;Select Color&lt;/div&gt;&lt;div class="dimensionLabel"&gt;Color: &lt;span id="dimensionSelectorLabel_Color"&gt;(choose one)&lt;/span&gt;&lt;/div&gt;&lt;div class="dimValContainer"&gt;Black Blue Green Pink Red Sweet Pea &lt;/div&gt;&lt;div class="selectorAvailability"&gt;&lt;b&gt;Availability:&lt;/b&gt; &lt;span id="dimSelectAvailability"&gt;Select Color to view.&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;script type="text/javascript"&gt;    var dims = {  "Color" : "1"  };     var vs = new VariationSet(dims);    vs.add(new Variation({"Color" : "Black", "Asin" : "B00008BFYG", "Price" : "$27.97", "PriceAmount" : 2797, "ListPrice" : "$39.99", "ListPriceAmount" : 3999, "OfferListingId" : "Ex5823QrsXkDoWPpz0r9tkLvLJMDQy1EQLasBE7LBfbuIfheW3vjItS%2BV2HTvzeyvX%2BxNUxIWMHzY8xxnN6k9w%3D%3D", "Availability" : "Usually ships in 24 hours", "MerchantName" : "Amazon.com"    }));    vs.add(new Variation({"Color" : "Blue", "Asin" : "B00008X32C", "Price" : "$27.97", "PriceAmount" : 2797, "ListPrice" : "$39.99", "ListPriceAmount" : 3999, "ImageURL" : "http://ecx.images-amazon.com/images/I/312yMEQmbbL._SL210_.jpg", "OfferListingId" : "2qJZie%2BBVHqhZpL1NieG11pxmtBOtVrZ2%2FWpGriAcq%2Bw7qhTq1WVs09kYBOCerCEMMHE4oHkP7xI5QvYHHOIPg%3D%3D", "Availability" : "Usually ships in 24 hours", "MerchantName" : "Amazon.com"    }));    vs.add(new Variation({"Color" : "Green", "Asin" : "B0000BYOZ6", "Price" : "$31.47", "PriceAmount" : 3147, "ListPrice" : "$39.99", "ListPriceAmount" : 3999, "OfferListingId" : "IHWQxRhHWdo73ApSnGl800crusI7%2BnG78PSoh7aqK%2F7MoCfgmN3SPoUFawi%2BRIv%2BBIzMgWPGgvdgxUE60Y1g1g%3D%3D", "Availability" : "Usually ships in 24 hours", "MerchantName" : "Amazon.com"    }));    vs.add(new Variation({"Color" : "Pink", "Asin" : "B000FK7C2E", "Price" : "$28.83", "PriceAmount" : 2883, "ListPrice" : "$39.99", "ListPriceAmount" : 3999, "OfferListingId" : "5X41um64Q4FL5SYr6sJ4335ldG%2BdNZptAzlh9c%2FpCCqEzqJcx6f5AvqO1FMuJiU3W2%2B41aAcIstU015T5jy0Xw%3D%3D", "Availability" : "Usually ships in 24 hours", "MerchantName" : "Amazon.com"    }));    vs.add(new Variation({"Color" : "Red", "Asin" : "B00009V2LU", "Price" : "$29.97", "PriceAmount" : 2997, "ListPrice" : "$39.99", "ListPriceAmount" : 3999, "OfferListingId" : "xhvdJQZMm9Dp70kjvJ3tzdt5oT3ZmbSLvxgI3SpEsT%2F06fABV6AKCVT2J0JTApjknXFdTL3eQUbQT0LiGfzmoA%3D%3D", "Availability" : "Usually ships in 24 hours", "MerchantName" : "Amazon.com"    }));    vs.add(new Variation({"Color" : "Sweet Pea", "Asin" : "B001K3JUDY", "Price" : "$37.15", "PriceAmount" : 3715, "ListPrice" : "$49.99", "ListPriceAmount" : 4999, "ImageURL" : "http://ecx.images-amazon.com/images/I/41NvLI0MxRL._SL210_.jpg", "OfferListingId" : "F3eeuYRzoykvUUA4G7gNgylEEBpB%2F%2F%2BuOWKmifzqxdp6HMcAI5mXagh2TvDDHFAyafqu6vQb8BcRdJ4Vtz37rA%3D%3D", "Availability" : "Usually ships in 24 hours", "MerchantName" : "Amazon.com"    }));        initializeVariationSelector(vs, 'dynVariationSelector');&lt;/script&gt;  &lt;script type="text/javascript"&gt;addHandlers();function addHandlers(){  if (goVariationSet == null ||       AJSEventHandler == null ||      VariationSetEvent == null) {    return;  }  goVariationSet.registerEvent(VariationSetEvent.DIMENSION_HOVER,    new AJSEventHandler(null, notAvailableHover_handle));   goVariationSet.registerEvent(VariationSetEvent.DIMENSION_SELECTED,    new AJSEventHandler(updateDimensionText_init, updateDimensionText_handle));  goVariationSet.registerEvent(VariationSetEvent.VARIATION_SELECTED,     new AJSEventHandler(updatePrice_init, updatePrice_handle));  goVariationSet.registerEvent(VariationSetEvent.VARIATION_SELECTED,     new AJSEventHandler(updateAvail_init, updateAvail_handle));  goVariationSet.registerEvent(VariationSetEvent.VARIATION_SELECTED,     new AJSEventHandler(null, updateOfferId_handle));  goVariationSet.registerEvent(VariationSetEvent.VARIATION_SELECTED,     new AJSEventHandler(updateBuyButton_init, updateBuyButton_handle));  goVariationSet.registerEvent(VariationSetEvent.VARIATION_SELECTED,     new AJSEventHandler(updateImage_init, updateImage_handle));                         var buybtn = document.getElementById('buybutton');  var form = document.buybox;  if (buybtn != null &amp;&amp; form != null) {    if (document.body.addEventListener) {      buybtn.addEventListener('mouseover', buyButtonMouseover, false);      buybtn.addEventListener('mouseout', buyButtonMouseout, false);      form.addEventListener('submit', cartSubmit, false);    } else {      buybtn.attachEvent('onmouseover', buyButtonMouseover);      buybtn.attachEvent('onmouseout', buyButtonMouseout);      form.attachEvent('onsubmit', cartSubmit);    }  }  }function updateDimensionText_init(){  var spans = document.getElementsByTagName("span");  for (var i = 0; i &lt; spans.length; i++)  {    if (spans[i].className == "dimensionSelectorLabel")    {      spans[i].innerHTML = AJSStrings.get("choose one");    }  }}function updateDimensionText_handle(event){  if (!event.type || event.type != VariationSetEvent.DIMENSION_SELECTED) return;  var dn = event.dimensionName;  var element = document.getElementById('dimensionSelectorLabel_' + dn);  if (element) {    var value = event.dimensionValue;    if (value == null) {      value = AJSStrings.get("choose one");    }    element.innerHTML = value;  }}function notAvailableHover_handle(event){  if (!event.type || event.type != VariationSetEvent.DIMENSION_HOVER      || goVariationSet == null) return;    var div = document.getElementById('variationNotAvailable');  if (div == null) return;  var dn = event.dimensionName;  var dv = event.dimensionValue;  if (dn == null &amp;&amp; dv == null) {    div.style.display = 'none';  } else if (!goVariationSet.isDimensionValueAvailable(dn, dv)) {    var dims = goVariationSet.getAllConstraints();    dims[dn] = dv;    var out = AJSStrings.get("Not available in") + '&lt;br\/&gt;';    for (var d in dims) {      out += AJSStrings.getFallback(d) + ': &lt;span class="notAvailHighlight"&gt;' + dims[d] + "&lt;\/span&gt;&lt;br\/&gt;";    }    var img = document.getElementById('detailProductImage');    var width = (img == null) ? 180 : img.width + 10;    div.style.width = width;    div.innerHTML = out;    div.style.display = 'block';  }}function updatePrice_init(){  var offerPrice = document.getElementById('detailOfferPrice');  var listPrice = document.getElementById('detailListPrice');  if (offerPrice == null) return;  this.defaultPrice = offerPrice.innerHTML;  if (listPrice != null) {    this.defaultListPrice = listPrice.innerHTML;  }}function updatePrice_handle(event){  if (!event.type || event.type != VariationSetEvent.VARIATION_SELECTED) return;  var offerPrice = document.getElementById('detailOfferPrice');  var listPrice = document.getElementById('detailListPrice');  var listPriceRow = document.getElementById('listprice');  if (offerPrice == null) return;  var variation = event.variation;  if (variation != null)  {    if (variation.attrs.Price) {      offerPrice.innerHTML = variation.attrs.Price;    }    if (listPrice != null &amp;&amp; listPriceRow != null &amp;&amp;        variation.attrs.ListPrice)    {        if (variation.attrs.ListPriceAmount &gt; variation.attrs.PriceAmount)        {            listPrice.innerHTML = variation.attrs.ListPrice;            listPriceRow.style.display = '';        }        else        {            listPriceRow.style.display = 'none';        }    }      }  else  {    offerPrice.innerHTML = this.defaultPrice;    if (listPrice != null &amp;&amp; listPriceRow != null) {      listPrice.innerHTML = this.defaultListPrice;      listPriceRow.style.display = '';    }  }}function updateAvail_init(){  var element = document.getElementById('dimSelectAvailability');  if (element == null) return;  this.defaultAvailability = element.innerHTML;}function updateAvail_handle(event){  if (!event.type || event.type != VariationSetEvent.VARIATION_SELECTED) return;  var element = document.getElementById('dimSelectAvailability');  if (element == null) return;  var variation = event.variation;  if (variation != null)  {    var text = "";    if (variation.attrs.Availability) {      text = variation.attrs.Availability;    }    if (variation.attrs.MerchantName) {      if (text != "" &amp;&amp; !text.match(/\.\s*$/)) {        text += '.';      }      text += " " + AJSStrings.get('Ships from sold by') + " " +        variation.attrs.MerchantName;    }    element.innerHTML = text;  }  else if (this.defaultAvailability != null)   {    element.innerHTML = this.defaultAvailability;  } }function updateOfferId_handle(event){  if (!event.type || event.type != VariationSetEvent.VARIATION_SELECTED) return;  var form = document.buybox;  if (form == null || form.dynASIN == null || form.dynOfferId == null) return;  var variation = event.variation;  if (variation != null &amp;&amp;       variation.attrs.OfferListingId != null &amp;&amp;      variation.attrs.Asin != null)  {    form.dynASIN.value = variation.attrs.Asin;    form.dynOfferId.value = variation.attrs.OfferListingId;  }  else  {    form.dynASIN.value = '';    form.dynOfferId.value = '';  } }function updateBuyButton_init(){  var element = document.getElementById('buybutton');  if (element == null) return;  element.style.cursor = "not-allowed";}function updateBuyButton_handle(event){  if (!event.type || event.type != VariationSetEvent.VARIATION_SELECTED) return;  var element = document.getElementById('buybutton');  if (element == null) return;  if (event.variation == null) {    element.style.cursor = "not-allowed";  } else {    element.style.cursor = "pointer";  }}function buyButtonMouseover(event){  if (goVariationSet == null) return;    if (goVariationSet.selectedVariation == null) {    var div = document.getElementById('chooseVariationBFCartAdd');    if (div != null) {      div.style.display = 'block';    }  }}function buyButtonMouseout(event){  var target = (event.target) ? event.target : event.srcElement;  var div = document.getElementById('chooseVariationBFCartAdd');  if (div != null) {      div.style.display = 'none';  }}function cartSubmit(event){  if (goVariationSet == null ||      goVariationSet.selectedVariation != null) {    return true;  } else {    if (event.preventDefault) { event.preventDefault(); }    return false;  }}function updateImage_init(){  var img = document.getElementById('detailProductImage');  if (img)  {      this.defaultImage = img.src;  }  var link = document.getElementById('imageViewerLink');  if (link)  {      this.defaultHref = link.href;      // replace current asin with a generic url for subsitutions      this.baseHref = link.href.replace(/\/images\/\w{10}/, "/images/%ASIN%");  }}function updateImage_handle(event){  if (!event.type || event.type != VariationSetEvent.VARIATION_SELECTED) return;  var img = document.getElementById('detailProductImage');  var link = document.getElementById('imageViewerLink');  var variation = event.variation;  var imgsrc, href;  if (variation &amp;&amp; variation.attrs.ImageURL)  {      imgsrc = variation.attrs.ImageURL;      href = this.baseHref.replace(/%ASIN%/, variation.attrs.Asin);  }  else  {      imgsrc = this.defaultImage;      href   = this.defaultHref;  }  if (img) img.src = imgsrc;  if (link) link.href = href;}&lt;/script&gt;     &lt;script type="text/javascript"&gt;function registerNamespace(ns){    var parts = ns.split(".");    var root = window;    for(var i = 0; i &lt; parts.length; i++)    {        if(!root[parts[i]])        {            root[parts[i]] = new Object();        }        root = root[parts[i]];    }}registerNamespace('Associates.Util');Associates.Util.getElementsByTagAndClass = function(tag, class_name, parent_element){    if(!parent_element){ parent_element = document; }        var tags = parent_element.getElementsByTagName(tag);       var class_tags = new Array();    var class_regex = new RegExp("\\b" + class_name + "\\b");    for (var i = 0; i &lt; tags.length; i++)    {        if(tags[i].className.match(class_regex))        {            class_tags.push(tags[i]);        }    }        return class_tags;}Associates.Util.findAncestor = function(child, test){    var test_func;    if(typeof test == 'object')    {        test_func = function(obj){ return obj == test };    }    else if (typeof test == 'string')    {        test_func = function(obj){ return obj.nodeName == test };    }    else    {        test_func = test;    }    while(child &amp;&amp; !test_func(child))    {        child = child.parentNode;    }    return child;}Associates.Util.getSelectedRadio = function(form, radioName){    if (typeof form == 'string') { form = document.forms[form]; }    for (var i = 0; i &lt; form[radioName].length; i++)    {        if (form[radioName][i].checked)        {            return form[radioName][i].value;        }    }        return undefined;}function AttachEventListener(object, event, handler, useCapture){    if( !useCapture )    {        useCapture = false;    }    if( object.addEventListener )    {        object.addEventListener(event, handler, useCapture);    }    else    {        object.attachEvent('on' + event, handler);    }}registerNamespace('Assoc.DOMEvent');Assoc.DOMEvent.AddHandler = function(object, event, handler, context){    var event_handler;    if(context)         event_handler = function(event){ handler.call(context, event) };    else        event_handler = handler;    AttachEventListener(object, event, event_handler);}function GetEventTarget(event){    return (event.target)? event.target : event.srcElement;}//borrowed from quirksmode. Stops event bubbling.function StopEventPropagation(event){    if(!event) { event = window.event; }    //MSIE    event.cancelBubble = true;    //w3c    if(event.stopPropagation) { event.stopPropagation(); }}function StopEventDefault(event){    if(!event) { event = window.event; }    //MSIE    event.returnValue = false;    //w3c    if(event.preventDefault) { event.preventDefault() };}//does both StopEventPropogation and StopEventDefaultfunction StopEvent(event){    StopEventDefault(event);    StopEventPropagation(event);}function mouseOverFromElement(event){    return (event.relatedTarget)? event.relatedTarget : event.fromTarget;}function mouseOutToElement(event){    return (event.relatedTarget)? event.relatedTarget : event.toTarget;}var wImages;var link = document.getElementById('imageViewerLink');function openImageViewer(event){    if (wImages == null || wImages.closed)    {        wImages = window.open(link.href, 'ImageView',            'width=625,height=700,scrollbars,resizable');    }    else    {        wImages.location = link.href;    }    wImages.focus();    return false;}AttachEventListener(link, 'click', openImageViewer);&lt;/script&gt;&lt;div id="productDescription"&gt;&lt;/div&gt;&lt;div id="productDetails"&gt;&lt;hr /&gt;&lt;h2&gt;Product Details&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Amazon Sales Rank: #2 in Sports &amp;amp; Outdoors&lt;/li&gt;&lt;li&gt;Brand: Razor&lt;/li&gt;&lt;li&gt;Dimensions: 4.00" h x  7.20" w x  24.00" l,   6.15 pounds  &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Features&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Original kick scooter made of sturdy aircraft-grade aluminum&lt;/li&gt;&lt;li&gt;Patented T-tube and deck design folds conveniently for transport&lt;/li&gt;&lt;li&gt;98 mm inline-style urethane wheels with ABEC 5 bearings&lt;/li&gt;&lt;li&gt;Patented rear fender brake for quick stops; weighs only 6 pounds&lt;/li&gt;&lt;li&gt;Recommended for ages 5 and older; 6-month warranty&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;hr /&gt;&lt;h2&gt;Editorial Reviews&lt;/h2&gt;&lt;div id="editorialReviews"&gt;Amazon.com Product DescriptionThe original kick scooter, the Razor A is a handy little ride forkids and teens alike. Though it'll never replace the internalcombustion engine, the scooter will get your child from point A topoint B much quicker than on foot alone, and requires just a few scootsof one's shoes in the process. Plus, it's a blast to use, as yourprogeny will likely attest.The Razor A is built of aircraft-grade aluminum, a sturdy material thatholds up to use and abuse through the years. Its T-tube and deck,meanwhile, fold up into a compact footprint, so riders can fit thescooter inside a bag or carry it at their side when riding isn'tappropriate (it weighs around 6 pounds). And thanks to the 98mminline-style urethane wheels, ABEC 5 bearings, and patented rear fenderbrake, riders will always feel smooth and in control when kicking alongthe sidewalk. Recommended for ages 5 and older, the Razor Awill support a rider up to 143 pounds. It's also backed by a six-monthwarranty. For the next step up, try the Razor A2 Scooter. &lt;table cellpadding="10" style="float: right; width: 400px;"&gt; &lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;img align="top" border="0" src="http://images.amazon.com/images/G/01/stores/sport-goods/B000L9TVNW-razor.jpg" /&gt;&lt;small&gt;&lt;i&gt;&lt;b&gt;When you're done riding, the Razor A folds down to a nicely compact size.&lt;/b&gt;&lt;/i&gt;&lt;/small&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;b&gt;Specifications:&lt;/b&gt; &lt;ul&gt;&lt;li&gt;Scooter material: Aircraft-grade aluminum tube and deck &lt;/li&gt;&lt;li&gt;Wheel size: 98mm &lt;/li&gt;&lt;li&gt;Wheel bearings: ABEC-5 &lt;/li&gt;&lt;li&gt;Brakes: Rear fender &lt;/li&gt;&lt;li&gt;Allen wrench: 5mm (not included) &lt;/li&gt;&lt;li&gt;Handlebar height: 33 inches (wheel to handlebar) &lt;/li&gt;&lt;li&gt;Weight: 6 pounds &lt;/li&gt;&lt;li&gt;Maximum rider weight: 143 pounds &lt;/li&gt;&lt;li&gt;Suspension: No &lt;/li&gt;&lt;li&gt;Wheelie bar: No &lt;/li&gt;&lt;li&gt;Kickstand: No &lt;/li&gt;&lt;li&gt;Folded dimensions: 23.75 x 4 x 7.25 inches &lt;/li&gt;&lt;/ul&gt;The buyer and rider of the Razor A scooter are responsible for knowingand obeying all local, state, and federal regulations regarding theriding and use of scooters.  &lt;b&gt;About Razor&lt;/b&gt;Founded in June2000, Razor USA, LLC is a privately held company based in Cerritos,California and holds the worldwide rights to the Razor® brand. Home ofthe wildly popular Razor kick scooter, Razor has other scooters likethe E100, E200, and E300--all electric scooters. The cutting-edge lineof Razor products also includes the Dirt Rocket, Pocket Mod, PocketRocket, Ground Force, a line of electric powered ride-on toys, and ajunior line of scooters. Razor also offers an actionvideo--RVM--featuring Team Razor (pro scooter athletes ages 9 to 20,who tour the world participating in demonstrations and competitions).Razor has numerous awards including Toy Industry Association's "Toy ofthe Year" and "Toy of the Year" honors from &lt;i&gt;TIME&lt;/i&gt;, &lt;i&gt;Parents&lt;/i&gt;, &lt;i&gt;Parenting&lt;/i&gt;, &lt;i&gt;Sports Illustrated for Kids&lt;/i&gt;, &lt;i&gt;Nick Jr.&lt;/i&gt;, and &lt;i&gt;U.S. News &amp;amp; World Report&lt;/i&gt;.&lt;/div&gt;&lt;div id="customerReviews"&gt;&lt;hr /&gt;&lt;h2&gt;Customer Reviews&lt;/h2&gt;Great Scooter!&lt;img alt="5" class="custReviewStars" height="11" name="pngImage" src="http://images.amazon.com/images/G/01/associates/network/star50_tpng.png" width="56" /&gt;This is a great scooter. My children love it. It is easily folded,and it has a built in brake to slow it down. It looks very sleek withits silver paint and clear wheels. It is not big and bulky but verysvelte. I recommend this scooter wholeheartedly, your kids and even you will love it.Makes A Long Trip Fun!&lt;img alt="5" class="custReviewStars" height="11" name="pngImage" src="http://images.amazon.com/images/G/01/associates/network/star50_tpng.png" width="56" /&gt;My son started kindergarten this year, half a mile away from ourhome. He didn't enjoy walking the distance, but the scooter solved theproblem. He just LOVES scooting around the streets, and mastered thetechnique within a week.Now getting home is fun. The scooter moves andworks great. All of the kids in NYC have them - I've even heard of akid who mastered the skill at age 2. I was really confused when I wasshopping for a scooter...I wasn't sure from reading the ads, whetherthis scooter was actually appropriate for a 4 year old. It's been fine.I highly recommend this scooter for kids who want to get around quickly.fun for adults too...&lt;img alt="5" class="custReviewStars" height="11" name="pngImage" src="http://images.amazon.com/images/G/01/associates/network/star50_tpng.png" width="56" /&gt;I bought this scooter for my daughter (7 yr old) and my husband wason it so much I had to buy another one. They take them everywhere. Itis great for camping to get around the campgounds. It breaks downeasily to store under car seats. I really recommend this scooter.&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div id="footer"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20"&gt;CHEAP RAZOR SCOOTER,RAZOR KICK SCOOTER FREE SHIPPING.&lt;/a&gt; &lt;/div&gt;&lt;/div&gt;&lt;div id="sidebar"&gt;&lt;ul id="widget"&gt;&lt;li class="widget" style="padding-bottom: 0pt; padding-top: 0pt;"&gt;&lt;div id="searchbrowse"&gt;&lt;hr style="margin-top: 13px;" /&gt;&lt;div id="browsetitle"&gt;Browse by Category&lt;/div&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20?_encoding=UTF8&amp;amp;node=1"&gt;BUY CHEAP RAZOR KICK SCOOTER&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="widget" style="padding-bottom: 0pt; padding-top: 0pt;"&gt;&lt;h3&gt;Listmania!&lt;/h3&gt;&lt;div class="listwidget"&gt;&lt;ul class="listmania"&gt;&lt;li class="listimages"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/listmania/R2IUHGSDVCVQKD"&gt;&lt;img alt="My Favorite Items for Boys From Toddler to Preschooler!" class="listimage" src="http://ecx.images-amazon.com/images/I/312yMEQmbbL._SL75_.jpg" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class="clsOdd"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/listmania/R2IUHGSDVCVQKD"&gt;My Favorite Items for Boys From Toddler to Preschooler!&lt;/a&gt;&lt;/li&gt;&lt;li class="clsEven"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/listmania/R2A1TKIJQZFDAJ"&gt;Gift Ideas for That Hard-to-Buy-For Sports Fan&lt;/a&gt;&lt;/li&gt;&lt;li class="clsOdd"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/listmania/RQYQDTY8LLFP6"&gt;Gift Ideas For The Person Who Has Everything&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="widget" style="padding-bottom: 0pt; padding-top: 0pt;"&gt;&lt;h3&gt;Similar Items&lt;/h3&gt;&lt;div class="productwidget"&gt;&lt;table cellspacing="0" class="sidebarproducts"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="image"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B0015RV6KA"&gt;&lt;img alt="Kids' Razor V17 Helmet - Pink" class="sidebarproduct" src="http://ecx.images-amazon.com/images/I/315PT2mBgLL._SL75_.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td class="text"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B0015RV6KA"&gt;Kids' Razor V17 Helmet - Pink&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="image"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B000I52BSG"&gt;&lt;img alt="Razor V-17 Youth Multi-Sport Helmet (Black Gloss)" class="sidebarproduct" src="http://ecx.images-amazon.com/images/I/41Q9V8XQV0L._SL75_.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td class="text"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B000I52BSG"&gt;Razor V-17 Youth Multi-Sport Hel...&lt;/a&gt;$&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="image"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B000I55OL2"&gt;&lt;img alt="Razor V-17 Child Multi-Sport Helmet (Black Gloss)" class="sidebarproduct" src="http://ecx.images-amazon.com/images/I/41AS9942GKL._SL75_.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td class="text"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B000I55OL2"&gt;Razor V-17 Child Multi-Sport Hel...&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="widget" style="padding-bottom: 0pt; padding-top: 0pt;"&gt;&lt;h3&gt;Accessories&lt;/h3&gt;&lt;div class="productwidget"&gt;&lt;table cellspacing="0" class="sidebarproducts"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="image"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B000O3RA7Y"&gt;&lt;img alt="TSG Evolution Jr. Helmet (Black)" class="sidebarproduct" src="http://ecx.images-amazon.com/images/I/41O99uxPn2L._SL75_.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td class="text"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B000O3RA7Y"&gt;TSG Evolution Jr. Helmet (Black)&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="image"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B000O3MF2E"&gt;&lt;img alt="TSG Force III Skate Kneepads (Large, Black)" class="sidebarproduct" src="http://ecx.images-amazon.com/images/I/41qrmBsHGjL._SL75_.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td class="text"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B000O3MF2E"&gt;TSG Force III Skate Kneepads (La...&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="image"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B00168DH3M"&gt;&lt;img alt="TSG Skate Helmet Flat Gray (Small/Medium)" class="sidebarproduct" src="http://ecx.images-amazon.com/images/I/41eQNaPPNuL._SL75_.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td class="text"&gt;&lt;a href="http://astore.amazon.com/buy-razor-kick-scooter-20/detail/B00168DH3M"&gt;TSG Skate Helmet Flat Gray (Smal...&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7806594558114805186-3131885248202737505?l=cheap-razor-kick-scooter.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7806594558114805186/posts/default/3131885248202737505'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7806594558114805186/posts/default/3131885248202737505'/><link rel='alternate' type='text/html' href='http://cheap-razor-kick-scooter.blogspot.com/2009/11/razor-kick-scooter.html' title='Razor A Kick Scooter'/><author><name>Cash Advance Loans</name><uri>http://www.blogger.com/profile/10241113505277164803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry></feed>
