//<!--

window.onerror = null;
window.defaultStatus = '';

if (document.images) {


var a1 = new Image(); a1.src = "enter1.jpg"; 
var a0 = new Image(); a0.src = "enter0.jpg";

}

function function_a1() {if (document.images) {document.images.aa.src = a1.src;}}
function function_a0() {if (document.images) {document.images.aa.src = a0.src;}}



//-->