function ws() {
    a = document;
    if (window.ws_user ) {
    a.write('<iframe name="webshapes_frame" width="'+ws_width+'" height="'+ws_height+'" src="http://www.webshapes.org/js/myshapes/'+ws_user+'/w/'+ws_width+'/h/'+ws_height+'/" frameborder="0"  scrolling="no"></iframe>');
    } else {
    a.write('<iframe name="webshapes_frame" width="'+ws_width+'" height="'+ws_height+'" src="http://www.webshapes.org/js/filter/'+ws_filter[0]+'/w/'+ws_width+'/h/'+ws_height+'/?f='+ws_format+'&num='+ws_num+'&fcol='+ws_fcol.replace('#','')+'&bcol='+ws_bcol.replace('#','')+'&val='+ws_filter[1]+'" frameborder="0"  scrolling="no"></iframe>');


    }


}
ws();