html" xmlns="http://www.w3.org/1999/xhtml">
Mr. Roboto Vacuum Cleaner • Zazz! — One Day. One Chance.
var global_referer="x";
Loadinghtml" xmlns="http://www.w3.org/1999/xhtml">
Mr. Roboto Vacuum Cleaner • Zazz! — One Day. One Chance.
var global_referer="x";
Loading
CTYPE html>
Mr. Roboto Vacuum Cleaner • Zazz! — One Day. One Chance.
var global_referer="x";
Loading
Home
Archive
Forum
Blog
WTF?
Contact
MyZazz
Cart
Mr. Roboto Vacuum Cleaner • Zazz! — One Day. One Chance.
Home
Mr. Roboto Vacuum Cleaner
Mr. Roboto Vacuum Cleaner
Includes back-to-base Auto Charging Dock!Does all the dirty work for you!
$179.95
+ $14.95 shipping first unit(additional units an extra $7.00 each)
Condition: New
Discuss this on the forum
(18 comments made so far)
Share this:
The last person to purchase this thingy was wizard, you should get one too.
Amazing automatic vacuum cleaner does the dirty work for you
Works on carpet, linoleum, wood and other floor surfaces
Ultraviolet lamp sanitizes floors
Automatically seeks out and returns to its base to dock and charge
Includes remote control
Find out more:
Images (7)
Specifications
Description
Also available for today only
Shipping is capped at $10.00 per order no matter how many thingys you get!
Nike Sunglasses Clearance
Step out in style this summer with slick new sunnies
$59.95
Tell me more
8 bit Clock
Get some block in your clock
$29.95
Tell me more
Electrazazz
3W, 6W, 7W and 10W and 12W LED globesCapped shipping, buy as many as you need/want!
Starting from just
$8.95
Tell me more
Why hello there
Don't have an account? Start here.
Username or email
Password
Yes
No
Remember me
Forgotten your password? Click here.
$(function(){
$(".cb-enable").click(function(){
var parent = $(this).parents('#switch');
$('.cb-disable',parent).removeClass('selected');
$(this).addClass('selected');
$('.checkbox',parent).attr('checked', true);
});
$(".cb-disable").click(function(){
var parent = $(this).parents('#switch');
$('.cb-enable',parent).removeClass('selected');
$(this).addClass('selected');
$('.checkbox',parent).attr('checked', false);
});
});
$('#login-form').submit(function() {
$('#loader').show();
$('#submit-button').attr('disabled', 'disabled');
var username = $.trim($("#username-right").val());
var password = $.trim($("#password-right").val());
if (username == "" && password == "") {
form_error("You haven't entered a username or a password... I don't see how you expect to be logged in");
return false;
}
else if (password == "") {
form_error("Oooh so close, but you need to enter a password too");
return false;
}
else if (username == "") {
form_error("You need to enter a username or email address so we know who you are");
return false;
}
var remember = ($('#remember-right').is(':checked')) ? 1 : 0;
var postdata = 'username=' + escape(username) + '&password=' + escape(password) + '&remember=' + remember + '&';
$.ajax({
cache:false,
type:'POST',
url:'https://www.zazz.com.au/myzazz/login',
data:postdata,
success: function(response) {
if (response == '1') {
$('#menu-myzazz a').attr('href', 'https://www.zazz.com.au/myzazz');
document.location = document.location;
return true;
} else {
form_error("You could not be logged in. The username and/or password you entered are incorrect");
return false;
}
}
});
return false;
});
function image_switch(id) {
$('#main-image').attr('src', $(id).attr('src'));
}
$(function(){set_active('home');});
$.ajax({
type:'GET',
url: 'https://www.zazz.com.au/raw/description/4985',
success: function(response) {
if (response) {
$('#description').html(response);
}
}
});
Home | Terms and Conditions | About Zazz | Contact us
As far as we're concerned, it's currently
Click here or anywhere in the shaded area to close this box
Boo! That address won't workWe want to use the address you entered but there is a certain postal company, who shall remain nameless, that wants addresses printed in a very specific way.Unfortunately the address you entered couldn't be matched in our database. We have provided you what we believe are good matches based on the post code entered, the way the word sounds, and how it was typed. Hopefully one of these match where you live, if not please try and enter your address again.Please click the city/suburb name that best describes where you live from this list:
None of these are right yo, let me try and enter my address again
If you believe you have entered your address details correctly and you shouldn't be seeing this box, please contact us and let us know.
function load_complete(){
$('#loader').hide();
window.scrollTo(0,1);
if (window.location.href.indexOf('gimme') < 0) {
$.ajax({
type:'POST',
url: (window.location.href.indexOf('checkout') < 0) ? 'https://www.zazz.com.au/shop/validate' : 'https://www.zazz.com.au/shop/validate/true',
success: function(response) {
if (response) {
show_info(response);
}
}
});
}
$.ajax({
type:'POST',
url:'https://www.zazz.com.au/daily/time',
success: function(response) {
if (response) {
$('#header #middle #timer').html(response);
}
}
});
setTimeout(track_page,500);
}
function track_page() {
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = '//mint.zazz.com.au/?js';
document.getElementsByTagName('head')[0].appendChild(script);
}
$(function(){
$('body')
.bind('zjax:start', function(){
$('#top-bar #menu-back').hide();
$('#loader').show();
})
.bind('zjax:end', function(data){
load_complete();
});
$('#blackout').bind('click', function(){
hide_blackout();
});
});
$(function() {
$('#clock').clock({'time':'February 09, 2012 03:21:59'});
});
$(window).load(function(){
load_complete();
})
function show_message() {
blackout_model('blackout-generic');
$('#blackout').show();
$('#blackout-generic').show();
}
function hide_blackout() {
$('#blackout').hide();
$("div[id^='blackout-']").hide();
return false;
}
function blackout_model(id) {
var ih = $('#' + id).height();
var iw = $('#' + id).width();
var wh = $(window).height();
var ww = $(window).width();
var bh = $('body').height();
var bw = $('body').width();
$('#blackout').css('height', (wh > bh) ? wh : bh);
$('#blackout').css('width', (ww > bw) ? ww : bw);
var st = $(window).scrollTop();
var rh = ((wh - ih) / 2);
var rw = ((ww - iw) / 2) + 5;
$('#' + id).css('top', rh);
$('#' + id).css('left', rw);
}
+ shipping