// JavaScript Document
num = 0;
function change(n){
	num = n;
	document.gallery.src = "/images/hairstyle/"+n+".jpg";
}