function random_imglink(){
var myimages=new Array()
//specify image URL
myimages[0]="With energy prices soaring, turn your thermostat down a degree or two and put on an extra jumper. Not only will you save money, but you’ll be helping the environment."
myimages[1]="Look out for 2 for 1 vouchers and discount days when you’re doing your Christmas shopping or eating out."
myimages[2]="Don’t forget to use your loyalty card when you go shopping."
myimages[3]="Check out the price comparison sites for the best deals on everything from must-have toys to food and wine."
myimages[4]="Cut back on little indulgences like that weekly takeaway and put it towards a saving fund, you’ll be surprised how quickly it adds up."
myimages[5]="With the cost of petrol up and down like a yo-yo, walk, cycle or use public transport instead of taking the car."
myimages[6]="Check out the delivery prices if you’re buying anything online and look out for places that offer free delivery."
myimages[7]="If finances are tight but you desperately need to get away to the slopes or soak up some winter sun, take your Debit Card, it’s often one of the cheapest ways to pay for things when you are abroad."
myimages[8]="Get more from your bank account. Open an Additions Active account and get up to £680 in annual benefits including RAC breakdown insurance and multi-trip travel insurance."

//specify corresponding links below
var imagelinks=new Array()
imagelinks[0]="link1.html"
imagelinks[1]="link2.php"
imagelinks[2]="link3.shtml"
imagelinks[3]="link4.xml"
imagelinks[4]="link5.asp"
imagelinks[5]="link6.jsp"

//specify corresponding alt text
var alttext=new Array()
alttext[0]="Image 1"
alttext[1]="Image 2"
alttext[2]="Iamge 3"
alttext[3]="Image 4"
alttext[4]="Image 5"
alttext[5]="Image 6"

var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<p>'+myimages[ry]+'</p><img alt="" src="/PFS/A/Content/Images/green_arrow.gif" border="0" />&nbsp;<a class="glnk" href="javascript:history.go(0)"><b>Click here for another tip</b></a><br><img alt="" src="/PFS/A/Content/Images/green_arrow.gif" border="0" />&nbsp;<a class="glnk" href="/BRC1/jsp/brccontrol?site=pfs&task=popup1group&value=15740" target="_blank"><b>View all our money saving tips</b></a>')
}
random_imglink()
