function changeit(n, doc){
	if(n)
	{
		n.src=doc
	}
}
