
		var flashvars = {};
		flashvars.xml = "content/themes/dolphins/config.xml";
		flashvars.font = "content/themes/dolphins/font.swf";
		var attributes = {};
		attributes.wmode = "transparent";
		attributes.id = "slider";
		swfobject.embedSWF("content/themes/dolphins/cu3er.swf", "cu3er", "960", "384", "9", "expressInstall.swf", flashvars, attributes);


// What is $(document).ready ? See: http://flowplayer.org/tools/using.html#document_ready
$(document).ready(function() {

// initialize scrollable together with the circular plugin
$("#infinite").scrollable().circular().mousewheel();
$("img[rel]").overlay();
$("a[rel]").overlay();
$("#res").validate();
$("#res2").validate();

});

$(function()
{
	$('.date-pick').datePicker();
});


