Fresh
"freshjojoba"
Profile Views: 12572
Last Login: 20-Nov-2006
View more pics
Fresh General Info
Member Since
20-Nov-2006
Band Website
Fresh.tk
Record Label
freshjojoba's Own ASCII Art Collection
freshjojoba's Latest Blog Entry
[Fri, 17 Nov 2006 15:35:15 +0100]
minitel-death petrol frestival
YouTube - death petrol fest '06 - minitel
onLoadFunctionList = new Array();
function performOnLoadFunctions()
{
for (var i in onLoadFunctionList)
{
onLoadFunctionList[i]();
}
}
function _hbLink (a,b) { return false; }
var favHi = new Image(19,17);
favHi.src = "/img/icn_fav_ovr_19x17.gif";
var groupsHi = new Image(19,17);
groupsHi.src = "/img/icn_groups_ovr_19x17.gif";
var emailHi = new Image(19,17);
emailHi.src = "/img/icn_email_ovr_19x17.gif";
var webHi = new Image(19,17);
webHi.src = "/img/icn_web_ovr_19x17.gif";
var flagHi = new Image(19,17);
flagHi.src = "/img/icn_flag_ovr_19x17.gif";
function toggleFullStats() {
if (document.getElementById('honorLinkDiv'))
{
if (document.getElementById('honorLinkDiv').style.display=='') document.getElementById('honorLinkDiv').style.display= 'block';
toggleDisplay('honorLinkDiv');
}
var fsd = document.getElementById('fullStats').style.display;
if (fsd == 'none' || fsd == '') {
showAjaxDivNotLoggedIn('honorsDiv', '/watch_ajax?v=iVpLjrgcz6E&action_get_honors=1&l=FR', false);
document.getElementById('moreless').innerHTML = 'fewer';
}
else
{
document.getElementById('moreless').innerHTML = 'more';
}
toggleDisplay('fullStats');
}
function CheckLogin() {
return false;
}
function showRelatedVideosContent() {
getAndShowNavContent('exRelated', '/watch_ajax?video_id=iVpLjrgcz6E&action_get_related_videos_component&search=death%20petrol%20minitel%20moustache');
}
function showRelatedPlaylistContent() {
getAndShowNavContent('exPlaylist', '/watch_ajax?feature=PlayList&video_id=iVpLjrgcz6E&action_get_related_playlist_component&p=&index=0');
}
function showRelatedUserContent() {
getAndShowNavContent('exUser', '/watch_ajax?video_id=iVpLjrgcz6E&action_get_user_videos_component&user_id=DII-lKhqBfA&video_count=2');
}
function showHonorsContent() {
getAndShowNavContent('honors', '/watch_ajax?v=iVpLjrgcz6E&action_get_honors=1&l=FR');
}
function showAllQueuedVideos() {
setInnerHTML('show_all_queued_videos_div', 'Loading..');
getAndShowNavContent('watchlist_container', '/watch_queue_ajax?action_get_all_queue_videos_component&v=iVpLjrgcz6E', postShowAllQueuedVideos);
}
function postShowAllQueuedVideos() {
setInnerHTML('show_all_queued_videos_div', 'Showing All Videos');
jumpToNowPlaying();
}
// This can be split out...
var contentTab=new Array();
function getAndShowNavContent(nameprefix, url, postShowNavContent) {
selectNavLink(nameprefix + "Link");
if(contentTab[nameprefix]) {
return;
}
self.nameprefix = nameprefix;
self.showRelatedVideosResponse = showRelatedVideosResponse;
self.postShowNavContent = postShowNavContent
getUrlXMLResponse(url, showRelatedVideosResponse);
}
function showRelatedVideosResponse(req) {
document.getElementById(self.nameprefix + "Div").innerHTML=getNodeValue(req.responseXML, "html_content");
setContentLoaded(self.nameprefix);
if(self.postShowNavContent) {
self.postShowNavContent();
}
}
function setContentLoaded(nameprefix) {
selectNavLink(nameprefix + "Link");
contentTab[nameprefix] = 1;
}
function showAjaxDivNotLoggedIn(divName, url) {
self.divName = divName
self.showAjaxDivResponse = showAjaxDivResponse
getUrlXMLResponse(url, self.showAjaxDivResponse);
}
function showAjaxDiv(divName, url) {
if(CheckLogin()) {
showAjaxDivNotLoggedIn(divName,url)
} else {
alert("Please login to perform this operation.");
}
}
function showAjaxDivResponse(req) {
document.getElementById(self.divName).innerHTML=getNodeValue(req.responseXML, "html_content");
openDiv(self.divName);
}
function postAjaxForm(divName, formName) {
self.postAjaxFormCompleted = postAjaxFormCompleted;
self.divName = divName;
postFormXMLResponse(formName, self.postAjaxFormCompleted);
}
function postAjaxFormCompleted(req) {
if(self.divName != null)
hideAjaxDiv(self.divName);
}
function hideAjaxDiv(divName) {
closeDiv(divName);
}
function xmlrpccallback(req) {
alert('xmlrpccallback: ' + req.responseText);
}
function debugCompleted(req) {
url = getNodeValue(req.responseXML, 'url');
xmldata = getNodeValue(req.responseXML, 'xmldata');
proxy = getNodeValue(req.responseXML, 'proxy');
//alert('url: '+ url + '\nxmldata: ' + xmldata);
postUrlXMLResponse(url, xmldata, xmlrpccallback);
//alert ("url: " + url + "\nxmldata: " + xmldata + "\nproxy: " + proxy);
}
function getXMLRPCData(divName, formName) {
self.callback = debugCompleted;
postFormXMLResponse(formName, self.callback);
}
// Player stuff
function openFull()
{
var fs = window.open( "/watch_fullscreen?video_id=iVpLjrgcz6E&l=0&t=OEgsToPDskKNyFg1prBxWtfqkrEF0rGI&fs=1&title=" + "death petrol fest '06 - minitel" ,
"FullScreenVideo", "toolbar=no,width=" + screen.availWidth + ",height=" + screen.availHeight
+ ",status=no,resizable=yes,fullscreen=yes,scrollbars=no");
fs.focus();
}
function gotoNext()
{
}
function hideDiv(d)
{
d.style.display = "none";
}
function showDiv(d)
{
d.style.display = "block";
}
function autoNext()
{
var p = document.getElementById("movie_player");
p.SetVariable("playnext", "1");
var pa = document.getElementById("playall");
var pga = document.getElementById("playingall");
hideDiv(pa);
showDiv(pga);
}
function postToTrackerForWatch(time_played)
{
}
function showCommentReplyForm(form_id, reply_parent_id, is_main_comment_form) {
if(!CheckLogin()) {
alert("Please login to post a comment.");
return false;
}
printCommentReplyForm(form_id, reply_parent_id, is_main_comment_form);
}
function printCommentReplyForm(form_id, reply_parent_id, is_main_comment_form) {
var div_id = "div_" + form_id;
var reply_id = "reply_" + form_id;
var reply_comment_form = "comment_form" + form_id;
if (is_main_comment_form)
discard_visible="style='display: none'";
else
discard_visible="";
var innerHTMLContent = '\
';
if(!is_main_comment_form) {
toggleVisibility(reply_id, false);
}
setInnerHTML(div_id, innerHTMLContent);
toggleVisibility(div_id, true);
}
function blockUser(form)
{
if (!confirm("Are you sure you want to block this user?"))
return false;
postFormByForm(form, true, execOnSuccess(function (xmlHttpRequest) {
response_str = xmlHttpRequest.responseText;
if(response_str == "SUCCESS") {
form.block_button.value = "User blocked"
} else {
alert ("An error occured while blocking the user.");
form.block_button.value = "Block this user"
form.block_button.disabled = false;
}
}));
form.block_button.disabled = true
form.block_button.value = "Please wait.."
return true;
}
function unblockUser(form)
{
if (!confirm("Are you sure you want to unblock this user?"))
return false;
postFormByForm(form, true, execOnSuccess(function (xmlHttpRequest) {
response_str = xmlHttpRequest.responseText;
if(response_str == "SUCCESS") {
form.unblock_button.value = "User unblocked"
} else {
alert ("An error occured while unblocking the user.");
form.unblock_button.value = "Unblock this user"
form.unblock_button.disabled = false;
}
}));
form.unblock_button.disabled = true
form.unblock_button.value = "Please wait.."
return true;
}
function unblockUserLink(friend_id, url)
{
if (!confirm("Are you sure you want to unblock this user?"))
return true;
getUrlSync("/link_servlet?unblock_user=1&friend_id=" + friend_id);
window.location.href = url;
return true;
}
function blockUserLink(friend_id, url)
{
if (!confirm("Are you sure you want to block this user?"))
return true;
getUrlSync("/link_servlet?block_user=1&friend_id=" + friend_id);
window.location.href = url;
return true;
}
onLoadFunctionList.push(function() { setContentLoaded("exRelated"); } );
function selectNavLink (linkName) {
if (linkName == "exRelatedLink") {
closeDiv("exUserDiv");
closeDiv("exPlaylistDiv");
openDiv("exRelatedDiv");
unSelectLink("exPlaylistLink");
unSelectLink("exUserLink");
selectLink("exRelatedLink");
blurElement("exRelatedLink");
replaceExploreTab("exploreMoreTabs", "/img/btn_exploretab_related_300x34.gif");
}
if (linkName == "exPlaylistLink") {
closeDiv("exRelatedDiv");
closeDiv("exUserDiv");
openDiv("exPlaylistDiv");
unSelectLink("exUserLink");
unSelectLink("exRelatedLink");
selectLink("exPlaylistLink");
blurElement("exPlaylistLink");
replaceExploreTab("exploreMoreTabs", "/img/btn_exploretab_playlist_300x34.gif");
}
if (linkName == "exUserLink") {
closeDiv("exRelatedDiv");
closeDiv("exPlaylistDiv");
openDiv("exUserDiv");
unSelectLink("exPlaylistLink");
unSelectLink("exRelatedLink");
selectLink("exUserLink");
blurElement("exUserLink");
replaceExploreTab("exploreMoreTabs", "/img/btn_exploretab_morefromuser_300x34.gif");
}
}
function replaceExploreTab(elid, imgSrc) {
var theElement = document.getElementById(elid);
if (theElement) {
theElement.src = imgSrc;
}
}
ord=Math.random()*10000000000000000 + 1;
document.write('<\/script>');
death petrol fest '06 - minitel
//
Playing All
document.write(quicklist_count);
videoif (quicklist_count>1) document.write('s');
Views:
21 |
Comments:
0 |
Favorited:
0
times
(There are no sites linking to this video.)
Loading Honors...
minitel at death petrol fest '06- IBIZA
minitel at death petrol fest '06- IBIZA ACOUSTICAscheldapen antwerp, belgiumvideo by shoboshobo.com
... (more )
(less )
showQuickList();
View All of freshjojoba's Post..
freshjojoba 's Friend Space
freshjojoba has some friends.
Fresh 's
Friends Comments
Not any comment yet.
Configure a diaporama of picture to show in a flash plugin with funny transitions!
myownspace does not allow to upload picture : every picture must be linked from another server (ex:http://MyownPic.com ,http://imageshack.us/ , http://imgbay.org/ ...)
Choose your friend list!
configure a gallery of picture
myownspace does not allow to upload picture : every picture must be linked from another server (ex:http://MyownPic.com ,http://imageshack.us/ , http://imgbay.org/ ...)
post one or more blog!
You can post in plain HTML or use the editor, publish video from Youtube,Dailymotion, etc...
make your own ASCII ART gallery :)
______
| |__| |
| () |
|______|
Check the statistics of visits for each of your space!
Configure a playlist of MP3 !
Myownspace does not allow to upload MP3 files : every MP3 must be linked from another server
About the image playlist !
*
location : the url of an image (ex:"
http://thewebsite.com/IMG/flowerpower.jpg " )
If "location" is empty, the image will be removed from the playlist
you can use
imageshack.us or
myownpic.com to store your images...
*
info : link to get more info about the image(optional).
Enter the url of a website
*
creator : name of the creator(optional)
*
title : title of the image(optional)
About the playlist !
links!!! (NEW)
to put a video from youtube.com in the playlist , simply enter the video ID into location :)
- ex: http://youtube.com/watch?v=37psKso6ybw
*
location : the url of a MP3 (ex: "
http://thewebsite.com/MP3/mysong.mp3 ") .If "location" is empty, the song will be removed from the playlist
*
annotation : optional field
*
image : image to show in the player.
Enter the url of an image
*
info : link to get more info about the song.
Enter the url of a website
*
creator : name of the creator
*
title : title of the song
*
album : name of the album (optional)
Would you like to comment?