document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. SELECT current_date + (6 - EXTRACT(DOW FROM current_date)) * \'1 day\'::INTERVAL;
');