var ProductCode = "54241";

/*
1. Enter your "SPOTLIGHT" ProductCode above that you're placing in the sidebar.

2. Create a 150x120 ad photo (.jpg) with the same name (capitalization matters) as the ProductCode.

   Place the photo into the follow directory in your Volusion folders via FTP
   /vspfiles/templates/AquaTraders/images/spotlight/

   EXAMPLE:    ProductCode = ABC-123    Photo location... /vspfiles/templates/AquaTraders/images/spotlight/ABC-123.jpg
*/

/*** DO NOT EDIT THE CODE BELOW ***/

/****************************************************************************************************************************************************************************************************************/
document.write('<a href="/ProductDetails.asp?ProductCode=' + ProductCode + '"><img src="/v/vspfiles/templates/AquaTraders/images/spotlight/' + ProductCode + '.jpg" width="150" height="120" border="0" alt="" /></a>');
/****************************************************************************************************************************************************************************************************************/