


//var _ss_url = 'http://localhost:8080/soundscalpel/api/syndication/v0.1/cujo/?v=0.1';
var _ss_url = 'http://www.soundscalpel.com/api/syndication/v0.1/cujo/?v=0.10';
var _ss_params = '';
var _ss_width = '728';var _ss_height = '174';

//SET DIMENTIONS
if(typeof(_ss_size) !== 'undefined')  {
  if (_ss_size == '3banner') {_ss_width = '728'; _ss_height = '174';}
  if (_ss_size == '5banner') {_ss_width = '728'; _ss_height = '400';}
} 

if(typeof(_ss_kw) !== 'undefined')  {_ss_params = _ss_params +  '&kw=' + _ss_kw;}
if(typeof(_ss_mainColor) !== 'undefined')  {_ss_params = _ss_params +  '&mainColor=' + _ss_mainColor;}


var _ss_frame = '<iframe name="soundscalpel.com" width="' + _ss_width + '" height="' + _ss_height+ '" frameborder="0" src="' +
_ss_url + _ss_params +'" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no" ></iframe>';

document.write(_ss_frame);