/* IFRAME-XHTML BUILDER
Variables
_pets911_iframe_site this loads the appropriate CSS file for display; (required)
_pets911_iframe_height this sets the height of the IFRAME; (default 700px)
_pets911_iframe_width this sets the width of the IFRAME; (default 480px)
_pets911_iframe_bgcolor this sets the background color; (default off)
_pets911_iframe_section this sets the "section" to load. (default homepage)
*/
var _pets911_iframe_height = 700;
var _pets911_iframe_width = 480;
var _pets911_iframe_bg = '';
var _pets911_iframe_site = '';
var _pets911_iframe_section = '';
function pets911_iframe()
{
var _bgcolor;
if(_pets911_iframe_bg) { _bgcolor='style="background-color: '+_pets911_iframe_bg+';"'; }
document.write('');
}