if (document.images)
{
var ace1 = new Image();
ace1.src = 'http://i121.photobucket.com/albums/o209/parusa619/seewhaticansee2.jpg';

var ace2 = new Image();
ace2.src = 'http://i121.photobucket.com/albums/o209/parusa619/BackToBack2.jpg';

var ace3 = new Image();
ace3.src = 'http://i121.photobucket.com/albums/o209/parusa619/finaltest2.jpg';

var ace4 = new Image();
ace4.src = 'http://i121.photobucket.com/albums/o209/parusa619/blindmutetrap2.jpg';

var ace5 = new Image();
ace5.src = 'http://i121.photobucket.com/albums/o209/parusa619/knifechair.jpg';
}

function trap1()
{
if (document.images)
{
document['imageSwap'].src = ace1.src;
}
}
function trap2()
{
if (document.images)
{
document['imageSwap'].src = ace2.src;
}
}
function trap3()
{
if (document.images)
{
document['imageSwap'].src = ace3.src;
}
}
function trap4()
{
if (document.images)
{
document['imageSwap'].src = ace4.src;
}
}
function trap5()
{
if (document.images)
{
document['imageSwap'].src = ace5.src;
}
}

