function goomapframe(){
	document.write('<iframe width="640" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.fr/maps?f=q&amp;hl=fr&amp;geocode=&amp;q=28+boulevard+Roger+Salengro+78711+Mantes-la-ville,+France&amp;sll=48.98447,1.701765&amp;sspn=0.00759,0.014741&amp;ie=UTF8&amp;ll=48.991426,1.706057&amp;spn=0.00759,0.014741&amp;t=h&amp;z=14&amp;iwloc=addr&amp;output=embed&amp;s=AARTsJqs9kEfWV9amXHlOi2sJZWf_h6PfQ"></iframe>');
}
$(document).ready(function(){
    //Examples of how to assign the ColorBox event to elements
    $("a[rel='groupevignette']").colorbox();

    //Example of preserving a JavaScript event for inline calls.
    $("#click").click(function(){ 
        $('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
        return false;
    });
});
