//gbn: iframe load afflicate.act loads pulse.js
//pulse module: loads pulsewrapper.js loads pulse-iframe.html loads pulse.js

var id='4178';
var mid='914200';
var st='up_white';
var title='0';
var tabs='1';
var tab1 = 'All';
var tab2 = 'Featured';
var tab1filename = 'All';
var tab2filename = 'Featured';
var defaulttab='0';
var fs='0';
var tweetbox='bottom';
//var size='300x600';
var width='300';
var height='250';
var pubid='0';
var appid='232323233';
var devid='121212121';
var iid='914200';
var view='tinkerwidget';
var idtype='t';
var fontColor = '';
var linkColor = '';
var bgColor = '';
var backgroundImage = '';
var hashtag = '#wc09 ';

var configvars = [ 'id','mid', 'st', 'user', 'title', 'tabs',
 'defaulttab','fs', 'tweetbox', 'devid', 'appid', 'iid', 'view', 'pubid', 'idtype', 'refer', 'sess', 'adtype',
 'height', 'width', 'fontColor', 'linkColor', 'backgroundImage', 'bgColor', 'tab1', 'tab2', 'tab3', 'hashtag' ];

var params = '';
for (var i in configvars) {
    var name = configvars[i];
    if (typeof window[name] != "undefined") {
        if (params)
            params += '&';
        params += name +"="+encodeURIComponent(window[name]);
    }
}

//var width = size.substr(0, 3);
//var height = size.substr(4, 3);

if (typeof this.glamStaticHost == 'undefined')
    var glamStaticHost = 'http://www4.tinker.com/special/';
document.write('<iframe src="'+glamStaticHost+'widget_multisize.html?' + params + '" width="'+width+
    '" height="'+height+'" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" allowTransparency="true"></iframe>');
    
