﻿/*
 * Preload images
 */
if (document.images) {
	thisImageBack = new Image();
	thisImageBack.src = '/media/img/back.jpg';
}
