Follow Dashboard

rubix cube
Friday, 14 November 2014 | 06:04 | 0 comments



im always enjoy solving the cube..

i wonder why other people dont realize how fun and how simple is the solving

slow or fast 

its good for your brain 

thumbs up man



Old things | New things






function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener("load", function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } }