// JavaScript Document

function preload()
{
	p1 = new Image(); 
	p1.src="images/radio.jpg";
}