// ROCKWELL (PAGE TITLES)var rockwell = {      src: 'http://www.webgrapes.it/wp-content/themes/webgrapes/flash/rockwell.swf'}; sIFR.activate(rockwell); sIFR.replace(rockwell, {      selector: 'h2#title',      css: [      '.sIFR-root { color: #9eeb21; text-transform:lowercase; font-size: 20px; line-height: 1.2em; }'      ,'a { text-decoration: none; }'      ,'a:link { color: #9eeb21; }'      ,'a:hover { color: #ffffff; }'      ],      wmode: 'transparent'});// GOTHAM LIGHT (SUBTITLES 2)var gotham_light = {      src: 'http://www.webgrapes.it/wp-content/themes/webgrapes/flash/gotham-light.swf'}; sIFR.activate(gotham_light); sIFR.replace(gotham_light, {      selector: 'h3#subtitle',      css: [      '.sIFR-root { color: #ffffff; font-size: 21px;}'      ,'a { text-decoration: none; }'      ,'a:link { color: #ffffff; }'      ,'a:hover { color: #9eeb21; }'      ],      wmode: 'transparent'});// ROCKWELL (HOME)var rockwell_home = {      src: 'http://www.webgrapes.it/wp-content/themes/webgrapes/flash/rockwell.swf'}; sIFR.activate(rockwell_home); sIFR.replace(rockwell_home, {      selector: 'h2#home-title',      css: [      '.sIFR-root { color: #9eeb21; text-transform:lowercase; font-size: 20px; line-height: 1.2em; }'      ],      wmode: 'transparent'});// GOTHAM LITE (HOME)var gotham_light = {      src: 'http://www.webgrapes.it/wp-content/themes/webgrapes/flash/gotham-light.swf'}; sIFR.activate(gotham_light); sIFR.replace(gotham_light, {      selector: 'h3#home-subtitle',      css: [      '.sIFR-root { color: #ffffff; font-size: 21px;}'      ],      wmode: 'transparent'});// ROCKWELL (BASEMENT TITLES H2)var rockwell_basement = {      src: 'http://www.webgrapes.it/wp-content/themes/webgrapes/flash/rockwell.swf'}; sIFR.activate(rockwell_basement); sIFR.replace(rockwell_basement, {      selector: '#basement h2',      css: [      '.sIFR-root { color: #5da500; font-size: 18px; line-height: 1.2em; }'      ,'a { text-decoration: none; }'      ,'a:link { color: #5da500; }'      ,'a:hover { color: #000000; }'      ],      wmode: 'transparent'});// ROCKWELL (PORTFOLIO TITLES DT)var rockwell_basement2 = {      src: 'http://www.webgrapes.it/wp-content/themes/webgrapes/flash/rockwell.swf'}; sIFR.activate(rockwell_basement2); sIFR.replace(rockwell_basement2, {      selector: '#portfolio dt',      css: [      '.sIFR-root { color: #5da500; font-size: 18px; line-height: 1.2em; }'      ,'a { text-decoration: none; }'      ,'a:link { color: #5da500; }'      ,'a:hover { color: #000000; }'      ],      wmode: 'transparent'});