﻿$(document).ready(function() {

//    var src = document.getElementById("gear").src,
//                    angle = 0;
//    document.getElementById("holder").innerHTML = "";
//    var R = Raphael("holder", 454, 454);
//    //R.circle(227, 227, 200).attr({ fill: "#000", "fill-opacity": .5, "stroke-width": 5 });
//    var img = R.image(src, 0, 0, 227, 227);


//    $("a.agear").click(function() {
//        angle += 90;
//        img.animate({ rotation: angle }, 1000, "<>");
//    });

    //setTimeout(function() { R.safari(); });


});

function startRotate() {
    angle += 90;
    img.animate({ rotation: angle }, 1000, "<>");
}
