if (type === undefined || !type) var type="last";
if (citation_width === undefined || !citation_width) var citation_width=300;
if (citation_height === undefined || !citation_height) var citation_height=120;
if (border_color === undefined || !border_color) var border_color='#FFF';
if (background_color === undefined || !background_color) var background_color='#FFF';
if (qotd === undefined || !domain) var domain='http://www.citation-du-jour.fr/';
citation_width-=10;
citation_height-=10;
var src = qotd+'apis/export.php?i=0&b='+escape(border_color)+'&bc='+escape(background_color)+'&t='+escape(type);
var j = '<script src="'+src+'"></script>';
document.write(j);
