Santabot 1
<?php
$s2 = theme('imagecache', 'thm_img', 'sites/botaday.com/files/blogimg/santabot2.1.jpg','','Santabot 2');
$s3 = theme('imagecache', 'thm_img', 'sites/botaday.com/files/blogimg/santabot3.jpg','','Santabot 3');
$s4 = theme('imagecache', 'thm_img', 'sites/botaday.com/files/blogimg/santabot4.jpg','','Santabot 4');
$s5 = theme('imagecache', 'thm_img', 'sites/botaday.com/files/blogimg/santabot5.jpg','','Santabot 5');
$html = "$s2";
$html.= "
Santabot 2
"; $html.= "$s3"; $html.= "Santabot 3
"; $html.= "$s4"; $html.= "Santabot 4
"; $html.= "$s5"; $html.= "Santabot 5
"; print $html; ?>