/* Author: 

*/

/*window.onresize = function() {
	if(window.document.width) {
		document.getElementById("screen-size").innerHTML = window.document.width;	
	} else {
		document.getElementById("screen-size").innerHTML = window.document.body.clientWidth;
	}
}*/

$(document).ready(function() {
    // put all your jQuery goodness in here.
	$('.testimonials-container').quotator({
		 json : "js/mylibs/quotes.js"
	});
});







