﻿function swap(pic){
	$('swap_div').setStyle({
  background: 'url('+pic+')'
});
	}