function fpm1(pet) {
    var preload_image = new Image(); 
    preload_image.src=pet.i.fpm;


    document.write('<a href=\"' + pet.u + '\"><img src=\"' + pet.i.fpm + '\" alt=\"\" border=\"1\" style=\"float:left; margin-right: 5px;\" /></a>');
  
    if(pet.id) {
        document.write('<span style=\"font-weight: bold; clear:both; font-size: 14px; \">');
        document.write('<a href=\"' + pet.u + '\"  target=\"_blank\" >');
        document.write(pet.n);
        document.write('</a>');
        document.write('</span><br><br>');
        document.write('<p style=\"font-weight: bold; font-size: 10px;\">');
        document.write('<a href=\"' + pet.sh.u + '\">');
        document.write(pet.sh.n);
		document.write('<br>');
		document.write('<i>');
        document.write(pet.c + ', ' + pet.s2);
		document.write('</i>');
     	document.write('</a>');
	    document.write('</p>');
    }
    else {
        document.write('<p style=\"font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; margin: 0px 2px 0px 4px; padding: 0px; font-weight: normal\">');
        document.write('<br />We\'re sorry, the Featured Pet is not available at this time');
        document.write('</p>');
    }

}

function fpm2(pet) {
    var preload_image = new Image(); 
    preload_image.src=pet.i.fpm;

    document.write('<div style=\"width:120px; height: 295px; background: url(http://www.petfinder.com/banner-images/widgets/29.jpg); text-align: center; overflow: hidden\">');
    document.write('<div style=\"margin: 56px 0 0 0; height: 80px; overflow: hidden\">');
    document.write('<a href=\"' + pet.u + '\"><img src=\"' + pet.i.fpm + '\" alt=\"\" style="border: solid 1px #f9f39b" /></a>');
    document.write('</div>');
    if(pet.id) {
        document.write('<p style=\"font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; margin: 2px 2px 0px 4px; padding: 0px; font-weight: bold\">');
        document.write('<a href=\"' + pet.u + '\" style=\"font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; margin: 2px 2px 0px 4px; padding: 0px; font-weight: bold; text-decoration:none;\">');
        document.write(pet.n);
        document.write('</a>');
        document.write('</p>');
        document.write('<p style=\"font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #90218a; margin: 0px 2px 0px 4px; padding: 0px; font-weight: bold\">');
        document.write('<a href=\"' + pet.sh.u + '\" style=\"font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #90218a; margin: 2px 2px 0px 4px; padding: 0px; font-weight: bold; text-decoration:none;\">');
        document.write(pet.sh.n);
        document.write('</a>');
        document.write('</p>');
        document.write('<p style=\"font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; margin: 0px 2px 0px 4px; padding: 0px; font-weight: normal\">');
        document.write(pet.c + ', ' + pet.s2);
        document.write('</p>');
    }
    else {
        document.write('<p style=\"font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; margin: 0px 2px 0px 4px; padding: 0px; font-weight: normal\">');
        document.write('<br />We\'re sorry, the Featured Pet is not available at this time');
        document.write('</p>');
    }
    document.write('</div>');
}

function fpm(pet) {
    var preload_image = new Image(); 
    preload_image.src=pet.i.fpm;

    if(pet.id) {
        document.write('<p align="center"><font face="" size="" color=""><b><i>' + pet.s + '</i><br />Featured Adoptable Pet:</b><br />');
        document.write('<a href=\"' + pet.u + '\" target="_blank" style=\"text-decoration:none;\">');
        document.write('<img src=\"' + pet.i.fpm + '\" vspace=\"5\" hspace=\"5\" border=\"0\" style=\"text-decoration:none\" ><br />' + pet.n + '</a><br />');
        document.write('<a href=\"' + pet.sh.u + '\" target=\"_blank\" style=\"text-decoration:none;\">');
        document.write(pet.sh.n + '</a><br />' + pet.c + ', ' + pet.s2);
        document.write('</font><br><font face="" size=\"1\"><a href="http://www.petfinder.org" style="text-decoration:none" target="_blank">compliments of Petfinder.com</a></font></p>');
    }
    else {
        document.write('<p align="center"><b>Featured Adoptable Pet:</b><br />');
        document.write('<a href="http://www.petfinder.com"> <img src="http://www.petfinder.com/common/images/fpm/fpmfailad.gif" border=0></a>');
        document.write('<br><font face="" size="" color="">We\'re sorry, the Featured Pet<br />is not available at this time</font></p>');
    }

}







	

