Ooooooh Wooooooh
Give me freedom, give me fire, give me reason, take me higher
See the champions, take the field now, you define us, make us feel proud
In the streets are, exaliftin , as we lose our inhabition,
Celebration its around us, every nation, all around us
Singin forever young, singin songs underneath that sun
Lets rejoice in the beautiful game.
And together at the end of the day.
WE ALL SAY
When I get older I will be stronger
They'll call me freedom Just like a wavin' flag
And then it goes back 3x
When I get older I will be stronger
They'll call me freedom
Just like a wavin' flag
And then it goes back 3x
Oooooooooooooh woooooooooohh hohoho
Give you freedom, give you fire, give you reason, take you higher
See the champions, take the field now, you define us, make us feel proud
In the streets are, exaliftin, every loser in ambition,
Celebration, its around us, every nations, all around us
Singin forever young, singin songs underneath that sun
Lets rejoice in the beautiful game.
And together at the end of the day.
WE ALL SAY
When I get older, I will be stronger
They'll call me freedom
Just like a wavin' flag
And then it goes back 3x
Wooooooooo Ohohohoooooooo !
WE ALL SAY !
When I get older I will be stronger
They'll call me freedom
Just like a wavin' flag
And then it goes back 3x
Wooo hooooo hohohohoooooo
And everybody will be singinit
Wooooooooo ohohohooooo
And we are all singinit
6/21/10
Lirik FIFA World Cup
Posted by shodik qlaw at 11:06 AM 0 comments
... function myFileBrowser (field_name, url, type, win) { //url='upload.php'; //alert("Field_Name: " + field_name + "\nURL: " + url + "\nType: " + type + "\nWin: " + win); // debug/testing /* If you work with sessions in PHP and your client doesn't accept cookies you might need to carry the session name and session ID in the request string (can look like this: "?PHPSESSID=88p0n70s9dsknra96qhuk6etm5"). These lines of code extract the necessary parameters and add them back to the filebrowser URL again. */ var cmsURL = 'upload.php' ; // <-------- PERHATIKAN INI ! if (cmsURL.indexOf("?") < 0) { //add the type as the only query parameter cmsURL = cmsURL + "?type=" + type; } else { //add the type as an additional query parameter // (PHP session ID is now included if there is one at all) cmsURL = cmsURL + "&type=" + type; } tinyMCE.activeEditor.windowManager.open({ file : cmsURL, title : 'My File Browser', width : 420, // Your dimensions may differ - toy around with them! height : 400, resizable : "yes", inline : "yes", // This parameter only has an effect if you use the inlinepopups plugin! close_previous : "no" }, { window : win, input : field_name }); return false; } ...
Posted by shodik qlaw at 10:44 AM 0 comments