var biography = {
src: 'img/biography.swf'
};
var contact = {
src: 'img/contact.swf'
};
var bencontact = {
src: 'img/bencontact.swf'
};
var photoalbum = {
src: 'img/photoalbum.swf'
};
var welcome = {
src: 'img/welcome.swf'
};
var agenda = {
src: 'img/agenda.swf'
};
sIFR.debugMode = true;
sIFR.prefetch(biography, contact, bencontact, photoalbum, welcome, agenda);
sIFR.activate();
sIFR.replace(biography, {
selector: 'h1'
,css: [
'.sIFR-root { color: #5e5e5e; }'
,'a { color: #5e5e5e;text-decoration: none; }'
,'a:visited { color: #5e5e5e;text-decoration: none; }'
,'a:hover { color: #5e5e5e;text-decoration: none; }'
],
wmode: 'transparent' 
});
sIFR.replace(contact, {
selector: 'h2'
,src: 'img/contact.swf'
,css: [
'.sIFR-root { color: #5e5e5e; }'
,'a { color: #5e5e5e;text-decoration: none; }'
,'a:visited { color: #5e5e5e;text-decoration: none; }'
,'a:hover { color: #5e5e5e;text-decoration: none; }'
],
wmode: 'transparent' 
});
sIFR.replace(bencontact, {
selector: 'h3'
,src: 'img/bencontact.swf'
,css: [
'.sIFR-root { color: #5e5e5e; }'
,'a { color: #5e5e5e;text-decoration: none; }'
,'a:visited { color: #5e5e5e;text-decoration: none; }'
,'a:hover { color: #5e5e5e;text-decoration: none; }'
],
wmode: 'transparent' 
});
sIFR.replace(photoalbum, {
selector: 'h6'
,src: 'img/photoalbum.swf'
,css: [
'.sIFR-root { color: #5e5e5e; }'
,'a { color: #5e5e5e;text-decoration: none; }'
,'a:visited { color: #5e5e5e;text-decoration: none; }'
,'a:hover { color: #5e5e5e;text-decoration: none; }'
],
wmode: 'transparent' 
});
sIFR.replace(welcome, {
selector: 'h5'
,src: 'img/welcome.swf'
,css: [
'.sIFR-root { color: #5e5e5e; }'
,'a { color: #5e5e5e;text-decoration: none; }'
,'a:visited { color: #5e5e5e;text-decoration: none; }'
,'a:hover { color: #5e5e5e;text-decoration: none; }'
],
wmode: 'transparent' 
});
sIFR.replace(agenda, {
selector: 'h4'
,src: 'img/agenda.swf'
,css: [
'.sIFR-root { color: #5e5e5e; }'
,'a { color: #5e5e5e;text-decoration: none; }'
,'a:visited { color: #5e5e5e;text-decoration: none; }'
,'a:hover { color: #5e5e5e;text-decoration: none; }'
],
wmode: 'transparent' 
});
