// JavaScript Document

// ADDED TO PROMO AREA OF SELECTED CATALOG
/*  
  <script>
  contains the main image/link for the current promotional special.
  located in **  \framework\images\webapp\images\Scripts\promos.js  **
  promoArea();
  </script>
*/

function promoArea(){
	document.write("<!-- <a href=\"/control/product/~product_id=FBCALENDAR\"><img src=\"/images/_ads/football_calendar_layout.png\" border=\"0\"></a> -->");	
}
