var port = window.location.port ? ':' + window.location.port : '';
var SITE_URL = 'http://' + window.location.hostname + port + '/';
var PHOTOS_URL		= SITE_URL + 'uploads/photos/';