if(typeof(hiclip_player_abusetxt) == "undefined") { hiclip_player_abusetxt = ''; } if(typeof(hiclip_rating) == "undefined") { hiclip_rating = ''; } if(typeof(hiclip_adid) == "undefined") { hiclip_adid = ''; } if(typeof(hiclip_hash) == "undefined") { hiclip_hash = ''; } if(typeof(hiclip_user_id) == "undefined") { hiclip_user_id = ''; } if(typeof(hiclip_player_width) == "undefined") { hiclip_player_width = '425'; } if(typeof(hiclip_player_autostart) == "undefined") { hiclip_player_autostart = '0'; } if(typeof(hiclip_player_callback) == "undefined") { hiclip_player_callback = '0'; } if(typeof(hiclip_write_to_id) == "undefined") { hiclip_write_to_id = ''; } if(typeof(hiclip_target) == "undefined") { hiclip_target = ''; } if(typeof(hiclip_cc) == "undefined") { hiclip_cc = escape(document.cookie); } if(typeof hiclip_language=="undefined"){ hiclip_language = ""; // ... } if(typeof hiclip_wlLogo=="undefined"){ hiclip_wlLogo = ""; // ... } if(typeof hiclip_wlURL=="undefined"){ hiclip_wlURL = ""; // ... } if(typeof hiclip_latest=="undefined") { hiclip_latest = ""; } if(hiclip_write_to_id==''){ document.write(""); } else { hiclip_redir_myurl = "http://www.hiclip.de/api/player_v10/?proceed=1&hiclip_account="+hiclip_account+"&vid="+hiclip_vid+"&vkey="+hiclip_vkey+"&player_width="+hiclip_player_width+"&player_autostart="+hiclip_player_autostart+"&hiclip_user_id="+hiclip_user_id+"&hiclip_rating="+hiclip_rating+"&hiclip_adid="+hiclip_adid+"&hiclip_hash="+hiclip_hash+"&hiclip_player_abusetxt="+hiclip_player_abusetxt+"&hiclip_write_to_id="+hiclip_write_to_id+"&hiclip_target="+hiclip_target+"&hiclip_player_callback="+hiclip_player_callback+"&hiclip_cc="+hiclip_cc+"&hiclip_language="+hiclip_language+""; var jsel = document.createElement('SCRIPT'); jsel.type = 'text/javascript'; jsel.src = hiclip_redir_myurl; document.body.appendChild (jsel); }