
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<a href="portfolio.aspx"><img src="images/fununlimited.jpg" alt="Recent Works" width="168" height="142" border="0"></a>'

quotes[1]='<a href="portfolio.aspx"><img src="images/comtecs.jpg" alt="Recent Works" width="168" height="142" border="0"></a>'

quotes[2]='<a href="portfolio.aspx"><img src="images/mansoors.jpg" alt="Recent Works" width="168" height="142" border="0"></a>'

quotes[3]='<a href="portfolio.aspx"><img src="images/tooths.jpg" alt="Recent Works" width="168" height="142" border="0"></a>'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
