/*
    Document   : jquery.to.do.js
    Created on : May 28, 2009, 8:00:00 PM
    Author     : christian
    Description:
        Purpose of the javascript follows.
*/

$(document).ready(function() {

    // jQuery application starts here...
	
	$("a.media").media();
});
