function loadPosterImage(imageURL) {
	if (document.images) {
		document.imagePoster.src = imageURL;
		return false;
	}
	else {
		return true;
	}
}