/*
 * jQuery JavaScript Library v1.4
 * http://jquery.com/
 *
 * PhotoRadius custom objects
 */
$(function()
{
	// Tabs
	$('#tabs').tabs();
});
