var words={
	


}

function worddiv(){
	for ( var i in words ){
		if($(i)) $(i).innerHTML=words[i];	

	}

}
