function paintFlickr(){
document.write('<style type="text/css">');
document.write('.zg_div {margin:0px 5px 5px 0px; width:117px;}');
document.write('.zg_div_inner {border: solid 1px #000000; background-color:#ffffff;  color:#666666; text-align:center; font-family:arial, helvetica; font-size:11px;}');
document.write('.zg_div a, .zg_div a:hover, .zg_div a:visited {color:#3993ff; background:inherit !important; text-decoration:none !important;}');
document.write('</style>');
zg_insert_badge = function() {
var zg_bg_color = 'ffffff';
var zgi_url = 'http://www.flickr.com/apps/badge/badge_iframe.gne?zg_bg_color='+zg_bg_color+'&zg_person_id=65083213%40N00 ';
document.write('<iframe style="background-color:#'+zg_bg_color+'; border-color:#'+zg_bg_color+'; border:none;" width="113" height="151" frameborder="0" scrolling="no" src="'+zgi_url+'" title="Flickr Badge"></iframe>');
if (document.getElementById) document.write('<div id="zg_whatlink"><a href="http://www.flickr.com/badge_new.gne"    style="color:#3993ff;" onclick="zg_toggleWhat(); return false;">what is this?<\/a><\/div>');
}
zg_toggleWhat = function() {
document.getElementById('zg_whatdiv').style.display = (document.getElementById('zg_whatdiv').style.display != 'none') ? 'none' : 'block';
document.getElementById('zg_whatlink').style.display = ( document.getElementById('zg_whatdiv').style.display != 'none') ? 'none' : 'block';
return false;
}
document.write('<div class="zg_div"><div class="zg_div_inner"><a href=" http://www.flickr.com">www.<strong style="color:#3993ff">flick<span style="color:#ff1c92">r</span></strong>.com</a><br>');
zg_insert_badge();
document.write('<div id="zg_whatdiv">This is a Flickr badge showing public photos from <a href=" http://www.flickr.com/photos/65083213@N00">Quique</a>. Make your own badge <a href="http://www.flickr.com/badge_new.gne">here</a>.</div>');
if (document.getElementById) document.getElementById('zg_whatdiv').style.display = 'none';
document.write('</div>');
document.write('</div>');
}