
                function _rumbaRun(){
                    var scriptEl = document.getElementById('rumbafish');
                    if (!scriptEl) return;
                    var parent = scriptEl.parentNode;
                    var el = document.createElement('iframe');
                    el.setAttribute('parentLocation',window.top.location);el.style.height = '250px';
                    el.style.width = '300px';
                    el.style.border = 'none 1px blue';
                    el.src = 'http://www.rumbareef.com/RumbaWidget/template.ashx?id=319&w=300&h=250&tmp=1&parentUrl=' + encodeURIComponent(window.top.location);
                    el.frameBorder = '0';
                    el.scrolling ='no';
                    el.name = 'pcSiteWidgetMostRecentCranks'
        		   +parent.appendChild(el);
                };_rumbaRun();
                