(function(){
    var h=70;
    var w=550;
 
    var start_open=typeof vringo_start_open=='string'?vringo_start_open:'0';    
    var content_url_clause=typeof vringo_content_url=='string'?"&content_url="+ encodeURIComponent(vringo_content_url):'';   
    var clip_id_clause=(typeof vringo_clip_id=='string' || typeof vringo_clip_id=='number')?"&clip_id="+ vringo_clip_id:'';
    var referrer_clause=typeof vringo_referrer=='string'?"&referrer="+ vringo_referrer:'';   
    var triggered_by_details_clause=typeof vringo_triggered_by_details=='string'?"&triggered_by_details="+ vringo_triggered_by_details:'';
    var content_title=typeof vringo_userclip_title=='string'?"&content_title="+ encodeURIComponent(vringo_userclip_title):'';    
    var phone_num=typeof vringo_phone_num=='string'?"&phone="+ phone:'';    
    
    document.write( "<iframe allowTransparency='true' src='http://www.vringo.com/widget/widget1.htm?"
    				+ "start_open=" + start_open + content_url_clause + clip_id_clause + content_title + referrer_clause + triggered_by_details_clause
					+ phone_num + "' height='70' width='450' frameborder='0' scrolling='no'></iframe>");
                    
    vringo_start_open='0';    
    vringo_content_url='';   
    vringo_clip_id='';
    vringo_referrer='';
    vringo_triggered_by_details='';
    vringo_userclip_title='';})()
