﻿function a_click(id,msg){var a = document.getElementById(id);var h = a.getAttribute("href");var c = confirm("Grant of License: ThierryHennequinFinaArt.com hereby grants and you accept a nonexclusive and non-commercial license only. This wallpaper is free only for personal wallpaper use. Any other use is in breach of strict copyright which remains with Thierry Hennequin.  All copyright violations will be prosecuted to the full extent of the law.");		if (c == true){	window.location.assign(h);  	} else {  	a.setAttribute("href","#");  	a.setAttribute("class","hd");  	}}