var tag0 = document.createElement('div');
tag0.setAttribute('id', "slideshow_left_frame");
var tag2 = document.createElement('div');
tag2.setAttribute('id', "slideshow_container");
tag0.appendChild(tag2);
var tag3 = document.createElement('img');
tag3.setAttribute('id', "slideshow_photo");
tag3.setAttribute('src', "http://wbond.net/images/slideshow/c.gif");
tag3.setAttribute('alt', "Photo");
tag2.appendChild(tag3);
var tag4 = document.createElement('div');
tag4.setAttribute('id', "slideshow_link_container");
tag2.appendChild(tag4);
var tag5 = document.createElement('a');
tag5.setAttribute('href', "#");
tag5.setAttribute('id', "slideshow_prev_link");
tag5.setAttribute('title', "Previous Photo");
tag4.appendChild(tag5);
var tag6 = document.createElement('span');
tag5.appendChild(tag6);
tag6.appendChild(document.createTextNode('Previous'));
var tag7 = document.createElement('a');
tag7.setAttribute('href', "#");
tag7.setAttribute('id', "slideshow_next_link");
tag7.setAttribute('title', "Next Photo");
tag4.appendChild(tag7);
var tag8 = document.createElement('span');
tag7.appendChild(tag8);
tag8.appendChild(document.createTextNode('Next'));
var tag9 = document.createElement('div');
tag9.setAttribute('id', "slideshow_loading");
tag2.appendChild(tag9);
var tag10 = document.createElement('img');
tag10.setAttribute('src', "http://wbond.net/images/slideshow/loading_animated.gif");
tag10.setAttribute('width', "48");
tag10.setAttribute('height', "47");
tag10.setAttribute('alt', "Loading...");
tag9.appendChild(tag10);
var tag11 = document.createElement('div');
tag11.setAttribute('id', "slideshow_caption_container");
tag0.appendChild(tag11);
var tag12 = document.createElement('p');
tag11.appendChild(tag12);
var tag13 = document.createElement('span');
tag13.setAttribute('id', "slideshow_counter");
tag12.appendChild(tag13);
tag13.appendChild(document.createTextNode('\u00a0'));
var tag14 = document.createElement('span');
tag14.setAttribute('id', "slideshow_caption");
tag12.appendChild(tag14);
tag14.appendChild(document.createTextNode('\u00a0'));

var tag15 = document.createElement('div');
tag15.setAttribute('id', "slideshow_right_frame");
var tag16 = document.createElement('div');
tag16.setAttribute('id', "slideshow_thumb_slider");
tag15.appendChild(tag16);
var tag17 = document.createElement('div');
tag17.setAttribute('id', "slideshow_top_thumb_mask");
tag16.appendChild(tag17);
var tag18 = document.createElement('div');
tag18.setAttribute('id', "slideshow_thumb_slider_inner");
tag16.appendChild(tag18);
var tag19 = document.createElement('div');
tag19.setAttribute('id', "slideshow_bottom_thumb_mask");
tag16.appendChild(tag19);
var base_tag = document.body.firstChild;
while (base_tag && (base_tag.nextSibling || base_tag.firstChild)) {
    if (base_tag.nextSibling) {
        base_tag = base_tag.nextSibling;
    } else if (base_tag && base_tag.tagName != 'SCRIPT' && base_tag.firstChild) {
        base_tag = base_tag.firstChild
    } else if (base_tag && base_tag.tagName == 'SCRIPT') {
        break;
    }
}
base_tag.parentNode.appendChild(tag0);
base_tag.parentNode.appendChild(tag15);


Behaviour.register(myrules);
