
jQuery(document).ready(function()
{
	jQuery("a.calendar-tip").colorbox({iframe:true, width:600, height:400});
});
