<?php //Loading the images from Flickr
$file_array = array
("<img src='http://farm5.static.flickr.com/4006/4685049939_4da1253f6b_z.jpg' alt='Web design and flash animation for home maintenance specialists the Complete Door Window Company.' /><p>Web design and flash animation for home maintenance specialists the Complete Door Window Company.</p>",
"<img src='http://farm5.static.flickr.com/4038/4685688826_f5e6e9e249_z.jpg' alt='Web design and Flash animation for celebrity hair stylist Robert Bell.' /><p>Web design and Flash animation for celebrity hair stylist Robert Bell.</p>",
"<img src='http://farm5.static.flickr.com/4003/4666426166_782dedbe50_z.jpg' alt='Web design and Flash animation for corporate track day experience specialist Atom Experience Ltd.' /><p>Web design and Flash animation for corporate track day experience specialist Atom Experience Ltd.</p>",
"<img src='http://farm2.static.flickr.com/1277/4665592055_40d85c28c1_z.jpg' alt='Web design for Sisley's Unique Florist.' /><p>Web design for Sisley's Unique Florist.</p>",
"<img src='http://farm2.static.flickr.com/1266/4665588911_01a07b6fe1_z.jpg' alt='Web design for custom electric guitar builders Wynne Guitars.' /><p>Web design for custom electric guitar builders Wynne Guitars.</p>",
"<img src='http://farm5.static.flickr.com/4076/4748358149_38e3991eff_z.jpg' alt='Web design for financial legal experts AIMS International. I like designing for start-up businesses though I wish I'd had control over the logo colours (the turquoise is rather saturated and fluorescent). The site was built by Object Source (www.object-source.com).' /><p>Web design for financial legal experts AIMS International. I like designing for start-up businesses though I wish I'd had control over the logo colours (the turquoise is rather saturated and fluorescent). The site was built by <a href='http://www.object-source.com' title='Object Source Website'>Object Source</a>.</p>");
$total = count($file_array);
$random = (mt_rand()%$total);
$file = "$file_array[$random]";
?>
|