I used this thread:
http://forum.x-cart.com/viewtopic.php?t=6321
So I added the Smarty random plugin which brings up a random number fine.
Code:
{random min=1 max=3}
so I tried
Code:
{include file="head{random min=1 max=3}.tpl"}
but it gives me an error. What am I doing wrong?