SlideShare a Scribd company logo
1 of 65
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns:og="http://ogp.me/ns#">
<head>
    <script>if (self != top) { top.location.replace(window.location.href) }
</script>
<title>If Love Is Blind - TIFFANY.mp3 - 4shared.com - online file sharing and
storage - download</title>

    <meta name="description" content="If Love Is Blind - TIFFANY - download at
4shared. If Love Is Blind - TIFFANY is hosted at free file sharing service 4shared.
Online file sharing and storage - 15 GB free web space. Easy registration. File
upload progressor. Multiple file transfer. Fast download.">
    <meta name="keywords" content="file sharing, free web space, online storage,
share files, photo image music mp3 video sharing, dedicated hosting, enterprise
sharing,
file transfer, file hosting, mp3">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <link rel="canonical" href="http://www.4shared.com/audio/en-
M4Fn9/If_Love_Is_Blind_-_TIFFANY.html" />

    <link rel="stylesheet" type="text/css"
href="http://static.4shared.com/css/pageDownload1/download.css?ver=1802" >


    <link rel="stylesheet" type="text/css"
href="http://static.4shared.com/themes/blue.css?ver=1802" >


    <link rel="image_src" href="http://static.4shared.com/images/fb.png" />
    <meta name="title" content="If Love Is Blind - TIFFANY.mp3" />


    <link rel="stylesheet" type="text/css" media="screen"
href="http://static.4shared.com/bundles/css/677814427/css/upload-frame.css" />



    <script type="text/javascript"
src="http://static.4shared.com/bundles/js/N219062450/bundles/js/global.js"
></script>




    <script type="text/javascript" src="/js/privateMessageJS.jsp?ver=1802"
language="JavaScript"></script>
<meta property="fb:app_id" content="156690041046630" />
    <meta property="og:url" content="http://www.4shared.com/audio/en-
M4Fn9/If_Love_Is_Blind_-_TIFFANY.html" />
    <meta property="og:description" content="I like If Love Is Blind song TIFFANY
at 4shared :)" />
    <meta property="og:site_name" content="4Shared" />


        <meta property="og:audio"
content="http://dc124.4shared.com/img/80015213/b37f4d7/dlink__2Fdownload_2Fen-
M4Fn9_3Ftsid_3D20110308-221852-dea495b0/preview.mp3" />
        <meta property="og:audio:title" content="If Love Is Blind - TIFFANY.mp3" />
        <meta property="og:audio:type" content="audio/x-mpeg" />


        <meta property="og:audio:artist" content="If Love Is Blind" />




<script language="JavaScript" type="text/javascript">
<!--
// -----------------------------------------------------------------------------
// Globals
// Major version of Flash required
var requiredMajorVersion = 8;
// Minor version of Flash required
var requiredMinorVersion = 0;
// Revision of Flash required
var requiredRevision = 0;
// the version of javascript supported
var jsVersion = 1.0;
// -----------------------------------------------------------------------------
// -->
</script>
<script language="VBScript" type="text/vbscript">
<!-- // Visual basic helper required to detect Flash Player ActiveX control version
information
Function VBGetSwfVer(i)
  on error resume next
  Dim swControl, swVersion
  swVersion = 0

   set swControl = CreateObject("ShockwaveFlash.ShockwaveFlash." + CStr(i))
   if (IsObject(swControl)) then
     swVersion = swControl.GetVariable("$version")
   end if
   VBGetSwfVer = swVersion
End Function
// -->
</script>
<script language="JavaScript1.1" type="text/javascript">
<!-- // Detect Client Browser type
var isIE = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;
var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true :
false;
var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false;
jsVersion = 1.1;
// JavaScript helper required to detect Flash Player PlugIn version information
function JSGetSwfVer(i){
   // NS/Opera version >= 3 check for Flash plugin in plugin array
   if (navigator.plugins != null && navigator.plugins.length > 0) {
     if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave
Flash"]) {
       var swVer2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : "";
            var flashDescription = navigator.plugins["Shockwave Flash" +
swVer2].description;
       descArray = flashDescription.split(" ");
       tempArrayMajor = descArray[2].split(".");
       versionMajor = tempArrayMajor[0];
       versionMinor = tempArrayMajor[1];
       if ( descArray[3] != "" ) {
          tempArrayMinor = descArray[3].split("r");
       } else {
          tempArrayMinor = descArray[4].split("r");
       }
            versionRevision = tempArrayMinor[1] > 0 ? tempArrayMinor[1] : 0;
              flashVer = versionMajor + "." + versionMinor + "." + versionRevision;
          } else {
       flashVer = -1;
     }
   }
   // MSN/WebTV 2.6 supports Flash 4
   else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer =
4;
   // WebTV 2.5 supports Flash 3
   else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer =
3;
   // older WebTV supports Flash 2
   else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 2;
   // Can't detect in all other cases
   else {

    flashVer = -1;
  }
  return flashVer;
}
// If called with no parameters this function returns a floating point value
// which should be the version of the Flash Player or 0.0
// ex: Flash Player 7r14 returns 7.14
// If called with reqMajorVer, reqMinorVer, reqRevision returns true if that
version or greater is available
function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision)
{
   reqVer = parseFloat(reqMajorVer + "." + reqRevision);
      // loop backwards through the versions until we find the newest version
  for (i=25;i>0;i--) {
    if (isIE && isWin && !isOpera) {
       versionStr = VBGetSwfVer(i);
    } else {
       versionStr = JSGetSwfVer(i);
    }
    if (versionStr == -1 ) {
       return false;
    } else if (versionStr != 0) {
       if(isIE && isWin && !isOpera) {
         tempArray         = versionStr.split(" ");
         tempString        = tempArray[1];
         versionArray      = tempString .split(",");
       } else {
         versionArray      = versionStr.split(".");
       }
       versionMajor      = versionArray[0];
       versionMinor      = versionArray[1];
       versionRevision   = versionArray[2];

       versionString     = versionMajor + "." + versionRevision;   // 7.0r24 == 7.24
       versionNum        = parseFloat(versionString);
           // is the major.revision >= requested major.revision AND the minor
version >= requested minor
       if ( (versionMajor > reqMajorVer) && (versionNum >= reqVer) ) {
         return true;
       } else {
         return ((versionNum >= reqVer && versionMinor >= reqMinorVer) ? true :
false );
       }
    }
  }
  return (reqVer ? false : 0.0);
}
// -->
</script>


    <script type="text/javascript">
        writeDrag.writeId = "cntnt";

        function clearOldValue() {
            if (document.regform.indexemail.value == "your e-mail")
document.regform.indexemail.value = "";
        }
        function reportAbuse() {
            var windowname="abuse";
            var url="/abuse.jsp?aLink=http://www.4shared.com/audio/en-
M4Fn9/If_Love_Is_Blind_-_TIFFANY.html";
OpenWindow =
window.open(url,windowname,'toolbar=no,scrollbars=yes,resizable=yes,width=550,heigh
t=650,left=50,top=50');
            OpenWindow.focus();
        }
        function feedback() {
            var windowname="Feedback";
            var url="/feedback.jsp?aLink=http://www.4shared.com/audio/en-
M4Fn9/If_Love_Is_Blind_-_TIFFANY.html";
            OpenWindow =
window.open(url,windowname,'toolbar=no,scrollbars=yes,resizable=yes,width=500,heigh
t=460,left=50,top=50');
            OpenWindow.focus();
        }

        function startDownload(){
            //document.downloadForm.submit();
            window.location = "http://dc124.4shared.com/download/en-
M4Fn9/If_Love_Is_Blind_-_TIFFANY.mp3?tsid=20110308-221912-f97779f4";
        }

        function startPlayMedia(){
            var dl = 'http://dc124.4shared.com/download/en-M4Fn9/If_Love_Is_Blind_-
_TIFFANY.mp3?tsid=20110308-221912-f97779f4';
            var ext = 'mp3';
            playMedia(document, dl, ext);
            document.getElementById("pButton").style.display = "none";
            if( document.getElementById("smallImage") ){
                document.getElementById("smallImage").style.display = "none";
            }
        }

        function afterLoad(){


        }
    </script>
    <script type="text/javascript">
  function premiumLogin(fpRedirParam) {
    document.location.href = "/login.jsp?fpRedirParam="+escape(fpRedirParam);
  }
  function premiumUpgrade() {
    //document.location.href = "/pricing.jsp";
    document.location.href = "/premiumDownload.jsp?
ref=du"; //"https://www.plimus.com/jsp/buynow.jsp?contractId=1687122";
  }
  function buyTraffic() {
    //document.location.href = "/buyTraffic.jsp";
    document.location.href = "/account/myAccount.jsp?
startPage=3"; //"https://www.plimus.com/jsp/buynow.jsp?contractId=1687122";

  }
  function signOut() {
    if(document.location.href.indexOf("?")>0){
      document.location.href = document.location.href + "&signout=1";
    }else {
      document.location.href = document.location.href + "?signout=1";
    }
  }
</script>
    <style type="text/css">
        .rc {width:207px}
        .fd {width:450px}
        .cmnt {width:385px}
        .cmntr {width:362px}
        .attentionIcon {}
    </style>
    </head>

<
<body onload="afterLoad()">




  <form action="/javascriptRedirect.jsp" name="redirectToPageForm">
    <input type="hidden" name="url" value=""/>
  </form>
  <script type="text/javascript">
    function goto(page){
      document.redirectToPageForm.url.value=page;
      document.redirectToPageForm.submit();
    }
  </script>

<form action="http://www.4shared.com/audio/en-M4Fn9/If_Love_Is_Blind_-
_TIFFANY.html" name="pmForm" method="post">

    <input   type="hidden"   name="privateMessage" />
    <input   type="hidden"   name="to"/>
    <input   type="hidden"   name="subj"/>
    <input   type="hidden"   name="pass" value="d40d476"/>
</form>
<




<table cellpadding="0" cellspacing="0" class="head" align="center">
    <tr>
<td width="99"><a href="/"><img
src="http://static.4shared.com/images/spacer.gif" alt="4shared, Free online files
sharing" hspace="9" class="logo" /></a></td>

          <td width="150"><h1 class="tagline">Free file sharing</h1></td>
          <td>

<table cellpadding="0" cellspacing="0" class="topSearchBox floatRight">
    <tr>
         <td class="l"></td>
         <td class="c">




<script type="text/javascript">


  function includeSearchOnSubmit(form){
    if( form.searchExtention.options[form.searchExtention.selectedIndex].value==''
){
        form.searchmode.value=2;
        if (true) {
              var searchTerm = encodeURI(form.searchName.value);
        if (searchTerm != '' && searchTerm != null) {
          top.location.href = '/q/1/' + searchTerm;
        }
        else {
          top.location.href = '/q/1';
        }
              return false;
        }
      }else{
        form.searchmode.value=3;
        if (true)
          form.method = "post";
      }
      return true;
  }

<
</script>

<form name="includeSearchForm" action="http://search.4shared.com/search.html"
method="get" onsubmit="return includeSearchOnSubmit(this)">
  <input type="text" name='searchName' style="width:250px;padding:1px 0"
class="ajax-suggestion field" autocomplete="off"/>&nbsp;
  <select class="field absmid" name='searchExtention'>
      <option value="" selected="selected">Any</option>
      <option value="category:1">Music</option>
      <option value="category:2">Video</option>
      <option value="jpg">Photo</option>
      <option value="category:5">Books</option>
  </select>&nbsp;
  <input type="submit" name='submitButton' value="Search" class="button" />
  <input type='hidden' name='searchmode' value="2" />
<
</form>


<link rel="stylesheet" type="text/css" media="screen"
h
href="http://static.4shared.com/bundles/css/N90201876/css/ajax-suggestions.css" />




   <script
type="text/javascript">ajaxSuggestions.searchBase="http://dc135.4shared.com"</scrip
t>
<div id="search-result-suggestions">
   <div id="search-results">&nbsp;</div>
<
</div>



         </td>
         <td class="r"></td>
    </tr>
</table>
         </td>

<
<!-- START SCANALERT CODE -->

<!-- END SCANALERT CODE -->

    </tr>
</table>
<form action="/account/home.jsp" method="post" style="display:none;"
id="subscribeForm" name="subscribeForm">
  <input type="hidden" name="homemode" value="30"/>
  <input type="hidden" name="userId" value="-1"/>
<
</form>


<link rel="stylesheet" type="text/css" media="screen"
h
href="http://static.4shared.com/bundles/css/630963420/css/openid.css" />
<script type="text/javascript">
  var loginBox;
  var signUpBox;
  var eventObj;
  var df;
  function loadAndShowSignUpBox(e, dfp){
    var signUpInDiv = true;
    if(!signUpInDiv){
      return true;
    }

      eventObj = {};
      for (var i in e) eventObj[i] = e[i];
      df = dfp != undefined ? dfp : '';
      document.body.style.cursor = 'wait';
      ensureScriptsLoaded(true);
      return false;
  }

  function loadAndShowLoginBox(e){
    eventObj = {};
    for (var i in e) eventObj[i] = e[i];
    document.body.style.cursor = 'wait';
    ensureScriptsLoaded(false);
    addCapsChecking();
    return false;
  }

  function ensureScriptsLoaded(signup){
    var $lab = $LAB;
    if(typeof jQuery == 'undefined'){
      $lab = $LAB
              .script('http://static.4shared.com/js/jquery-1.4.4.min.js')
              .wait();
    }
    if(typeof dragObj == 'undefined'){
      $lab = $LAB
              .script('http://static.4shared.com/js/dw_event.js?ver=1803')
              .script('http://static.4shared.com/js/dw_viewport.js?ver=1803')
              .script('http://static.4shared.com/js/dw_writedrag.js?ver=1803')
              .script('http://static.4shared.com/js/dw_drag.js?ver=1803')
              .wait();
    }
    if(typeof loginFnc == 'undefined'){
      $lab = $LAB
              .script('http://static.4shared.com/js/plugins/jquery.openid.js?
ver=1803')
              .script('http://static.4shared.com/js/login_fnc.js?ver=1803')
              .wait(function(){
                loginFnc.msgEmail = 'your e-mail';
                loginFnc.msgOpenIdAccount = 'your OpenID account';
                loginFnc.msgEmptyEmail = 'You did not enter your e-mail address';
                loginFnc.msgEmptyPassword = 'You did not enter your password';
                loginFnc.msgEmptyPassword2 = 'You did not confirm your password';
                loginFnc.msgIncorrectEmail = 'Your e-mail address is incorrect.';
                loginFnc.msgTryAgain = 'Please try again.';
                if(signup) ensureSignUpContentLoaded(); else
ensureLoginContentLoaded();
});
      }else{
        if(signup) ensureSignUpContentLoaded(); else ensureLoginContentLoaded();
      }
  }

  function ensureLoginContentLoaded(){
    if(typeof loginBox == 'undefined'){
      $('#loginBoxDiv').load('/loginBox.jsp',
          {
            login : '',
            password : '',
            fpRedirParam : 'http://www.4shared.com/audio/en-
M4Fn9/If_Love_Is_Blind_-_TIFFANY.html',
            remember : false



           },
           function(){
              showLoginBox();
           }
        );
      }else{
        showLoginBox();
      }
  }

  function ensureSignUpContentLoaded(){
    if(typeof signUpBox == 'undefined'){
      $('#signUpBoxDiv').load('/signUpBox.jsp',
          {
            login : '',
            password : '',
            fpRedirParam : 'http://www.4shared.com/audio/en-
M4Fn9/If_Love_Is_Blind_-_TIFFANY.html',
            remember : false,
            df : df

           },
           function(){
              showSignUpBox();
           }
        );
      }else{
        showSignUpBox();
      }
  }

  function loadSignUpBox() {
    $('#signUpBoxDiv').load('/signUpBox.jsp', {
      login : '',
      password : '',
      fpRedirParam : 'http://www.4shared.com/audio/en-M4Fn9/If_Love_Is_Blind_-
_TIFFANY.html',
      remember : false,

        df : df
      });
}

function showLoginBox(){
  if(typeof loginBox == 'undefined'){
    loginBox = new WriteDrag('loginBoxDiv');
    $('form.openid:eq(0)').openid();
  }
  writeDrag.hide();
  loginFnc.showLoginBox(eventObj);

    addCapsChecking();
}

function showSignUpBox(){
  if(typeof signUpBox == 'undefined'){
    signUpBox = new WriteDrag('signUpBoxDiv');
  }
  writeDrag.hide();
  loginFnc.showSignUpBox(eventObj);
}

function signOut(serverURL){
  var $lab = $LAB;
  if(typeof jQuery == 'undefined'){
    $lab = $LAB
             .script('http://static.4shared.com/js/jquery-1.4.4.min.js')
             .wait();
  }
  if(typeof loginFnc == 'undefined'){
    $lab = $LAB
      .script('http://static.4shared.com/js/login_fnc.js?ver=1803')
      .wait(function(){
         loginFnc.signOut(serverURL);
      });
  }else{
    loginFnc.signOut(serverURL);
  }
  return false;
}

function redirectToAccount(){
  var $lab = $LAB;
  if(typeof jQuery == 'undefined'){
    $lab = $LAB
             .script('http://static.4shared.com/js/jquery-1.4.4.min.js')
             .wait();
  }
  if(typeof loginFnc == 'undefined'){
    $lab = $LAB
      .script('http://static.4shared.com/js/login_fnc.js?ver=1803')
      .wait(function(){
         loginFnc.goToAccount();
      });
  }else{
    loginFnc.goToAccount();
  }
  return false;
}
function addCapsChecking() {
    $('input[type=password]').caps(function(caps) {
      var form = $(this).parents('form:first');
      // "this" is current element
      (caps) ? $('.capsWarning', form).show() : $('.capsWarning', form).hide();
    });
  }
</script>

<script type="text/javascript">
  $(function() {
    addCapsChecking();
  });
<
</script>




<table cellpadding="0" cellspacing="0" class="contents" align="center">
    <tr valign="top">
        <td>

    <img src="http://static.4shared.com/images/spacer.gif" alt="" class="ctr" />
    <img src="http://static.4shared.com/images/spacer.gif" alt="" class="ctl" /><br
clear="all" />
    <table cellpadding="0" cellspacing="0" width="100%">
        <tr>
             <td class="toplinks">
                 <div class="floatLeft">

                <a href="http://www.4shared.com/login.jsp" onclick="return
loadAndShowLoginBox(event);" class="greylink">Log In</a>
                &nbsp;&nbsp;
                <a href="http://www.4shared.com/signup.jsp?df=80015213"
class="greylink" onclick="return loadAndShowSignUpBox(event, '80015213');">Sign
Up</a>

                </div>

              <div class="floatRight paddingR10">




<a href="http://www.4shared.com/premium.jsp?ref=header"
class="greylink"><b>Premium</b></a> &nbsp;
                <a href="javascript:feedback();" class="greylink">Feedback</a>
                &nbsp;&nbsp;
                <a href="javascript:reportAbuse();" class="greylink" title="Click
here to report this file">Report abuse</a>
                  </div>
            </td>

            <td width="175">
                <div style="position:relative">&nbsp;
<script type="text/javascript">
  var newLang="www";
  function selectLang(lang){
    newLang=lang;
    window.langSelectorChangeCalled=true;
    document.getElementById('iapHiddenFrame').src =
"http://www.4shared.com/main/translate/setLang.jsp?silent=true&lang="+lang;
  }
  function iapHiddenFrameOnload(){
    if( window.langSelectorChangeCalled ){
      var str=top.location.href;
      var shortLang= newLang;
      if(shortLang.length>2){
          shortLang=shortLang.substr(0,2).toLowerCase();
      }
        str=str.replace("en.4shared.com", shortLang+"."+"4shared.com")
        if(str.indexOf('#')>0){
            str=str.substr(0,str.indexOf('#'));
        }
        top.location.href=str;
    }
  }
    document.write('<iframe width="0" height="0" id="iapHiddenFrame"
name="iapHiddenFrame" style="display:none;" onload="iapHiddenFrameOnload()"
><'+'/iframe>')
<
</script>


<div class="langboxabs">
<table cellpadding="0" cellspacing="0" id="langtbl"
   onmouseover="document.getElementById('lang1').style.display='block'"
   onmouseout="document.getElementById('lang1').style.display='none'">
<tr>
     <td class="langtl"></td>
     <td class="langt"></td>
     <td class="langtr"></td>
</tr>
<tr>
     <td class="langl"></td>
     <td>
          <div class="langcont">
          <div class="langsel">English</div>
          <div style="display:none" id="lang1">
              <ul>


                <li><a href="javascript:void(selectLang('pt-BR'));"><span>Brazilian
Portuguese</span></a></li>

                <li><a
href="javascript:void(selectLang('es'));"><span>Español</span></a></li>

                <li><a
href="javascript:void(selectLang('ar'));"><span>اٹعربية</span></a></li>

                <li><a
href="javascript:void(selectLang('fr'));"><span>Français</span></a></li>

                <li><a
href="javascript:void(selectLang('pl'));"><span>Polski</span></a></li>

                 <li><a href="javascript:void(selectLang('fa'));"><span>پارسی</
span></a></li>

                <li><a
href="javascript:void(selectLang('tr'));"><span>Türkçe</span></a></li>

                <li><a href="javascript:void(selectLang('in'));"><span>Bahasa
Indonesia</span></a></li>

                <li><a href="javascript:void(selectLang('th'));"><span>à¹h ทà¸
¢</span></a></li>

                <li><a
href="javascript:void(selectLang('de'));"><span>Deutsch</span></a></li>

                <li><a
href="javascript:void(selectLang('it'));"><span>Italiano</span></a></li>

                <li><a href="javascript:void(selectLang('zh'));"><span>ä¸-
æ–‡</span></a></li>

                <li><a
href="javascript:void(selectLang('ja'));"><span>日本語</span></a></li>

                <li><a href="javascript:void(selectLang('ko'));"><span>í•œêµì–
´</span></a></li>

                <li><a href="javascript:void(selectLang('vi'));"><span>Tiếng
Việt</span></a></li>

                <li><a href="javascript:void(selectLang('ms'));"><span>Bahasa
Melayu</span></a></li>

                <li><a
href="javascript:void(selectLang('ru'));"><span>Русский</span></a></li>


             </ul>
         </div>
         </div>
     </td>
     <td class="langr"></td>
</tr>
<tr>
     <td class="langbl"></td>
     <td class="langb"></td>
     <td class="langbr"></td>
</tr>
</table>
<
</div>
</div>
            </td>

        </tr>
    </table>


    <div id="loginBoxDiv" style="visibility:hidden;">
    </div>
    <div id="signUpBoxDiv" style="visibility:hidden;">
    </div>



<br /><br />

<center dir="ltr">




            <script type="text/javascript"><!--
      e9 = new Object();
    e9.size = "728x90";
    e9.addBlockingCategories="Pop-up,Pop-
under,Adult,Floating,Flashing,Violence,Full-page";
//--></script>
<script type="text/javascript" src="http://tags.expo9.exponential.com/tags/4shared/
ROS/tags.js"></script>


</center>
<
<br /><br />




<table cellpadding="0" cellspacing="0" width="100%">
    <tr><td class="boxtl"></td><td class="boxt"></td><td class="boxtr"></td></tr>
    <tr>
         <td class="boxl"></td>
         <td class="boxc" style="padding:5px">
             <div class="red bold">
                 <img alt="" src="http://static.4shared.com/images/spacer.gif"
class="warn absmid"/>
<
                 You are already downloading a file from IP-address 180.193.18.55.
To download another file you have to wait until current download process is
finished.
<br/>In case you are not downloading anything and got this message, then you are
using a proxy-server or a shared IP-address.
<br/>With Premium account you can download many files at the same time even if the
proxy-server is used. Get your Premium account right now to download instantly.
             </div>
         </td>
         <td class="boxr"></td>
    </tr>
    <tr><td class="boxbl"></td><td class="boxb"></td><td class="boxbr"></td></tr>
</table>
<
<br/>



<
<br />




<table cellpadding="0" cellspacing="0" width="100%" style="border-bottom:dotted 1px
#9E9E9E">
    <tr>
         <td width="40" valign="top"><img
src="http://static.4shared.com/icons/32x32/mp3.gif" alt="mp3" width="32"
height="32" class="absmid" /></td>
         <td>
              <div class="hideLong" style="width:580px">
              <h1 id="fileNameText">If Love Is Blind - TIFFANY</h1>

             </div>

         </td>

        <td valign="bottom" width="190">
            <a href="/signup.jsp?df=80015213" class="btn floatRight" style="margin-
bottom:5px" onclick="return loadAndShowSignUpBox(event,
'80015213');"><span><span>Free Sign Up &gt;&gt;</span></span></a>
        </td>

    </tr>
</table>


<table cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td>
<script type="text/javascript">
  var friend = {
     friendId : null,
     friendName : null
  };
<
</script>



<div id="userInfo" style="background:#f3f3f3;padding:3px">
<a href="http://www.4shared.com/u/8j7BaGba/ardi_keren06.html" title="ardi_keren06"
        ><img id="userAvatarImage"
src="http://static.4shared.com/images/noavatar.gif" alt="ardi_keren06"
       class="absmid" width="15" height="15" /></a>


<b class="absmid"><a href="http://www.4shared.com/u/8j7BaGba/ardi_keren06.html"
class="lbluelink" id="publisherText">ardi_keren06</a></b>




<div id="subscribeUnsubscribe" onclick="requireLoginOrSignupForFriends(event,
'Would you like to subscribe to <b>ardi_keren06</b>?', 0,0,'http%3A%2F
%2Fwww.4shared.com%2Faudio%2Fen-M4Fn9%2FIf_Love_Is_Blind_-_TIFFANY.html', 5747100,
'
'ardi_keren06')" class="sbtn subscrfr">Subscribe</div>




<div onclick="requireLoginOrSignup(event, 'Would you like to send a private message
to <b><span id=publisherText2>ardi_keren06</span></b>?', 0,0,'http%3A%2F
%2Fwww.4shared.com%2Faudio%2Fen-M4Fn9%2FIf_Love_Is_Blind_-_TIFFANY.html')"
     class="usbtn prmes" title="Send Private Message">Send message</div>
<
</div>




      <div>
          <div id="mp3player"></div>
      </div>




    <div style="position:relative;padding-top:25px">
        <div style="position:absolute;right:0;top:5px">




<script type="text/javascript">
    function addVote(event, score){

        requireLoginOrSignup(event, '<t:t>Would you like to rate this file?</t:t>',
0,0,'http%3A%2F%2Fwww.4shared.com%2Faudio%2Fen-M4Fn9%2FIf_Love_Is_Blind_-
_TIFFANY.html');

    }
<
</script>


<div class="blue normal floatLeft paddingR10"><b><t:t>Rate this
f
file:</t:t></b></div>

<div id="rating" class="rating s0 floatLeft" title="No ratings yet">
    <span class="star r1" onclick="addVote(event, 1);" title="1.0"></span>
    <span class="star r2" onclick="addVote(event, 2);" title="2.0"></span>
<span class="star r3"   onclick="addVote(event, 3);" title="3.0"></span>
    <span class="star r4"   onclick="addVote(event, 4);" title="4.0"></span>
    <span class="star r5"   onclick="addVote(event, 5);" title="5.0"></span>

</div>
<div class="paddingL10 small floatLeft">
<span id="ratingNumber">0</span> <span><t:t>votings</t:t></span>
<
</div>




        </div>




    <div class="boxdescrballoon"></div>
    <div class="boxR4top">
        <div style="padding:5px">
        <div class="small lgrey" style="margin-bottom:5px">
            <span title="Size: 3,471 KB"><b>3,471 KB</b></span> |
            <span title="Uploaded: 2009-01-10">2009-01-10</span> |
            <span>
                <b>File name:</b>
                <span id="fileNameTextSpan">If Love Is Blind - TIFFANY.mp3
                </span>

            </span> |
            <span title="Type of file: MPEG Audio Stream">MPEG Audio Stream</span>
        </div>


        <div class="hideLong small fd" style="line-height:1.5em">
            <h2 id="fileDescriptionText">If Love Is Blind - TIFFANY - download at
4shared. If Love Is Blind - TIFFANY is hosted at free file sharing service
4shared.</h2>

        </div>

        </div>
        <div class="small" style="padding:2px 5px;background:#EDEDED;border-
top:solid 1px #CDCDCD">
<b>Tags:</b>

      <a href="/search.html?searchmode=2&searchName=If+Love+Is+Blind+-+TIFFANY"
target="_self" class="greylink1">If Love Is Blind - TIFFANY</a>&nbsp;
      <a href="/search.html?searchmode=2&searchName=audio" target="_self"
class="greylink1">audio</a>




        </div>

    </div>

    </div>




<br />
<div class="premalert">
<img src="/images/spacer.gif" alt="" class="warn2 absmid" style="margin-
bottom:2px;margin-right:3px" />
<b>Premium Features: OFF |</b>
<a href="/premiumDownload.jsp?ref=d1_gpf">Turn ON</a>
</div>

    <br />

    <table cellpadding="0" cellspacing="0" width="100%" dir="ltr">
        <tr valign="top">
            <td>
<!--
s
sessEnabledFileDCounter=false

org.apache.catalina.session.StandardSessionFacade
d
decodeSessionKeyFromRequest=null

-
-->



    <a href="http://www.4shared.com/get/en-M4Fn9/If_Love_Is_Blind_-
_TIFFANY.html;jsessionid=1F4E15C74661356C0DE2792141A84424.dc7" class="dbtn"
tabindex="1"><span><span><font>Download Now</font>No virus detected</span></span></
a>


<
<br clear="all" />



               </td>
               <td>




<a
href="http://dc153.4shared.com/download/50786419/76ca898d/4shared_Desktop_3.3.1.exe
"><img src="http://static.4shared.com/images/butDesktop2.gif" alt="Download 4shared
D
Desktop" title="Download 4shared Desktop" width="139" height="52" /></a>


               </td>
               <td class="small red dcount">
                   <div class="xlarge bold">31,210</div>
                   views
               </td>
          </tr>
      </table>

      <br />
<script type="text/javascript">
    var subdomainInput = '<input type="text" value="" readonly="readonly"
onclick="this.focus();this.select()"'+
            ' class="field1" style="width:240px;font-size:10px" dir="ltr"
id="subdomainNameText"/>';
    var subDomainControls = '<a href="javascript:void(0)"
onclick="quickEditEdit(event,6)">Edit...</a>&nbsp;&nbsp;&nbsp;'+
            '<a href="javascript:void(0)"
o
onclick="removeSubdomain()">Remove...</a>';

    var subDomainAdd = '<a href="javascript:void(0)"
o
onclick="addSubdomain(event)">Add...</a>';

    function removeSubdomain() {
        if (confirm('Remove subdomain from current file?')) {
            $.post("/servlet/uifd", {mode:6,fid:80015213,newValue:''},
function(data) {
                 if (data.error) {
                     alert(data.error);
                     return;
                 }
                 if (data.valueFull != 'undefined') {
                     values[6] = data.valueFull;
                 } else {
                     values[6] = data.valuePage;
                 }
                 alert('Subdomain removed');
                 document.getElementById("subdomainCell").innerHTML = subDomainAdd;
                 //
            }, "json");
        }
    }

    function addSubdomain(event) {
        quickEditEdit(event, 6);
    }


    function sendFileByEmail() {
        var windowname="Send by email";
var url="/pageDownload1/email.jsp?fId=en-M4Fn9";
        OpenWindow =
window.open(url,windowname,'toolbar=no,scrollbars=yes,resizable=yes,width=550,heigh
t=350,left=50,top=50');
        OpenWindow.focus();
    }

</script>
<b class="big">Share with your friends!</b>
<table cellpadding="0" cellspacing="0" width="100%">
    <tr><td class="boxtl"></td><td class="boxt"></td><td class="boxtr"></td></tr>
    <tr>
         <td class="boxl"></td>
         <td class="boxc">
             <table width="100%">
                 <tr>
                      <td rowspan="2" valign="top">

                        <table >
                            <tr><td class="small">URL:</td><td>
                                 <input type="text"
value="http://www.4shared.com/audio/en-M4Fn9/If_Love_Is_Blind_-_TIFFANY.html"
readonly="readonly" onclick="this.focus();this.select()"
                                        class="field1" style="width:240px;font-
size:10px" dir="ltr" />
                            </td></tr>
                            <tr><td class="small">HTML code:</td><td>
                                 <input type="text" value="&lt;a
href=&quot;http://www.4shared.com/audio/en-M4Fn9/If_Love_Is_Blind_-
_TIFFANY.html&quot; target=_blank&gt;If Love Is Blind - TIFFANY.mp3&lt;/a&gt;"
readonly="readonly" onclick="this.focus();this.select()"
                                        class="field1" style="width:240px;font-
size:10px" dir="ltr" />
                            </td></tr>
                            <tr><td class="small">Forum code:</td><td>
                                 <input type="text"
value="[URL=http://www.4shared.com/audio/en-M4Fn9/If_Love_Is_Blind_-
_TIFFANY.html]If Love Is Blind - TIFFANY.mp3[/URL]" readonly="readonly"
onclick="this.focus();this.select()"
                                        class="field1" style="width:240px;font-
size:10px" dir="ltr" />
                            </td></tr>

                            <tr><td class="small">Embed:</td><td>
                                <input type="text" value="&lt;embed
src=&quot;http://www.4shared.com/embed/80015213/b37f4d7&quot; width=&quot;420&quot;
height=&quot;250&quot; allowfullscreen=&quot;true&quot;
allowscriptaccess=&quot;always&quot;&gt;&lt;/embed&gt;" readonly="readonly"
onclick="this.focus();this.select()"
                                       class="field1" style="width:240px;font-
size:10px" dir="ltr" />
                            </td></tr>


                        </table>
                    </td>

                   <td width="135" style="padding-top:3px" class="addto">
<div class="account" onclick="javascript:goto('/login.jsp?
afu=80015213&afp=b37f4d7');">
  <img src="http://static.4shared.com/images/spacer.gif" alt="" class="add2acc
absmid" />
  <a href="javascript:goto('/login.jsp?afu=80015213&afp=b37f4d7');"
class="nomoretheme"
     title="Click to add this file to your 4shared account"
     ><b>Add to my account</b></a>
  </div>



  <div class="favourites" onclick="javascript:addToFavorites(80015213);"
style="margin-top:3px;">
  <img src="/images/icons/16x16/favorites.gif" alt="" class="absmid" width="17"
height="16" />
  <a href="javascript:addToFavorites(80015213);"
     title="Click to add this file to your favorites" class="nomoretheme"
     ><b>Add to favorites</b></a>
  </div>


                   </td>
                </tr>
            </table>

            <div class="newsharing">


            <!--country:PH,false -->




              <div class="floatLeft">

                  <a href="http://www.facebook.com/sharer.php?
u=http://www.4shared.com/audio/en-M4Fn9/If_Love_Is_Blind_-_TIFFANY.html"
t
target="_blank"><img src="/images/bookmarks/newstyle/fbshare.png"></a></div>

                <div class="floatLeft paddingL15">
                <script type="text/javascript"
src="http://platform.twitter.com/widgets.js"></script>
s

                <a href="http://twitter.com/share" class="twitter-share-button"
                  data-count="horizontal"
                  data-url="http://www.4shared.com/audio/en-
M4Fn9/If_Love_Is_Blind_-_TIFFANY.html"
                  data-counturl="http://www.4shared.com/audio/en-
M4Fn9/If_Love_Is_Blind_-_TIFFANY.html"
                 >Tweet</a>
                </div>

                <script type="text/javascript">
                  (function() {
                     var s = document.createElement('SCRIPT'), s1 =
document.getElementsByTagName('SCRIPT')[0];
                     s.type = 'text/javascript';
                     s.async = true;
                     s.src = 'http://widgets.digg.com/buttons.js';
                     s1.parentNode.insertBefore(s, s1);
                     })();
                </script>
              <div class="floatLeft"> <a href="http://digg.com/submit?url=http%3A
%2F%2Fwww.4shared.com%2Faudio%2Fen-M4Fn9%2FIf_Love_Is_Blind_-
_TIFFANY.html&amp;title=If Love Is Blind - TIFFANY.mp3 - 4shared.com - online file
sharing and storage - download" class="DiggThisButton DiggCompact">
                  <span style="display:none">I%20like%20a%204shared%20file%20If
Love Is Blind - TIFFANY.mp3</span>
                </a>
              </div>



                <script type="text/javascript" src="http://www.google.com/jsapi"></
script>
                <script type="text/javascript">
                    google.load('orkut.share', '1');
                    google.setOnLoadCallback(function() {
                      new google.orkut.share.Button({
                        title: 'If Love Is Blind - TIFFANY.mp3 - 4shared.com -
online file sharing and storage - download',
                        destination: 'http://www.4shared.com/audio/en-
M4Fn9/If_Love_Is_Blind_-_TIFFANY.html',

                        summary: 'I like a 4shared file If Love Is Blind -
TIFFANY.mp3'
                       }).draw('orkut-button');
                    });
                </script>
                   <div class="floatLeft paddingL15" style="margin-top:-1px;"><div
id="orkut-button">
                </div>
                </div>




                <div class="sharemore floatRight">More</div>
<div class="hiddenshare">

                <div class="bookmark">
                  <a href="javascript:sendFileByEmail();" class="mail">E-mail</a>
                </div>

                <div class="bookmark">
                  <a href="http://www.myspace.com/Modules/PostTo/Pages/?
u=http://www.4shared.com/audio/en-M4Fn9/If_Love_Is_Blind_-_TIFFANY.html&t=If Love
Is Blind - TIFFANY.mp3 - 4shared.com - online file sharing and storage -
download&c=" class="myspace" target="_blank">MySpace</a>
                </div>

                <div class="bookmark">
                  <a href="http://www.google.com/buzz/post?message=I%20like%20a
%204shared%20file%20If Love Is Blind - TIFFANY.mp3!&url=http%3A%2F
%2Fwww.4shared.com%2Faudio%2Fen-M4Fn9%2FIf_Love_Is_Blind_-_TIFFANY.html"
class="buzz" title="Google Buzz" target="_blank">Buzz</a>
                </div>




                <div class="bookmark">
                  <a href="http://www.blogger.com/blog-this.g?n=If Love Is Blind -
TIFFANY.mp3 - 4shared.com - online file sharing and storage - download - %3Ca href
%3D%22http://www.4shared.com/audio/en-M4Fn9/If_Love_Is_Blind_-_TIFFANY.html%22
target%3D%22_blank%22%3EIf Love Is Blind - TIFFANY.mp3%3C/a%3E" class="blogger"
target="_blank">Blogger</a>
                </div>

                <div class="bookmark" style="margin-right:0">
                  <a href="http://del.icio.us/post?
url=http://www.4shared.com/audio/en-M4Fn9/If_Love_Is_Blind_-_TIFFANY.html&title=If
Love Is Blind - TIFFANY.mp3 - 4shared.com - online file sharing and storage -
download" target="_blank" class="delicious" >Del.isio.us</a>
                </div>

                <div style="clear:both;height:6px;">
                </div>

                <div class="bookmark">
                  <a href="http://www.stumbleupon.com/submit?
url=http://www.4shared.com/audio/en-M4Fn9/If_Love_Is_Blind_-_TIFFANY.html&title=If
Love Is Blind - TIFFANY.mp3 - 4shared.com - online file sharing and storage -
download" target="_blank" class="stumbleupon">StumbleUpon</a>
                </div>

                <div class="bookmark">
                  <a href="http://spaces.live.com/BlogIt.aspx?Title=If Love Is
Blind - TIFFANY.mp3 - 4shared.com - online file sharing and storage -
download&SourceURL=http://www.4shared.com/audio/en-M4Fn9/If_Love_Is_Blind_-
_TIFFANY.html&description=I%20like%20a%204shared%20file%20If Love Is Blind -
TIFFANY.mp3" target="_blank" class="livespaces">Live Spaces</a>
                </div>

                <div class="bookmark">
                  <a href="http://reddit.com/submit?
url=http://www.4shared.com/audio/en-M4Fn9/If_Love_Is_Blind_-_TIFFANY.html&title=If
Love Is Blind - TIFFANY.mp3 - 4shared.com - online file sharing and storage -
download" target="_blank" class="reddit">Reddit</a>
                </div>

                <div class="bookmark">
                  <a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?
u=http://www.4shared.com/audio/en-M4Fn9/If_Love_Is_Blind_-_TIFFANY.html&t=If Love
Is Blind - TIFFANY.mp3 - 4shared.com - online file sharing and storage - download"
target="_blank" class="yahoo">Yahoo</a>
                </div>


                   <div style="clear:both;height:6px;"></div>
                <div class="bookmark">
                  <a href="http://www.bebo.com/share?
Url=http://www.4shared.com/audio/en-M4Fn9/If_Love_Is_Blind_-_TIFFANY.html"
target="_blank" class="bebo">Bebo</a>
                </div>



                 <div style="clear:both;padding-top:10px; text-align:center;"
class="small">
                  Share your activity at 4shared with your friends at Twitter and
Orkut. You may automatically share such activity as uploading file, commenting on a
file, rate a file, etc.
                  <br /><br />

                   <a

                    href="#" onclick="return requireLoginOrSignup(event, 'Would you
like to rate this file?', 0,0,'%2Faccount%2Fsettings.jsp%3FstartPage%3D6');">


                   <b>Connect accounts now</b></a>
                 </div>


              </div>

            </div>

            <script type="text/javascript">
              $(document).ready(function() {


                 $(".sharemore").click(function(){
                   $('.hiddenshare').slideToggle("fast");
                       $(this).toggleClass("hidemore");
                       $(this).text($(this).text() == 'Less' ? 'More' : 'Less');
                 });
               });
             </script>
         </td>
         <td class="boxr"></td>
    </tr>
    <tr><td class="boxbl"></td><td class="boxb"></td><td class="boxbr"></td></tr>
</table>
<div id="facebookLike" style="margin-top: 15px;">
    <fb:like></fb:like>
</div>



<div id="fb-root"></div>
<script type="text/javascript" src="/js/utils.js"></script>
<script type="text/javascript">
  window.fbAsyncInit = function() {
    var appId = '156690041046630';

   FB.init({appId: appId, status: true, cookie: true,
            xfbml: true});

   FB.Event.subscribe('edge.create', function(href, widget) {
     if (!Utils.isFunctionExists('addVote'))
       return;
     addVote(null, 5);
   });

 };

 (function() {
   var e = document.createElement('script');
   e.type = 'text/javascript';
   e.src = document.location.protocol +
           '//connect.facebook.net/en_GB/all.js';
   e.async = true;
   document.getElementById('fb-root').appendChild(e);
 }());

  <!-- Correct fb_xd_fragment Bug Start -->
  $(function() {
    $('html').show();
  });
  <!-- Correct fb_xd_fragment Bug End -->
</script>




    <div style="margin-top:15px">
      <a href="/signup.jsp" class="btn floatRight"><span><span>Upload
&gt;&gt;</span></span></a>
</div>

<br/>




<script type="text/javascript">
    addingComments = false;
    function commentsPagerNavigate(start){
        var aj = new AjaxHelper();
        aj.sendGetTextRequest(
           "http://www.4shared.com/audio/en-M4Fn9/If_Love_Is_Blind_-_TIFFANY.html?
start="+start+"&showPart=commentList&addCommentDisabled=false&random="+Math.random(
),
           function(txt){
             document.getElementById("tdCommentList").innerHTML=txt;
           }
        );
    }
    var currentReplyId = null;
    var formContent;


<
</script>

<
<script type="text/javascript">

  function showMainComment(){
    discardCommenting();
    document.getElementById("comment0").innerHTML=formContent;
    document.getElementById("addCommentLink").style.display="none";
    var commentForm = getCommentForm();
    if(commentForm!=null){
      commentForm.replyId.value="";
      commentForm.showPart.value="commentList";
      commentForm.showComments.value="true";
    }
    if(document.getElementById("replyTo"+currentReplyId)!=null) {
      document.getElementById("replyTo"+currentReplyId).innerHTML="";
    }
  }

  function showReplyForm(treeId, commentId){
discardCommenting();
     document.getElementById("comment0").innerHTML="";
     document.getElementById("replyTo"+commentId).innerHTML=formContent;

     var commentForm = getCommentForm();
     if(commentForm!=null){
       commentForm.replyId.value=treeId;
       commentForm.showPart.value="commentList";
       commentForm.showComments.value="true";
     }
     currentReplyId=commentId;
 }

  function getCommentForm(){
    if(true) return document.getElementById("addCommentForm");
    var replyDiv = document.getElementById("replyTo"+currentReplyId);
    if(replyDiv!=null && replyDiv.getElementsByTagName("form") &&
replyDiv.getElementsByTagName("form")[0]){
       return replyDiv.getElementsByTagName("form")[0];
    }
    var mainCommentDiv = document.getElementById("comment0");
    if(mainCommentDiv.getElementsByTagName("form") &&
mainCommentDiv.getElementsByTagName("form")[0]){
      return mainCommentDiv.getElementsByTagName("form")[0];
    }
  }

 function discardCommenting(){
   if(document.getElementById("replyTo"+currentReplyId)!=null) {
     document.getElementById("replyTo"+currentReplyId).innerHTML="";
   }
   document.getElementById("comment0").innerHTML="";
   document.getElementById("addCommentLink").style.display="inline";
   var commentForm = getCommentForm();
   if(commentForm!=null){
     commentForm.replyId.value="";
   }
 }

  function limitTextAreaComm(input) {
    var maxlen = 500;
    var val = input.value.replace(/rn/g, 'n');
    var left = maxlen - val.length;
    if(left < 0){
      $("#charsLeft").attr("style", "font-weight: bold; color:red;");
      $('#submitCommBtn').attr("disabled","disabled");
    }else{
      $("#charsLeft").attr("style", "font-weight: bold;");
      $('#submitCommBtn').attr("disabled","");
    }
    $("#charsLeft").html("" + left);
    return true;
  }
</script>
<

<a name="firstC" id="firstC"></a>
<table cellpadding="0" cellspacing="0" width="100%">
  <tr valign="top">
    <td class="text" id='tdCommentList'>
<script type="text/javascript">
  document.domain='4shared.com';

  $(
      function() {
        if(window.location.pathname.search("all-comments")>0) {
          window.location.hash = "firstC";
        }
      });
</script>



       <b class="big">Comments</b>
       <table cellspacing="0" cellpadding="0" width="100%" style="margin-top:10px">

           <tr valign="top">
             <td>
             <table cellspacing="0" cellpadding="0" width="100%" >
               <tr valign="top">
                  <td width="44">

                    <a
href="http://www.4shared.com/u/UL5N7DvE/euro3_oh1526.html"><img
src="http://static.4shared.com/images/noavatar.gif" alt="euro3_oh1526" width="40"
height="40" class="av" /></a>

                 </td>

                 <td>
                     <table cellpadding="0" cellspacing="0" width="100%">
                         <tr>
                              <td class="box1tl"></td>
                              <td class="box1t"></td>
                              <td class="box1tr"></td>
                         </tr>
<tr>
                              <td class="box1bubble"></td>
                              <td class="box1c small" >
                                <a name="lastC"></a>
                                <div class="lgrey xsmall floatRight">1 month
ago</div>


                              <a
href="http://www.4shared.com/u/UL5N7DvE/euro3_oh1526.html"
class="lbluelink"><b>euro3_oh1526</b></a>

                              <div class="hideLong cmnt" style="margin-
top:5px">nice song......................</div>

                                  <div class="lgrey xsmall floatRight"><a
href="javascript:showReplyForm(-16100948,16100948)">Reply</a></div>


                               </td>
                               <td class="box1r"></td>
                          </tr>
                          <tr>
                               <td class="box1blc"></td><td class="box1b"></td><td
class="box1br"></td>
                          </tr>
                      </table>

                  </td>
                </tr>
              </table>
              </td>
            </tr>

        <tr>
            <td>
              <div id="replyTo16100948"></div>
            </td>
        </tr>

        <tr><td>&nbsp;</td></tr>


        </table>
      <form name="pagerForm" action="http://www.4shared.com/audio/en-
M4Fn9/If_Love_Is_Blind_-_TIFFANY.html#firstC" method="post" >
        <input type="hidden" name="showComments" value="true"/>
        <center class="bodyred">
<br />
<
<input type="hidden" name="start" value="0">

<table BORDER="0" cellpadding="1" cellspacing="0" class="" align="center">
  <tr>



    <td class="pager">&nbsp; (1 total) </td>


  </tr>
<
</table><br />



        </center>
      </form>



<
<span style="display:none" id="commentsNewCount">1</span>


      <script type="text/javascript" id="manageCommentsJS">
      </script>
    </td>
  </tr>

  <tr valign="top">
    <td class="text addComment">
      <a href="javascript:showMainComment()" id="addCommentLink"><b>Add your
comment</b></a>
      <div id="comment0">
        &nbsp;
      </div>
      <span id="addCommentFormSpan" style="display:none">
          <br />

                <b class="big" style="line-height:2em">Would you like to comment?
</b><br />
              <a href="/signup.jsp?rdf=http%3A%2F%2Fwww.4shared.com%2Faudio%2Fen-
M4Fn9%2FIf_Love_Is_Blind_-_TIFFANY.html">Join</a> 4shared for a free account, or <a
href="javascript:premiumLogin( 'http%3A%2F%2Fwww.4shared.com%2Faudio%2Fen-
M4Fn9%2FIf_Love_Is_Blind_-_TIFFANY.html' )">log in</a> if you are already a member.
              <br /><br />

      </span>


      <script type="text/javascript">
        formContent=document.getElementById("addCommentFormSpan").innerHTML;
document.getElementById("addCommentFormSpan").innerHTML="";
        showMainComment();
      </script>
    </td>
  </tr>

<
</table>


<
<br/>


    <div>




    </div>
</td>

<td width="20">&nbsp;</td>

<td width="320" style="padding-top:2px">

    <div class="rightColMargin">




<b class="big">&nbsp;</b>
<div class="boxR4all">
    <div style="margin:5px">
    <a href="javascript:showMore();" class="floatRight" title="Show more files"
            ><img src="http://static.4shared.com/images/spacer.gif" alt=""
class="exparrow absmid" id="moreFilesArr" hspace="2" vspace="3" /></a>
    <div class="hideLong" style="width:265px">
    <a href="http://www.4shared.com/dir/BLrxeQkH/Music_Legend.html"
class="greylink1 big bold" target="_blank"><img
src="http://static.4shared.com/images/icons/24x24/sharefolder.png" alt=""
width="24" height="24" class="absmid" style="background:#FFFFFF"
            />Music Legend</a>
    </div>
    </div>

<script type="text/javascript">
function showMore(){
if(document.getElementById('moreFilesIFrame')!=null){
if(document.getElementById('moreFilesIFrameContainer').style.display=='inline'){
hideMoreImpl();
}else {
showMoreImpl();
}
}else {
document.getElementById("moreFilesIFrameContainer").innerHTML="<iframe
marginWidth='0' marginHeight='0'
src='http://www.4shared.com/minifolder/BLrxeQkH/Music_Legend.html?woHeader=1'"+
                                                            "scrolling='no'
frameborder='0' width='298' height='200' id='moreFilesIFrame'"+
                                                            "style='border-
top:solid 1px #CDCDCD'></iframe><br />";
showMoreImpl();
}
}
function showMoreImpl(){
document.getElementById('moreFilesIFrameContainer').style.display='inline';
document.getElementById('moreFilesArr').className='collarrow absmid';
}
function hideMoreImpl(){
document.getElementById('moreFilesIFrameContainer').style.display='none';
document.getElementById('moreFilesArr').className='exparrow absmid';
}

  function downloadAll() {
    $.post(
        document.checkForm.action,
        $("#thisDCForm").serialize(),
        function(data) {
          if(data && data.ok && data.ok == "true") {
            document.downloadAllForm.submit();
          } else {
            alert('Folder's size exeeds Download All limit');
          }
        }, "json");
  }
</script>
<
<span id="moreFilesIFrameContainer" style="display:none;">

<
</span>




<form action="/directPurchase.jsp" method="post" name="plimusForm_p107m1" >
<input type="hidden" name="planId" value="107" />
<input type="hidden" name="months" value="1"/>
<input type="hidden" name="language" value="ENGLISH"/>


</form>

<form action="https://www.paypal.com/cgi-bin/webscr" method="post"
name="paypalForm_p107m1">

<input   type="hidden"   name="cmd" value="_xclick-subscriptions">
<input   type="hidden"   name="business" value="purchase@4shared.com">
<input   type="hidden"   name="item_name" value="4shared Premium Account 1 month">
<input   type="hidden"   name="item_number" value="2268546">
<input   type="hidden"   name="custom" value="">
<input   type="hidden"   name="buyer_credit_promo_code" value="">
<input   type="hidden"   name="buyer_credit_product_category" value="">
<input   type="hidden"   name="buyer_credit_shipping_method" value="">
<input   type="hidden"   name="buyer_credit_user_address_change" value="">
<input   type="hidden"   name="no_shipping" value="1">
<input   type="hidden"   name="no_note" value="1">
<input   type="hidden"   name="currency_code" value="USD">
<input   type="hidden"   name="lc" value="US">

<input type="hidden"     name="bn" value="PP-SubscriptionsBF">
<input type="hidden"     name="a3" value="9.95">
<input type="hidden"     name="p3" value="1">
<input type="hidden"     name="t3" value="M">
<input type="hidden"     name="src" value="3">
<input type="hidden"     name="sra" value="1">
</form>




<form action="/directPurchase.jsp" method="post" name="plimusForm_p107m3" >
<input type="hidden" name="planId" value="107" />
<input type="hidden" name="months" value="3"/>
<input type="hidden" name="language" value="ENGLISH"/>


</form>

<form action="https://www.paypal.com/cgi-bin/webscr" method="post"
name="paypalForm_p107m3">

<input   type="hidden"   name="cmd" value="_xclick-subscriptions">
<input   type="hidden"   name="business" value="purchase@4shared.com">
<input   type="hidden"   name="item_name" value="4shared Premium Account 3 month">
<input   type="hidden"   name="item_number" value="2268548">
<input   type="hidden"   name="custom" value="">
<input   type="hidden"   name="buyer_credit_promo_code" value="">
<input   type="hidden"   name="buyer_credit_product_category" value="">
<input   type="hidden"   name="buyer_credit_shipping_method" value="">
<input   type="hidden"   name="buyer_credit_user_address_change" value="">
<input   type="hidden"   name="no_shipping" value="1">
<input   type="hidden"   name="no_note" value="1">
<input   type="hidden"   name="currency_code" value="USD">
<input   type="hidden"   name="lc" value="US">

<input type="hidden" name="bn" value="PP-SubscriptionsBF">
<input type="hidden" name="a3" value="23.95">
<input type="hidden"     name="p3" value="3">
<input type="hidden"     name="t3" value="M">
<input type="hidden"     name="src" value="3">
<input type="hidden"     name="sra" value="1">
</form>




<form action="/directPurchase.jsp" method="post" name="plimusForm_p107m6" >
<input type="hidden" name="planId" value="107" />
<input type="hidden" name="months" value="6"/>
<input type="hidden" name="language" value="ENGLISH"/>


</form>

<form action="https://www.paypal.com/cgi-bin/webscr" method="post"
name="paypalForm_p107m6">

<input   type="hidden"   name="cmd" value="_xclick-subscriptions">
<input   type="hidden"   name="business" value="purchase@4shared.com">
<input   type="hidden"   name="item_name" value="4shared Premium Account 6 months">
<input   type="hidden"   name="item_number" value="2268550">
<input   type="hidden"   name="custom" value="">
<input   type="hidden"   name="buyer_credit_promo_code" value="">
<input   type="hidden"   name="buyer_credit_product_category" value="">
<input   type="hidden"   name="buyer_credit_shipping_method" value="">
<input   type="hidden"   name="buyer_credit_user_address_change" value="">
<input   type="hidden"   name="no_shipping" value="1">
<input   type="hidden"   name="no_note" value="1">
<input   type="hidden"   name="currency_code" value="USD">
<input   type="hidden"   name="lc" value="US">

<input type="hidden"     name="bn" value="PP-SubscriptionsBF">
<input type="hidden"     name="a3" value="42.95">
<input type="hidden"     name="p3" value="6">
<input type="hidden"     name="t3" value="M">
<input type="hidden"     name="src" value="3">
<input type="hidden"     name="sra" value="1">
</form>
<form action="/directPurchase.jsp" method="post" name="plimusForm_p107m12" >
<input type="hidden" name="planId" value="107" />
<input type="hidden" name="months" value="12"/>
<input type="hidden" name="language" value="ENGLISH"/>


</form>

<form action="https://www.paypal.com/cgi-bin/webscr" method="post"
name="paypalForm_p107m12">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="purchase@4shared.com">
<input type="hidden" name="item_name" value="4shared Premium Account 1 year">
<input type="hidden" name="item_number" value="2268552">
<input type="hidden" name="custom" value="">

<input   type="hidden"   name="amount" value="77.95">
<input   type="hidden"   name="no_shipping" value="0">
<input   type="hidden"   name="no_note" value="1">
<input   type="hidden"   name="currency_code" value="USD">
<input   type="hidden"   name="lc" value="US">
<input   type="hidden"   name="bn" value="PP-BuyNowBF">


<
</form>




<style type="text/css">
  .oftable {
    font: normal 13px Arial;
    color: #1b8c3e;
  }

  .oftable td {
    padding: 6px 0px;
  }

  .oftable .title {
    padding-left: 0px;
    padding-right: 0px;
  }

  .oftable .detail {
    font-weight: bold;
    background: url('/images/ok_sbut.png') left center no-repeat;
    padding-left: 25px;
    padding-right: 10px;
  }
.oftable .free {
    background: #f6f6f6;
    color: #818181;
    font-size: 11px;
    text-align: center;
    padding: 0 3px;
  }

  .oftable .freeH {
    background: #f6f6f6;
    text-align: center;
    padding: 3px 3px 5px 3px;
    font-size: 13px;
    color: #d3d3d3;
  }

  .btnprem {
    display: inline-block;
    zoom: 1;
    *display: inline;
    border: solid 1px #B06600;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    background: url(/images/bg10.png) #D77D01 repeat-x;
    padding: 0 15px;
    margin: 10px 0;
    font: bold 17px / 34px Arial, sans-serif;
    color: #FFFFFF;
    cursor: pointer;
    text-shadow: -1px -1px 1px #BB7413;
    FILTER: progid: DXImageTransform . Microsoft . Shadow(direction = 135, color =
999999, strength = 2);
    -webkit-box-shadow: 0 1px 2px #666;
    -moz-box-shadow: 0 1px 2px #666;
    box-shadow: 0 1px 2px #666;
  }

</style>
<div class="dall boxR4bottom"><a href="javascript:none"
onclick="promptGetPremium(event,'In order to download all files in folder press
&quot;Activate&quot; button to get Premium account and activate all Premium
features','&lt;b&gt;&quot;Download folder&quot;&lt;u002fb&gt; function available
only for Premium account!','','getPremiumAction','c','c')" >
  <img src="http://static.4shared.com/images/icons/16x16/downloadall.png"
width="16" height="16"
                                           alt="Download all" class="absmid"
hspace="3" style="margin-bottom:2px"/> <b>Download all files from this folder</b></
a
a></div>

</div>
<
<br/>
<b class="big orange">Upload to 4shared</b>
<table cellpadding="0" cellspacing="0" width="100%">
    <tr>
         <td class="boxtl"></td>
         <td class="boxt"></td>
         <td class="boxtr"></td>
    </tr>
    <tr>
         <td class="boxl"></td>
         <td class="boxc" style="padding:10px">




<script type="text/javascript"
src="http://static.4shared.com/js/ui/AnonUploadWidget.js"></script>


<script type="text/javascript">
    document.domain='4shared.com';
    function anonUploadDone(aFileId){


            top.location.href='http://www.4shared.com/enter.jsp?
sId=d9FkwEbVrqpBPGAz&&fau=1&au=1';

    }
<
</script>
<script type="text/javascript" src="/js/ui/AccountUploadWidget.js"></script>
<
<script type="text/javascript" src="/js/UploadModule.js"></script>

<script type="text/javascript">

       var hasUploadProgress=true;


       function showProgressBarDelayed(){
         showProgressBarDelayedSpecFrame('frameUploadProgressBar','upload');
       }
       function showProgressBarDelayedSpecFrame(progressFrameName,hideDivName){
         var tableWithProgressName =progressFrameName+'WithStopButton';
           if (uploadStarts || zipStarts){ // if process not finished yet
               if( hasUploadProgress &&
document.getElementById(tableWithProgressName)){
                   document.getElementById(tableWithProgressName).style.display="bl
ock";
               }
               document.getElementById(hideDivName).style.display="none";
           }
       }
       function uploadframe_onload(progressFrameName,showDivName){
           //if (uploadStarts || top.zipStarts){ - window.top defies embedding of
o
our dirs into other sites

            var topdoc=findTopOfDir().document;
            if(topdoc.getElementById(progressFrameName+'WithStopButton')!=null &&
topdoc.getElementById(progressFrameName+'WithStopButton').style.display=="block"){
                topdoc.getElementById(progressFrameName+'WithStopButton').style.display
="none";
                //topdoc.getElementById('progresswidth').width="1%";
                topdoc.getElementById(showDivName).style.display="block";
            }
          if(document.uploadForm){
              document.uploadForm.reset();
              restoreUploadElements();
          }
          if(document.uploadForm2){//folder toolbar upload form
              $('#folderToolbarUploadButton').removeClass("d");
              $('#folderToolbarUploadButton').addClass("a");
              if(document.getElementById("folderToolbarClonedFieldContainer")!=null &&
document.getElementById("folderToolbarClonedFieldContainer").innerHTML!=''){
                 document.getElementById("folderToolbarClonedFieldContainer").innerHTML
='';
              }
              if(document.getElementById("tfid0")!=null &&
document.getElementById("tfid0").disabled){
                 document.getElementById("tfid0").disabled=false;
              }
              if(document.getElementById("tfid0")!=null){
                 document.getElementById("tfid0").style.zIndex=1000;
              }
              if(document.getElementById("folderToolbarUploadButtonTitle")!=null){
                   document.getElementById("folderToolbarUploadButtonTitle").innerHTML=
'Upload';
              }
          }
if (uploadStarts || findTopOfDir().zipStarts){
                 uploadStarts=false;
                 if( window.changeDirLeft && !false){
                     // if in account

                    //var topdoc=window.top.document; - window.top defies embedding
of our dirs into other sites
                    var aj = new AjaxHelper();
                    if(top.zipStarts){
                        massAction(20);
                        return;
                    }else {
                        aj.sendGetTextRequest(
                           "/account/includeFreeSpace.jsp?
httpSess=null&crtime=20110309-031912&sId=d9FkwEbVrqpBPGAz&&fau=1&random="+Math.rand
om(),
                           function(txt){
                                   document.getElementById("newFreeSpaceContainer").i
nnerHTML=txt;
                                   changeDirLeftRefresh( currentDirId,
top.zipStarts);
                           }
                        );
                    }
                }else{

                       // if directory opened by shared link
                     //if(top.zipStarts){ - window.top defies embedding of our dirs
into other sites
                     if(findTopOfDir().zipStarts){
                         massAction(20);
                     }
                     else {
                       refreshForm();
                     }

                 }
           }
       }

       function showProgressBar(operation){
         showProgressBarSpecFrame(operation,'frameUploadProgressBar','upload',3000)
;
       }
       function
showProgressBarSpecFrame(operation,progressFrameName,hideDivName,timeout){
         if(document.getElementById(progressFrameName)){
           document.getElementById(progressFrameName).src =
             'http://dc224.4shared.com/main/frameAnonUploadProgressBar.jsp?
sId=d9FkwEbVrqpBPGAz&globSysLang=en&'+
             'operation='+operation+'&random='+Math.random();
           window.setTimeout("showProgressBarDelayedSpecFrame('"+progressFrameName+
"','"+hideDivName+"')",timeout);
         }
       }


       function checkFileSizeDuringUpload(filesToUpload){
         if(!uploadStarts) return; // no active upload
var progressBarUrl = '/servlet/ProgressStatus?
d
dcID=224&random=0.6596524941499459&sId=d9FkwEbVrqpBPGAz';

         var aj = new AjaxHelper();
         aj.sendGetXMLRequest(
           progressBarUrl,
           function(respXML){
             var el =respXML.getElementsByTagName("status")[0];
             var active = el.getAttribute("active");
             if (active=="true"){
               var totalContentLengthKbytes =
el.getAttribute("totalContentLengthKbytes");
e


                  var maxFileSizeKbytes = getUploadFileSizeLimit();
                var maxAllowedContentLength = 1 + (1+maxFileSizeKbytes) *
filesToUpload;// + multipart overhead
                if(maxAllowedContentLength < totalContentLengthKbytes){
                  if(uploadStarts){
                    uploadStarts = false;
                    document.theForm.fileSizeExceededMode.value="1";
                    massAction(0);
                  }
                }
              }
            }
         );


       }

      window.onbeforeunload = function(){
          if(uploadStarts){
              return "Uploading is not done yet, leaving the page will result in
cancelling the upload, are you sure you want to leave?";
          }
      };

       function stopTransfer(){
           uploadStarts = false;
           alert("Your transfer has been cancelled. ");
           findTopOfDir().refreshForm();
       }

      function getUploadFileSizeLimit() {
          return 204800;
      }

      function getFileSizeLimitErrorMessage() {
          return "Error: filesize > 200 MB";
      }

  /*
  UploadModule.build = function(config) {
      var defaultSettings = {
          static_resources_root: 'http://static.4shared.com',
          progress_meter_url : '/servlet/ProgressStatus?
dcID=224&sId=d9FkwEbVrqpBPGAz&&fau=1&globSysLang=en',
          upload_frame_container: '#uploadFrameDiv',
progress_bar_container : '#frameUploadProgressBarWithStopButton',
            upload_ui_elements_container: '#upload',
            upload_button : '#uploadButton1',

            localized_messages : {
                upload_canceled: 'Your transfer has been cancelled.'
            }
       };
       config = jQuery.extend(true, defaultSettings, config);
       return new UploadModule(config);
  };
  */

  UploadModule.build = function(options) {
     var defaultSettings = {
         url: 'http://dc224.4shared.com/main/upload.jsp?sId=d9FkwEbVrqpBPGAz&fau=1',
         progress_meter_url : '/servlet/ProgressStatus?
dcID=224&sId=d9FkwEbVrqpBPGAz&&fau=1&globSysLang=en',
         static_resources_root: 'http://static.4shared.com',
         max_file_size: 209715200,
         i18n: {
           file_size_exceeded: 'Error: filesize > 200 MB',
           some_files_size_exceeded: 'Some files limit exceeded. Continue without
them ?',
           no_files_selected: 'You didn't select any file to upload yet.'
         }
     };
     options = $.extend(true, defaultSettings, options);
     return new UploadModule(options);
  };

  var accountUploadWidget = null;
  $(function() {
    accountUploadWidget = new AccountUploadWidget($('form[name=uploadForm]'), {
      i18n: {
        hours: 'hr',
        minutes: 'min',
        seconds: 'sec',
        upload_canceled : 'Your transfer has been cancelled.'
      }
    });
  });

</script>

<table id='frameUploadProgressBarWithStopButton'
     style='display: none;' cellpadding="0" cellspacing="0">
    <tr>
         <td style='padding-top:2px;'>
             <div id="progressBar"
style="width:200px;height:20px;scrolling:no;padding:0px;">
<div class="text" style="position:absolute;width:200px;text-align:center;margin-
top:2px;">Uploaded: <span id="sizeOk">0 KB</span> (<span id="percent">0</span>
%)</div>
      <table cellpadding="0" cellspacing="0" id="progress" style="margin-
top:1px;margin-bottom:1px;width:98%" align="center">
          <tr style="font:normal 11px Tahoma, Verdana, Arial">
               <td class="progressfull" width="1%" id="progresswidth"><img alt=""
src="/images/spacer.gif" width="2" height="17" /></td>
               <td class="progressempty"><img alt="" src="/images/spacer.gif"
width="2" height="17" /></td>
          </tr>
      </table>

             </div>
         </td>
         <td valign="top">
             <button type="button" onclick="anonUploadWidget.stop()"><img alt=""
src="http://static.4shared.com/images/icons/16x16/stop.gif" class="absmid"
width="11" height="11"><span class="absmid"> Stop</span></button>
         </td>
    </tr>
</table>

<div id="upload">
<div id="uploadTR" class="changeDir hideLong">
<form action="http://dc224.4shared.com/main/upload.jsp?
sId=d9FkwEbVrqpBPGAz&amp;fau=1" name="uploadForm" enctype="multipart/form-data"
target="uploadframe1" method="POST">
<input type="hidden" name="mainDC" value="7">
    <table cellpadding="0" cellspacing="2">
        <tr>
             <td>
                  <div class="fileselectcontainer">
                  <input type="file" id="fid0" name="fff0" size="10" class="file">
                      <div class="g a" id="selectButton">
                          <div class="gv">
                              <div class="gh">
                                  <div class="gi">
                                       <div class="gg"></div>
                                       <div class="gt">
                                           Select file&hellip;
                                       </div>
                                  </div>
                              </div>
                          </div>
                      </div>
                  </div>
             </td>
             <td>
                  <div class="g a" onclick="return anonUploadWidget.start()"
id="uploadButton1">
                      <div class="gv">
                          <div class="gh">
                              <div class="gi">
                                  <div class="gg"></div>
                                  <div class="gt">
                                       Upload
                                       <img alt=""
src="http://static.4shared.com/images/icons/misc/upload.gif" class="absmid"
width="12" height="11">
                                   </div>
                               </div>
                           </div>
                       </div>
                   </div>
              </td>
              <td>
                   <div id="fileselectvalue" class="small">

                <a
href="http://dc153.4shared.com/download/aK3Km2yI/4shared_Desktop_332.exe"
class="sbtn dm" target="_blank"><span>Upload manager &raquo;</span></a>

                      </div>
             </td>
        </tr>
    </table>


<script type="text/javascript">
    var anonUploadWidget = new AnonUploadWidget({
      upload_form: $(document.uploadForm),
      i18n: {
        hours: 'hr',
        minutes: 'min',
        seconds: 'sec',
        upload_canceled : 'Your transfer has been cancelled.'
      }
    });

    function massAction(mode) {
      if (!document.theForm) return;

        document.theForm.homemode.value=mode;
        document.theForm.submit();
    }


</script>

</form>
</div>
</div>

<
<div id="uploadFrameDiv"></div>

         </td>
         <td class="boxr"></td>
    </tr>
    <tr>
         <td class="boxbl"></td>
         <td class="boxb"></td>
         <td class="boxbr"></td>
    </tr>
</table>
<br />
<table cellpadding="0" cellspacing="0" width="100%">
    <tr>
         <td class="boxtl"></td>
         <td class="boxt"></td>
         <td class="boxtr"></td>
    </tr>
    <tr>
         <td class="boxl"></td>
         <td class="boxc">
           <script type="text/javascript">
             var qrCodeShown = false;

            function showQrCode() {
              var codeTd = $("[id=qrCodeCont]");
              var descTd = $("[id=qrCodeDesc]");
              var codeTitle = $("[id=qrCodeTitle]");
              if (qrCodeShown) {
                codeTd.hide();
                descTd.hide();
                qrCodeShown = false;
                codeTitle[0].innerHTML = "<t:t type='js'>Show QR Code</t:t>";
              } else {
                if (codeTd.size() == 0) {
                  createQrCodeTd();
                }
                codeTd = $("[id=qrCodeCont]");
                codeTd.show();
                  descTd.show();
                codeTitle[0].innerHTML = "<t:t type='js'>Hide QR Code</t:t>";
                qrCodeShown = true;
              }
            }

            function createQrCodeTd() {
              var tbody = document.getElementById("qrBody");
              var tr = document.createElement("tr");
              tbody.appendChild(tr);
                var tdCode =document.createElement("td");
                tdCode.setAttribute('id', 'qrCodeCont');
                tdCode.innerHTML='<img src="/main/qrcode?file=en-M4Fn9" width="150"
height="150">';
                tr.appendChild(tdCode);
                var tdDesc = document.createElement("td");
                tdDesc.setAttribute('id', 'qrCodeDesc');
                tdDesc.setAttribute('class', 'qrdesc');
                tdDesc.setAttribute('valign', 'top');
                tdDesc.innerHTML = '<b>What is QR Code?</b><br /><br />With the
help of this QR code you could easily visit this page on your phone without typing
the address. Just scan it with your phone and its done!';
tr.appendChild(tdDesc);

                $('[id=qrCodeTitle]')[0].setAttribute('colspan', '2');

               //tr.innerHTML='<td id="qrCodeCont"></td><td class="qrdesc"
valign="top" id="qrCodeDesc"><b>What is QR Code?</b><br /><br />With the help of
this QR code you could easily visit this page on your phone without typing the
address. Just scan it with your phone and its done!</td>';
             }
           </script>
             <table>
               <tbody id="qrBody">
               <tr><td onclick="showQrCode()" id="qrCodeTitle" class="qrcode">Show
QRCode</td></tr>
               </tbody></table>
         </td>
         <td class="boxr"></td>
    </tr>
    <tr>
         <td class="boxbl"></td>
         <td class="boxb"></td>
         <td class="boxbr"></td>
    </tr>
</table>
<br />

    </div>




            <div class="rightColMargin">
                    <div class="labelads" onclick="window.location='/premium.jsp?
ref=removeads'"><div><div><div>Remove Ads &nbsp;x</div></div></div><br
clear="all" /></div><script type="text/javascript"><!--
      e9 = new Object();
    e9.size = "300x250";
    e9.addBlockingCategories="Pop-up,Pop-
under,Adult,Floating,Flashing,Violence,Full-page";
//--></script>
<script type="text/javascript" src="http://tags.expo9.exponential.com/tags/4shared/
ROS/tags.js"></script>
            </div><br/>




    <div class="rightColMargin">
<div class="hideLong">
  <a href="javascript:showFavorites();" class="lgreylink">
    <img style="margin-bottom:3px;"
src="http://static.4shared.com/images/icons/9x9/arrowright.gif" alt="" width="9"
height="9" class="absmid" id="showFavoritesIcon" hspace="2" />
    &nbsp;<b class="big">Favorite Files</b>
  </a>
<
</div>

<
<div id="favoritesContainer" style="display:block;">

<
</div>

<
<script type="text/javascript">

  function addToFavorites(id){
    $.post("/servlet/uifd",{mode:7,fid:id},function(data){
      if(data.result == 'ok'){
        $('#showFavoritesIcon').attr('src',
'http://static.4shared.com/images/icons/9x9/arrowdown.gif');
        if($.trim($('#favoritesContainer').html()) == ''){
          loadFavorites();
        }else{
          addFavoriteFile(id, true, data.name, data.url, data.previewUrl,
data.iconSmall, data.iconBig, data.publ, data.publUrl);
          if($('#favoritesContainer').css('display') == 'none'){
            $('#favoritesContainer').css('display', 'block');
          }
        }
      }
    }, "json");
  }

  function showFavorites(){
    if($.trim($('#favoritesContainer').html()) == ''){
      loadFavorites();
    }else{
      var dpfavexp = false;
      if($('#favoritesContainer').css('display') == 'none'){
        $('#showFavoritesIcon').attr('src',
'http://static.4shared.com/images/icons/9x9/arrowdown.gif');
        $('#favoritesContainer').css('display', 'block');
        dpfavexp = true;
      }else{
        $('#showFavoritesIcon').attr('src',
'http://static.4shared.com/images/icons/9x9/arrowright.gif');
        $('#favoritesContainer').css('display', 'none');
      }
      Cookies.create('dpfavexp', dpfavexp, 365, '/');
    }
  }

  function loadFavorites(){
    $('body').css('cursor', 'progress');
    $('#favoritesContainer').load('/pageDownload1/favoritesCont.jsp',
      {},
function(){
          $('body').css('cursor', 'auto');
          $('#showFavoritesIcon').attr('src',
'http://static.4shared.com/images/icons/9x9/arrowdown.gif');
          Cookies.create('dpfavexp', true, 365, '/');
       },
       'html'
    );
  }

</script>
<
<br />




<div class="hideLong">
  <a href="javascript:showHistory();" class="lgreylink">
    <img style="margin-bottom:3px;"
src="http://static.4shared.com/images/icons/9x9/arrowdown.gif" alt="" width="9"
height="9" class="absmid" id="showHistoryIcon" hspace="2" />
    &nbsp;<b class="big">Recently Visited</b>
  </a>
<
</div>

<!--[if IE 6]>
<style>
.ieFix1 {width:270px;}
</style>
<
<![endif]-->


<
<div id="historyContainer" style="display:block;">

  <table cellpadding="0" cellspacing="0" width="100%">
    <tr><td class="box1tl"></td><td class="box1t"></td><td
class="box1tr"></td></tr>
    <tr>
         <td class="box1l"></td>
         <td class="box1c">
           <div style="max-height:180px;overflow-y:auto; height:180px;"
class="ieFix1">
             <table id="HistoryTable" cellpadding="0" cellspacing="0" width="100%">
               <tbody>


              <tr id="dphf94132778" class="ffrow" align="center">
If love is_blind_-_tiffany
If love is_blind_-_tiffany
If love is_blind_-_tiffany
If love is_blind_-_tiffany
If love is_blind_-_tiffany
If love is_blind_-_tiffany
If love is_blind_-_tiffany
If love is_blind_-_tiffany
If love is_blind_-_tiffany
If love is_blind_-_tiffany
If love is_blind_-_tiffany
If love is_blind_-_tiffany
If love is_blind_-_tiffany

More Related Content

What's hot

Datagrids with Symfony 2, Backbone and Backgrid
Datagrids with Symfony 2, Backbone and BackgridDatagrids with Symfony 2, Backbone and Backgrid
Datagrids with Symfony 2, Backbone and Backgrideugenio pombi
 
Logstash for SEO: come monitorare i Log del Web Server in realtime
Logstash for SEO: come monitorare i Log del Web Server in realtimeLogstash for SEO: come monitorare i Log del Web Server in realtime
Logstash for SEO: come monitorare i Log del Web Server in realtimeAndrea Cardinale
 
Remedie: Building a desktop app with HTTP::Engine, SQLite and jQuery
Remedie: Building a desktop app with HTTP::Engine, SQLite and jQueryRemedie: Building a desktop app with HTTP::Engine, SQLite and jQuery
Remedie: Building a desktop app with HTTP::Engine, SQLite and jQueryTatsuhiko Miyagawa
 
Flask intro - ROSEdu web workshops
Flask intro - ROSEdu web workshopsFlask intro - ROSEdu web workshops
Flask intro - ROSEdu web workshopsAlex Eftimie
 
Blog skins396734
Blog skins396734Blog skins396734
Blog skins396734pantangmrny
 
HTML5 Web Messaging
HTML5 Web MessagingHTML5 Web Messaging
HTML5 Web MessagingMike Taylor
 
When dynamic becomes static: the next step in web caching techniques
When dynamic becomes static: the next step in web caching techniquesWhen dynamic becomes static: the next step in web caching techniques
When dynamic becomes static: the next step in web caching techniquesWim Godden
 
Performance measurement and tuning
Performance measurement and tuningPerformance measurement and tuning
Performance measurement and tuningAOE
 
Beyond PHP - it's not (just) about the code
Beyond PHP - it's not (just) about the codeBeyond PHP - it's not (just) about the code
Beyond PHP - it's not (just) about the codeWim Godden
 
Perl web app 테스트전략
Perl web app 테스트전략Perl web app 테스트전략
Perl web app 테스트전략Jeen Lee
 
Nginx and friends - putting a turbo button on your site
Nginx and friends - putting a turbo button on your siteNginx and friends - putting a turbo button on your site
Nginx and friends - putting a turbo button on your siteWim Godden
 
Asynchronous programming patterns in Perl
Asynchronous programming patterns in PerlAsynchronous programming patterns in Perl
Asynchronous programming patterns in Perldeepfountainconsulting
 
Ruby HTTP clients comparison
Ruby HTTP clients comparisonRuby HTTP clients comparison
Ruby HTTP clients comparisonHiroshi Nakamura
 
OSMC 2014: Monitoring VoIP Systems | Sebastian Damm
OSMC 2014: Monitoring VoIP Systems | Sebastian DammOSMC 2014: Monitoring VoIP Systems | Sebastian Damm
OSMC 2014: Monitoring VoIP Systems | Sebastian DammNETWAYS
 
Building Realtime Apps with Ember.js and WebSockets
Building Realtime Apps with Ember.js and WebSocketsBuilding Realtime Apps with Ember.js and WebSockets
Building Realtime Apps with Ember.js and WebSocketsBen Limmer
 
Performance Improvements in Browsers
Performance Improvements in BrowsersPerformance Improvements in Browsers
Performance Improvements in Browsersjeresig
 

What's hot (20)

Datagrids with Symfony 2, Backbone and Backgrid
Datagrids with Symfony 2, Backbone and BackgridDatagrids with Symfony 2, Backbone and Backgrid
Datagrids with Symfony 2, Backbone and Backgrid
 
Logstash for SEO: come monitorare i Log del Web Server in realtime
Logstash for SEO: come monitorare i Log del Web Server in realtimeLogstash for SEO: come monitorare i Log del Web Server in realtime
Logstash for SEO: come monitorare i Log del Web Server in realtime
 
Remedie: Building a desktop app with HTTP::Engine, SQLite and jQuery
Remedie: Building a desktop app with HTTP::Engine, SQLite and jQueryRemedie: Building a desktop app with HTTP::Engine, SQLite and jQuery
Remedie: Building a desktop app with HTTP::Engine, SQLite and jQuery
 
Flask intro - ROSEdu web workshops
Flask intro - ROSEdu web workshopsFlask intro - ROSEdu web workshops
Flask intro - ROSEdu web workshops
 
Blog skins396734
Blog skins396734Blog skins396734
Blog skins396734
 
HTML5 Web Messaging
HTML5 Web MessagingHTML5 Web Messaging
HTML5 Web Messaging
 
When dynamic becomes static: the next step in web caching techniques
When dynamic becomes static: the next step in web caching techniquesWhen dynamic becomes static: the next step in web caching techniques
When dynamic becomes static: the next step in web caching techniques
 
Performance measurement and tuning
Performance measurement and tuningPerformance measurement and tuning
Performance measurement and tuning
 
Beyond PHP - it's not (just) about the code
Beyond PHP - it's not (just) about the codeBeyond PHP - it's not (just) about the code
Beyond PHP - it's not (just) about the code
 
Ip lab
Ip labIp lab
Ip lab
 
Perl web app 테스트전략
Perl web app 테스트전략Perl web app 테스트전략
Perl web app 테스트전략
 
Nginx and friends - putting a turbo button on your site
Nginx and friends - putting a turbo button on your siteNginx and friends - putting a turbo button on your site
Nginx and friends - putting a turbo button on your site
 
Perlbal Tutorial
Perlbal TutorialPerlbal Tutorial
Perlbal Tutorial
 
Asynchronous programming patterns in Perl
Asynchronous programming patterns in PerlAsynchronous programming patterns in Perl
Asynchronous programming patterns in Perl
 
Ruby HTTP clients comparison
Ruby HTTP clients comparisonRuby HTTP clients comparison
Ruby HTTP clients comparison
 
Tatsumaki
TatsumakiTatsumaki
Tatsumaki
 
OSMC 2014: Monitoring VoIP Systems | Sebastian Damm
OSMC 2014: Monitoring VoIP Systems | Sebastian DammOSMC 2014: Monitoring VoIP Systems | Sebastian Damm
OSMC 2014: Monitoring VoIP Systems | Sebastian Damm
 
Building Realtime Apps with Ember.js and WebSockets
Building Realtime Apps with Ember.js and WebSocketsBuilding Realtime Apps with Ember.js and WebSockets
Building Realtime Apps with Ember.js and WebSockets
 
Performance Improvements in Browsers
Performance Improvements in BrowsersPerformance Improvements in Browsers
Performance Improvements in Browsers
 
Kyiv.py #17 Flask talk
Kyiv.py #17 Flask talkKyiv.py #17 Flask talk
Kyiv.py #17 Flask talk
 

Similar to If love is_blind_-_tiffany

Rich Portlet Development in uPortal
Rich Portlet Development in uPortalRich Portlet Development in uPortal
Rich Portlet Development in uPortalJennifer Bourey
 
Private slideshow
Private slideshowPrivate slideshow
Private slideshowsblackman
 
Asynchronous Interfaces
Asynchronous InterfacesAsynchronous Interfaces
Asynchronous Interfacesmaccman
 
Bonnes pratiques de développement avec Node js
Bonnes pratiques de développement avec Node jsBonnes pratiques de développement avec Node js
Bonnes pratiques de développement avec Node jsFrancois Zaninotto
 
v1.7 Flash Player Version Detection Detect Cli.docx
v1.7 Flash Player Version Detection Detect Cli.docxv1.7 Flash Player Version Detection Detect Cli.docx
v1.7 Flash Player Version Detection Detect Cli.docxdickonsondorris
 
symfony on action - WebTech 207
symfony on action - WebTech 207symfony on action - WebTech 207
symfony on action - WebTech 207patter
 
Primefaces Nextgen Lju
Primefaces Nextgen LjuPrimefaces Nextgen Lju
Primefaces Nextgen LjuSkills Matter
 
Primefaces Nextgen Lju
Primefaces Nextgen LjuPrimefaces Nextgen Lju
Primefaces Nextgen LjuSkills Matter
 
XamarinとAWSをつないでみた話
XamarinとAWSをつないでみた話XamarinとAWSをつないでみた話
XamarinとAWSをつないでみた話Takehito Tanabe
 
Burn down the silos! Helping dev and ops gel on high availability websites
Burn down the silos! Helping dev and ops gel on high availability websitesBurn down the silos! Helping dev and ops gel on high availability websites
Burn down the silos! Helping dev and ops gel on high availability websitesLindsay Holmwood
 
関西PHP勉強会 php5.4つまみぐい
関西PHP勉強会 php5.4つまみぐい関西PHP勉強会 php5.4つまみぐい
関西PHP勉強会 php5.4つまみぐいHisateru Tanaka
 
Repaso rápido a los nuevos estándares web
Repaso rápido a los nuevos estándares webRepaso rápido a los nuevos estándares web
Repaso rápido a los nuevos estándares webPablo Garaizar
 
Primefaces Confess 2012
Primefaces Confess 2012Primefaces Confess 2012
Primefaces Confess 2012cagataycivici
 
Express Presentation
Express PresentationExpress Presentation
Express Presentationaaronheckmann
 
Spring into rails
Spring into railsSpring into rails
Spring into railsHiro Asari
 
Load Testing with PHP and RedLine13
Load Testing with PHP and RedLine13Load Testing with PHP and RedLine13
Load Testing with PHP and RedLine13Jason Lotito
 

Similar to If love is_blind_-_tiffany (20)

Rich Portlet Development in uPortal
Rich Portlet Development in uPortalRich Portlet Development in uPortal
Rich Portlet Development in uPortal
 
Private slideshow
Private slideshowPrivate slideshow
Private slideshow
 
Asynchronous Interfaces
Asynchronous InterfacesAsynchronous Interfaces
Asynchronous Interfaces
 
Bonnes pratiques de développement avec Node js
Bonnes pratiques de développement avec Node jsBonnes pratiques de développement avec Node js
Bonnes pratiques de développement avec Node js
 
v1.7 Flash Player Version Detection Detect Cli.docx
v1.7 Flash Player Version Detection Detect Cli.docxv1.7 Flash Player Version Detection Detect Cli.docx
v1.7 Flash Player Version Detection Detect Cli.docx
 
symfony on action - WebTech 207
symfony on action - WebTech 207symfony on action - WebTech 207
symfony on action - WebTech 207
 
Primefaces Nextgen Lju
Primefaces Nextgen LjuPrimefaces Nextgen Lju
Primefaces Nextgen Lju
 
Primefaces Nextgen Lju
Primefaces Nextgen LjuPrimefaces Nextgen Lju
Primefaces Nextgen Lju
 
XamarinとAWSをつないでみた話
XamarinとAWSをつないでみた話XamarinとAWSをつないでみた話
XamarinとAWSをつないでみた話
 
Burn down the silos! Helping dev and ops gel on high availability websites
Burn down the silos! Helping dev and ops gel on high availability websitesBurn down the silos! Helping dev and ops gel on high availability websites
Burn down the silos! Helping dev and ops gel on high availability websites
 
Aimaf
AimafAimaf
Aimaf
 
関西PHP勉強会 php5.4つまみぐい
関西PHP勉強会 php5.4つまみぐい関西PHP勉強会 php5.4つまみぐい
関西PHP勉強会 php5.4つまみぐい
 
Repaso rápido a los nuevos estándares web
Repaso rápido a los nuevos estándares webRepaso rápido a los nuevos estándares web
Repaso rápido a los nuevos estándares web
 
Primefaces Confess 2012
Primefaces Confess 2012Primefaces Confess 2012
Primefaces Confess 2012
 
Express Presentation
Express PresentationExpress Presentation
Express Presentation
 
Spring into rails
Spring into railsSpring into rails
Spring into rails
 
Write php deploy everywhere
Write php deploy everywhereWrite php deploy everywhere
Write php deploy everywhere
 
Intro to JavaScript
Intro to JavaScriptIntro to JavaScript
Intro to JavaScript
 
Web-Performance
Web-PerformanceWeb-Performance
Web-Performance
 
Load Testing with PHP and RedLine13
Load Testing with PHP and RedLine13Load Testing with PHP and RedLine13
Load Testing with PHP and RedLine13
 

Recently uploaded

FULL ENJOY - 9953040155 Call Girls in Dwarka Mor | Delhi
FULL ENJOY - 9953040155 Call Girls in Dwarka Mor | DelhiFULL ENJOY - 9953040155 Call Girls in Dwarka Mor | Delhi
FULL ENJOY - 9953040155 Call Girls in Dwarka Mor | DelhiMalviyaNagarCallGirl
 
Jagat Puri Call Girls : ☎ 8527673949, Low rate Call Girls
Jagat Puri Call Girls : ☎ 8527673949, Low rate Call GirlsJagat Puri Call Girls : ☎ 8527673949, Low rate Call Girls
Jagat Puri Call Girls : ☎ 8527673949, Low rate Call Girlsashishs7044
 
Islamabad Escorts # 03080115551 # Escorts in Islamabad || Call Girls in Islam...
Islamabad Escorts # 03080115551 # Escorts in Islamabad || Call Girls in Islam...Islamabad Escorts # 03080115551 # Escorts in Islamabad || Call Girls in Islam...
Islamabad Escorts # 03080115551 # Escorts in Islamabad || Call Girls in Islam...wdefrd
 
Roadrunner Lodge, Motel/Residence, Tucumcari NM
Roadrunner Lodge, Motel/Residence, Tucumcari NMRoadrunner Lodge, Motel/Residence, Tucumcari NM
Roadrunner Lodge, Motel/Residence, Tucumcari NMroute66connected
 
Bur Dubai Call Girls O58993O4O2 Call Girls in Bur Dubai
Bur Dubai Call Girls O58993O4O2 Call Girls in Bur DubaiBur Dubai Call Girls O58993O4O2 Call Girls in Bur Dubai
Bur Dubai Call Girls O58993O4O2 Call Girls in Bur Dubaidajasot375
 
FULL ENJOY - 9953040155 Call Girls in Paschim Vihar | Delhi
FULL ENJOY - 9953040155 Call Girls in Paschim Vihar | DelhiFULL ENJOY - 9953040155 Call Girls in Paschim Vihar | Delhi
FULL ENJOY - 9953040155 Call Girls in Paschim Vihar | DelhiMalviyaNagarCallGirl
 
Aminabad @ Book Call Girls in Lucknow - 450+ Call Girl Cash Payment 🍵 8923113...
Aminabad @ Book Call Girls in Lucknow - 450+ Call Girl Cash Payment 🍵 8923113...Aminabad @ Book Call Girls in Lucknow - 450+ Call Girl Cash Payment 🍵 8923113...
Aminabad @ Book Call Girls in Lucknow - 450+ Call Girl Cash Payment 🍵 8923113...akbard9823
 
Bridge Fight Board by Daniel Johnson dtjohnsonart.com
Bridge Fight Board by Daniel Johnson dtjohnsonart.comBridge Fight Board by Daniel Johnson dtjohnsonart.com
Bridge Fight Board by Daniel Johnson dtjohnsonart.comthephillipta
 
Lucknow 💋 Virgin Call Girls Lucknow | Book 8923113531 Extreme Naughty Call Gi...
Lucknow 💋 Virgin Call Girls Lucknow | Book 8923113531 Extreme Naughty Call Gi...Lucknow 💋 Virgin Call Girls Lucknow | Book 8923113531 Extreme Naughty Call Gi...
Lucknow 💋 Virgin Call Girls Lucknow | Book 8923113531 Extreme Naughty Call Gi...anilsa9823
 
FULL ENJOY - 9953040155 Call Girls in Gtb Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Gtb Nagar | DelhiFULL ENJOY - 9953040155 Call Girls in Gtb Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Gtb Nagar | DelhiMalviyaNagarCallGirl
 
Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...
Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...
Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...akbard9823
 
FULL ENJOY - 9953040155 Call Girls in Moti Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Moti Nagar | DelhiFULL ENJOY - 9953040155 Call Girls in Moti Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Moti Nagar | DelhiMalviyaNagarCallGirl
 
Pragati Maidan Call Girls : ☎ 8527673949, Low rate Call Girls
Pragati Maidan Call Girls : ☎ 8527673949, Low rate Call GirlsPragati Maidan Call Girls : ☎ 8527673949, Low rate Call Girls
Pragati Maidan Call Girls : ☎ 8527673949, Low rate Call Girlsashishs7044
 
San Jon Motel, Motel/Residence, San Jon NM
San Jon Motel, Motel/Residence, San Jon NMSan Jon Motel, Motel/Residence, San Jon NM
San Jon Motel, Motel/Residence, San Jon NMroute66connected
 
FULL ENJOY - 9953040155 Call Girls in New Ashok Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in New Ashok Nagar | DelhiFULL ENJOY - 9953040155 Call Girls in New Ashok Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in New Ashok Nagar | DelhiMalviyaNagarCallGirl
 
Alex and Chloe by Daniel Johnson Storyboard
Alex and Chloe by Daniel Johnson StoryboardAlex and Chloe by Daniel Johnson Storyboard
Alex and Chloe by Daniel Johnson Storyboardthephillipta
 
SHIVNA SAHITYIKI APRIL JUNE 2024 Magazine
SHIVNA SAHITYIKI APRIL JUNE 2024 MagazineSHIVNA SAHITYIKI APRIL JUNE 2024 Magazine
SHIVNA SAHITYIKI APRIL JUNE 2024 MagazineShivna Prakashan
 
FULL ENJOY - 9953040155 Call Girls in Shahdara | Delhi
FULL ENJOY - 9953040155 Call Girls in Shahdara | DelhiFULL ENJOY - 9953040155 Call Girls in Shahdara | Delhi
FULL ENJOY - 9953040155 Call Girls in Shahdara | DelhiMalviyaNagarCallGirl
 

Recently uploaded (20)

FULL ENJOY - 9953040155 Call Girls in Dwarka Mor | Delhi
FULL ENJOY - 9953040155 Call Girls in Dwarka Mor | DelhiFULL ENJOY - 9953040155 Call Girls in Dwarka Mor | Delhi
FULL ENJOY - 9953040155 Call Girls in Dwarka Mor | Delhi
 
Jagat Puri Call Girls : ☎ 8527673949, Low rate Call Girls
Jagat Puri Call Girls : ☎ 8527673949, Low rate Call GirlsJagat Puri Call Girls : ☎ 8527673949, Low rate Call Girls
Jagat Puri Call Girls : ☎ 8527673949, Low rate Call Girls
 
Islamabad Escorts # 03080115551 # Escorts in Islamabad || Call Girls in Islam...
Islamabad Escorts # 03080115551 # Escorts in Islamabad || Call Girls in Islam...Islamabad Escorts # 03080115551 # Escorts in Islamabad || Call Girls in Islam...
Islamabad Escorts # 03080115551 # Escorts in Islamabad || Call Girls in Islam...
 
Roadrunner Lodge, Motel/Residence, Tucumcari NM
Roadrunner Lodge, Motel/Residence, Tucumcari NMRoadrunner Lodge, Motel/Residence, Tucumcari NM
Roadrunner Lodge, Motel/Residence, Tucumcari NM
 
Bur Dubai Call Girls O58993O4O2 Call Girls in Bur Dubai
Bur Dubai Call Girls O58993O4O2 Call Girls in Bur DubaiBur Dubai Call Girls O58993O4O2 Call Girls in Bur Dubai
Bur Dubai Call Girls O58993O4O2 Call Girls in Bur Dubai
 
FULL ENJOY - 9953040155 Call Girls in Paschim Vihar | Delhi
FULL ENJOY - 9953040155 Call Girls in Paschim Vihar | DelhiFULL ENJOY - 9953040155 Call Girls in Paschim Vihar | Delhi
FULL ENJOY - 9953040155 Call Girls in Paschim Vihar | Delhi
 
Dxb Call Girls # +971529501107 # Call Girls In Dxb Dubai || (UAE)
Dxb Call Girls # +971529501107 # Call Girls In Dxb Dubai || (UAE)Dxb Call Girls # +971529501107 # Call Girls In Dxb Dubai || (UAE)
Dxb Call Girls # +971529501107 # Call Girls In Dxb Dubai || (UAE)
 
Aminabad @ Book Call Girls in Lucknow - 450+ Call Girl Cash Payment 🍵 8923113...
Aminabad @ Book Call Girls in Lucknow - 450+ Call Girl Cash Payment 🍵 8923113...Aminabad @ Book Call Girls in Lucknow - 450+ Call Girl Cash Payment 🍵 8923113...
Aminabad @ Book Call Girls in Lucknow - 450+ Call Girl Cash Payment 🍵 8923113...
 
Bridge Fight Board by Daniel Johnson dtjohnsonart.com
Bridge Fight Board by Daniel Johnson dtjohnsonart.comBridge Fight Board by Daniel Johnson dtjohnsonart.com
Bridge Fight Board by Daniel Johnson dtjohnsonart.com
 
Lucknow 💋 Virgin Call Girls Lucknow | Book 8923113531 Extreme Naughty Call Gi...
Lucknow 💋 Virgin Call Girls Lucknow | Book 8923113531 Extreme Naughty Call Gi...Lucknow 💋 Virgin Call Girls Lucknow | Book 8923113531 Extreme Naughty Call Gi...
Lucknow 💋 Virgin Call Girls Lucknow | Book 8923113531 Extreme Naughty Call Gi...
 
FULL ENJOY - 9953040155 Call Girls in Gtb Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Gtb Nagar | DelhiFULL ENJOY - 9953040155 Call Girls in Gtb Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Gtb Nagar | Delhi
 
Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...
Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...
Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...
 
FULL ENJOY - 9953040155 Call Girls in Moti Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Moti Nagar | DelhiFULL ENJOY - 9953040155 Call Girls in Moti Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Moti Nagar | Delhi
 
Pragati Maidan Call Girls : ☎ 8527673949, Low rate Call Girls
Pragati Maidan Call Girls : ☎ 8527673949, Low rate Call GirlsPragati Maidan Call Girls : ☎ 8527673949, Low rate Call Girls
Pragati Maidan Call Girls : ☎ 8527673949, Low rate Call Girls
 
San Jon Motel, Motel/Residence, San Jon NM
San Jon Motel, Motel/Residence, San Jon NMSan Jon Motel, Motel/Residence, San Jon NM
San Jon Motel, Motel/Residence, San Jon NM
 
Bur Dubai Call Girls # 971504361175 # Call Girls In Bur Dubai || (UAE)
Bur Dubai Call Girls # 971504361175 # Call Girls In Bur Dubai || (UAE)Bur Dubai Call Girls # 971504361175 # Call Girls In Bur Dubai || (UAE)
Bur Dubai Call Girls # 971504361175 # Call Girls In Bur Dubai || (UAE)
 
FULL ENJOY - 9953040155 Call Girls in New Ashok Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in New Ashok Nagar | DelhiFULL ENJOY - 9953040155 Call Girls in New Ashok Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in New Ashok Nagar | Delhi
 
Alex and Chloe by Daniel Johnson Storyboard
Alex and Chloe by Daniel Johnson StoryboardAlex and Chloe by Daniel Johnson Storyboard
Alex and Chloe by Daniel Johnson Storyboard
 
SHIVNA SAHITYIKI APRIL JUNE 2024 Magazine
SHIVNA SAHITYIKI APRIL JUNE 2024 MagazineSHIVNA SAHITYIKI APRIL JUNE 2024 Magazine
SHIVNA SAHITYIKI APRIL JUNE 2024 Magazine
 
FULL ENJOY - 9953040155 Call Girls in Shahdara | Delhi
FULL ENJOY - 9953040155 Call Girls in Shahdara | DelhiFULL ENJOY - 9953040155 Call Girls in Shahdara | Delhi
FULL ENJOY - 9953040155 Call Girls in Shahdara | Delhi
 

If love is_blind_-_tiffany

  • 1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns:og="http://ogp.me/ns#"> <head> <script>if (self != top) { top.location.replace(window.location.href) } </script>
  • 2. <title>If Love Is Blind - TIFFANY.mp3 - 4shared.com - online file sharing and storage - download</title> <meta name="description" content="If Love Is Blind - TIFFANY - download at 4shared. If Love Is Blind - TIFFANY is hosted at free file sharing service 4shared. Online file sharing and storage - 15 GB free web space. Easy registration. File upload progressor. Multiple file transfer. Fast download."> <meta name="keywords" content="file sharing, free web space, online storage, share files, photo image music mp3 video sharing, dedicated hosting, enterprise sharing, file transfer, file hosting, mp3"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="canonical" href="http://www.4shared.com/audio/en- M4Fn9/If_Love_Is_Blind_-_TIFFANY.html" /> <link rel="stylesheet" type="text/css" href="http://static.4shared.com/css/pageDownload1/download.css?ver=1802" > <link rel="stylesheet" type="text/css" href="http://static.4shared.com/themes/blue.css?ver=1802" > <link rel="image_src" href="http://static.4shared.com/images/fb.png" /> <meta name="title" content="If Love Is Blind - TIFFANY.mp3" /> <link rel="stylesheet" type="text/css" media="screen" href="http://static.4shared.com/bundles/css/677814427/css/upload-frame.css" /> <script type="text/javascript" src="http://static.4shared.com/bundles/js/N219062450/bundles/js/global.js" ></script> <script type="text/javascript" src="/js/privateMessageJS.jsp?ver=1802" language="JavaScript"></script>
  • 3. <meta property="fb:app_id" content="156690041046630" /> <meta property="og:url" content="http://www.4shared.com/audio/en- M4Fn9/If_Love_Is_Blind_-_TIFFANY.html" /> <meta property="og:description" content="I like If Love Is Blind song TIFFANY at 4shared :)" /> <meta property="og:site_name" content="4Shared" /> <meta property="og:audio" content="http://dc124.4shared.com/img/80015213/b37f4d7/dlink__2Fdownload_2Fen- M4Fn9_3Ftsid_3D20110308-221852-dea495b0/preview.mp3" /> <meta property="og:audio:title" content="If Love Is Blind - TIFFANY.mp3" /> <meta property="og:audio:type" content="audio/x-mpeg" /> <meta property="og:audio:artist" content="If Love Is Blind" /> <script language="JavaScript" type="text/javascript"> <!-- // ----------------------------------------------------------------------------- // Globals // Major version of Flash required var requiredMajorVersion = 8; // Minor version of Flash required var requiredMinorVersion = 0; // Revision of Flash required var requiredRevision = 0; // the version of javascript supported var jsVersion = 1.0; // ----------------------------------------------------------------------------- // --> </script> <script language="VBScript" type="text/vbscript"> <!-- // Visual basic helper required to detect Flash Player ActiveX control version
  • 4. information Function VBGetSwfVer(i) on error resume next Dim swControl, swVersion swVersion = 0 set swControl = CreateObject("ShockwaveFlash.ShockwaveFlash." + CStr(i)) if (IsObject(swControl)) then swVersion = swControl.GetVariable("$version") end if VBGetSwfVer = swVersion End Function // --> </script> <script language="JavaScript1.1" type="text/javascript"> <!-- // Detect Client Browser type var isIE = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false; var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false; var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false; jsVersion = 1.1; // JavaScript helper required to detect Flash Player PlugIn version information function JSGetSwfVer(i){ // NS/Opera version >= 3 check for Flash plugin in plugin array if (navigator.plugins != null && navigator.plugins.length > 0) { if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]) { var swVer2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : ""; var flashDescription = navigator.plugins["Shockwave Flash" + swVer2].description; descArray = flashDescription.split(" "); tempArrayMajor = descArray[2].split("."); versionMajor = tempArrayMajor[0]; versionMinor = tempArrayMajor[1]; if ( descArray[3] != "" ) { tempArrayMinor = descArray[3].split("r"); } else { tempArrayMinor = descArray[4].split("r"); } versionRevision = tempArrayMinor[1] > 0 ? tempArrayMinor[1] : 0; flashVer = versionMajor + "." + versionMinor + "." + versionRevision; } else { flashVer = -1; } } // MSN/WebTV 2.6 supports Flash 4 else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer = 4; // WebTV 2.5 supports Flash 3 else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer = 3; // older WebTV supports Flash 2 else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 2; // Can't detect in all other cases else { flashVer = -1; } return flashVer;
  • 5. } // If called with no parameters this function returns a floating point value // which should be the version of the Flash Player or 0.0 // ex: Flash Player 7r14 returns 7.14 // If called with reqMajorVer, reqMinorVer, reqRevision returns true if that version or greater is available function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision) { reqVer = parseFloat(reqMajorVer + "." + reqRevision); // loop backwards through the versions until we find the newest version for (i=25;i>0;i--) { if (isIE && isWin && !isOpera) { versionStr = VBGetSwfVer(i); } else { versionStr = JSGetSwfVer(i); } if (versionStr == -1 ) { return false; } else if (versionStr != 0) { if(isIE && isWin && !isOpera) { tempArray = versionStr.split(" "); tempString = tempArray[1]; versionArray = tempString .split(","); } else { versionArray = versionStr.split("."); } versionMajor = versionArray[0]; versionMinor = versionArray[1]; versionRevision = versionArray[2]; versionString = versionMajor + "." + versionRevision; // 7.0r24 == 7.24 versionNum = parseFloat(versionString); // is the major.revision >= requested major.revision AND the minor version >= requested minor if ( (versionMajor > reqMajorVer) && (versionNum >= reqVer) ) { return true; } else { return ((versionNum >= reqVer && versionMinor >= reqMinorVer) ? true : false ); } } } return (reqVer ? false : 0.0); } // --> </script> <script type="text/javascript"> writeDrag.writeId = "cntnt"; function clearOldValue() { if (document.regform.indexemail.value == "your e-mail") document.regform.indexemail.value = ""; } function reportAbuse() { var windowname="abuse"; var url="/abuse.jsp?aLink=http://www.4shared.com/audio/en- M4Fn9/If_Love_Is_Blind_-_TIFFANY.html";
  • 6. OpenWindow = window.open(url,windowname,'toolbar=no,scrollbars=yes,resizable=yes,width=550,heigh t=650,left=50,top=50'); OpenWindow.focus(); } function feedback() { var windowname="Feedback"; var url="/feedback.jsp?aLink=http://www.4shared.com/audio/en- M4Fn9/If_Love_Is_Blind_-_TIFFANY.html"; OpenWindow = window.open(url,windowname,'toolbar=no,scrollbars=yes,resizable=yes,width=500,heigh t=460,left=50,top=50'); OpenWindow.focus(); } function startDownload(){ //document.downloadForm.submit(); window.location = "http://dc124.4shared.com/download/en- M4Fn9/If_Love_Is_Blind_-_TIFFANY.mp3?tsid=20110308-221912-f97779f4"; } function startPlayMedia(){ var dl = 'http://dc124.4shared.com/download/en-M4Fn9/If_Love_Is_Blind_- _TIFFANY.mp3?tsid=20110308-221912-f97779f4'; var ext = 'mp3'; playMedia(document, dl, ext); document.getElementById("pButton").style.display = "none"; if( document.getElementById("smallImage") ){ document.getElementById("smallImage").style.display = "none"; } } function afterLoad(){ } </script> <script type="text/javascript"> function premiumLogin(fpRedirParam) { document.location.href = "/login.jsp?fpRedirParam="+escape(fpRedirParam); } function premiumUpgrade() { //document.location.href = "/pricing.jsp"; document.location.href = "/premiumDownload.jsp? ref=du"; //"https://www.plimus.com/jsp/buynow.jsp?contractId=1687122"; } function buyTraffic() { //document.location.href = "/buyTraffic.jsp"; document.location.href = "/account/myAccount.jsp? startPage=3"; //"https://www.plimus.com/jsp/buynow.jsp?contractId=1687122"; } function signOut() { if(document.location.href.indexOf("?")>0){ document.location.href = document.location.href + "&signout=1"; }else { document.location.href = document.location.href + "?signout=1"; } }
  • 7. </script> <style type="text/css"> .rc {width:207px} .fd {width:450px} .cmnt {width:385px} .cmntr {width:362px} .attentionIcon {} </style> </head> < <body onload="afterLoad()"> <form action="/javascriptRedirect.jsp" name="redirectToPageForm"> <input type="hidden" name="url" value=""/> </form> <script type="text/javascript"> function goto(page){ document.redirectToPageForm.url.value=page; document.redirectToPageForm.submit(); } </script> <form action="http://www.4shared.com/audio/en-M4Fn9/If_Love_Is_Blind_- _TIFFANY.html" name="pmForm" method="post"> <input type="hidden" name="privateMessage" /> <input type="hidden" name="to"/> <input type="hidden" name="subj"/> <input type="hidden" name="pass" value="d40d476"/> </form> < <table cellpadding="0" cellspacing="0" class="head" align="center"> <tr>
  • 8. <td width="99"><a href="/"><img src="http://static.4shared.com/images/spacer.gif" alt="4shared, Free online files sharing" hspace="9" class="logo" /></a></td> <td width="150"><h1 class="tagline">Free file sharing</h1></td> <td> <table cellpadding="0" cellspacing="0" class="topSearchBox floatRight"> <tr> <td class="l"></td> <td class="c"> <script type="text/javascript"> function includeSearchOnSubmit(form){ if( form.searchExtention.options[form.searchExtention.selectedIndex].value=='' ){ form.searchmode.value=2; if (true) { var searchTerm = encodeURI(form.searchName.value); if (searchTerm != '' && searchTerm != null) { top.location.href = '/q/1/' + searchTerm; } else { top.location.href = '/q/1'; } return false; } }else{ form.searchmode.value=3; if (true) form.method = "post"; } return true; } < </script> <form name="includeSearchForm" action="http://search.4shared.com/search.html" method="get" onsubmit="return includeSearchOnSubmit(this)"> <input type="text" name='searchName' style="width:250px;padding:1px 0" class="ajax-suggestion field" autocomplete="off"/>&nbsp; <select class="field absmid" name='searchExtention'> <option value="" selected="selected">Any</option> <option value="category:1">Music</option> <option value="category:2">Video</option> <option value="jpg">Photo</option> <option value="category:5">Books</option> </select>&nbsp; <input type="submit" name='submitButton' value="Search" class="button" /> <input type='hidden' name='searchmode' value="2" />
  • 9. < </form> <link rel="stylesheet" type="text/css" media="screen" h href="http://static.4shared.com/bundles/css/N90201876/css/ajax-suggestions.css" /> <script type="text/javascript">ajaxSuggestions.searchBase="http://dc135.4shared.com"</scrip t> <div id="search-result-suggestions"> <div id="search-results">&nbsp;</div> < </div> </td> <td class="r"></td> </tr> </table> </td> < <!-- START SCANALERT CODE --> <!-- END SCANALERT CODE --> </tr> </table> <form action="/account/home.jsp" method="post" style="display:none;" id="subscribeForm" name="subscribeForm"> <input type="hidden" name="homemode" value="30"/> <input type="hidden" name="userId" value="-1"/> < </form> <link rel="stylesheet" type="text/css" media="screen" h href="http://static.4shared.com/bundles/css/630963420/css/openid.css" />
  • 10. <script type="text/javascript"> var loginBox; var signUpBox; var eventObj; var df; function loadAndShowSignUpBox(e, dfp){ var signUpInDiv = true; if(!signUpInDiv){ return true; } eventObj = {}; for (var i in e) eventObj[i] = e[i]; df = dfp != undefined ? dfp : ''; document.body.style.cursor = 'wait'; ensureScriptsLoaded(true); return false; } function loadAndShowLoginBox(e){ eventObj = {}; for (var i in e) eventObj[i] = e[i]; document.body.style.cursor = 'wait'; ensureScriptsLoaded(false); addCapsChecking(); return false; } function ensureScriptsLoaded(signup){ var $lab = $LAB; if(typeof jQuery == 'undefined'){ $lab = $LAB .script('http://static.4shared.com/js/jquery-1.4.4.min.js') .wait(); } if(typeof dragObj == 'undefined'){ $lab = $LAB .script('http://static.4shared.com/js/dw_event.js?ver=1803') .script('http://static.4shared.com/js/dw_viewport.js?ver=1803') .script('http://static.4shared.com/js/dw_writedrag.js?ver=1803') .script('http://static.4shared.com/js/dw_drag.js?ver=1803') .wait(); } if(typeof loginFnc == 'undefined'){ $lab = $LAB .script('http://static.4shared.com/js/plugins/jquery.openid.js? ver=1803') .script('http://static.4shared.com/js/login_fnc.js?ver=1803') .wait(function(){ loginFnc.msgEmail = 'your e-mail'; loginFnc.msgOpenIdAccount = 'your OpenID account'; loginFnc.msgEmptyEmail = 'You did not enter your e-mail address'; loginFnc.msgEmptyPassword = 'You did not enter your password'; loginFnc.msgEmptyPassword2 = 'You did not confirm your password'; loginFnc.msgIncorrectEmail = 'Your e-mail address is incorrect.'; loginFnc.msgTryAgain = 'Please try again.'; if(signup) ensureSignUpContentLoaded(); else ensureLoginContentLoaded();
  • 11. }); }else{ if(signup) ensureSignUpContentLoaded(); else ensureLoginContentLoaded(); } } function ensureLoginContentLoaded(){ if(typeof loginBox == 'undefined'){ $('#loginBoxDiv').load('/loginBox.jsp', { login : '', password : '', fpRedirParam : 'http://www.4shared.com/audio/en- M4Fn9/If_Love_Is_Blind_-_TIFFANY.html', remember : false }, function(){ showLoginBox(); } ); }else{ showLoginBox(); } } function ensureSignUpContentLoaded(){ if(typeof signUpBox == 'undefined'){ $('#signUpBoxDiv').load('/signUpBox.jsp', { login : '', password : '', fpRedirParam : 'http://www.4shared.com/audio/en- M4Fn9/If_Love_Is_Blind_-_TIFFANY.html', remember : false, df : df }, function(){ showSignUpBox(); } ); }else{ showSignUpBox(); } } function loadSignUpBox() { $('#signUpBoxDiv').load('/signUpBox.jsp', { login : '', password : '', fpRedirParam : 'http://www.4shared.com/audio/en-M4Fn9/If_Love_Is_Blind_- _TIFFANY.html', remember : false, df : df });
  • 12. } function showLoginBox(){ if(typeof loginBox == 'undefined'){ loginBox = new WriteDrag('loginBoxDiv'); $('form.openid:eq(0)').openid(); } writeDrag.hide(); loginFnc.showLoginBox(eventObj); addCapsChecking(); } function showSignUpBox(){ if(typeof signUpBox == 'undefined'){ signUpBox = new WriteDrag('signUpBoxDiv'); } writeDrag.hide(); loginFnc.showSignUpBox(eventObj); } function signOut(serverURL){ var $lab = $LAB; if(typeof jQuery == 'undefined'){ $lab = $LAB .script('http://static.4shared.com/js/jquery-1.4.4.min.js') .wait(); } if(typeof loginFnc == 'undefined'){ $lab = $LAB .script('http://static.4shared.com/js/login_fnc.js?ver=1803') .wait(function(){ loginFnc.signOut(serverURL); }); }else{ loginFnc.signOut(serverURL); } return false; } function redirectToAccount(){ var $lab = $LAB; if(typeof jQuery == 'undefined'){ $lab = $LAB .script('http://static.4shared.com/js/jquery-1.4.4.min.js') .wait(); } if(typeof loginFnc == 'undefined'){ $lab = $LAB .script('http://static.4shared.com/js/login_fnc.js?ver=1803') .wait(function(){ loginFnc.goToAccount(); }); }else{ loginFnc.goToAccount(); } return false; }
  • 13. function addCapsChecking() { $('input[type=password]').caps(function(caps) { var form = $(this).parents('form:first'); // "this" is current element (caps) ? $('.capsWarning', form).show() : $('.capsWarning', form).hide(); }); } </script> <script type="text/javascript"> $(function() { addCapsChecking(); }); < </script> <table cellpadding="0" cellspacing="0" class="contents" align="center"> <tr valign="top"> <td> <img src="http://static.4shared.com/images/spacer.gif" alt="" class="ctr" /> <img src="http://static.4shared.com/images/spacer.gif" alt="" class="ctl" /><br clear="all" /> <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td class="toplinks"> <div class="floatLeft"> <a href="http://www.4shared.com/login.jsp" onclick="return loadAndShowLoginBox(event);" class="greylink">Log In</a> &nbsp;&nbsp; <a href="http://www.4shared.com/signup.jsp?df=80015213" class="greylink" onclick="return loadAndShowSignUpBox(event, '80015213');">Sign Up</a> </div> <div class="floatRight paddingR10"> <a href="http://www.4shared.com/premium.jsp?ref=header" class="greylink"><b>Premium</b></a> &nbsp; <a href="javascript:feedback();" class="greylink">Feedback</a> &nbsp;&nbsp; <a href="javascript:reportAbuse();" class="greylink" title="Click here to report this file">Report abuse</a> </div> </td> <td width="175"> <div style="position:relative">&nbsp;
  • 14. <script type="text/javascript"> var newLang="www"; function selectLang(lang){ newLang=lang; window.langSelectorChangeCalled=true; document.getElementById('iapHiddenFrame').src = "http://www.4shared.com/main/translate/setLang.jsp?silent=true&lang="+lang; } function iapHiddenFrameOnload(){ if( window.langSelectorChangeCalled ){ var str=top.location.href; var shortLang= newLang; if(shortLang.length>2){ shortLang=shortLang.substr(0,2).toLowerCase(); } str=str.replace("en.4shared.com", shortLang+"."+"4shared.com") if(str.indexOf('#')>0){ str=str.substr(0,str.indexOf('#')); } top.location.href=str; } } document.write('<iframe width="0" height="0" id="iapHiddenFrame" name="iapHiddenFrame" style="display:none;" onload="iapHiddenFrameOnload()" ><'+'/iframe>') < </script> <div class="langboxabs"> <table cellpadding="0" cellspacing="0" id="langtbl" onmouseover="document.getElementById('lang1').style.display='block'" onmouseout="document.getElementById('lang1').style.display='none'"> <tr> <td class="langtl"></td> <td class="langt"></td> <td class="langtr"></td> </tr> <tr> <td class="langl"></td> <td> <div class="langcont"> <div class="langsel">English</div> <div style="display:none" id="lang1"> <ul> <li><a href="javascript:void(selectLang('pt-BR'));"><span>Brazilian Portuguese</span></a></li> <li><a href="javascript:void(selectLang('es'));"><span>Español</span></a></li> <li><a
  • 15. href="javascript:void(selectLang('ar'));"><span>اٹعربية</span></a></li> <li><a href="javascript:void(selectLang('fr'));"><span>Français</span></a></li> <li><a href="javascript:void(selectLang('pl'));"><span>Polski</span></a></li> <li><a href="javascript:void(selectLang('fa'));"><span>پارسی</ span></a></li> <li><a href="javascript:void(selectLang('tr'));"><span>Türkçe</span></a></li> <li><a href="javascript:void(selectLang('in'));"><span>Bahasa Indonesia</span></a></li> <li><a href="javascript:void(selectLang('th'));"><span>à¹h ทภ¢</span></a></li> <li><a href="javascript:void(selectLang('de'));"><span>Deutsch</span></a></li> <li><a href="javascript:void(selectLang('it'));"><span>Italiano</span></a></li> <li><a href="javascript:void(selectLang('zh'));"><span>ä¸- æ–‡</span></a></li> <li><a href="javascript:void(selectLang('ja'));"><span>日本語</span></a></li> <li><a href="javascript:void(selectLang('ko'));"><span>í•œêµì– ´</span></a></li> <li><a href="javascript:void(selectLang('vi'));"><span>Tiếng Việt</span></a></li> <li><a href="javascript:void(selectLang('ms'));"><span>Bahasa Melayu</span></a></li> <li><a href="javascript:void(selectLang('ru'));"><span>Русский</span></a></li> </ul> </div> </div> </td> <td class="langr"></td> </tr> <tr> <td class="langbl"></td> <td class="langb"></td> <td class="langbr"></td> </tr> </table> < </div>
  • 16. </div> </td> </tr> </table> <div id="loginBoxDiv" style="visibility:hidden;"> </div> <div id="signUpBoxDiv" style="visibility:hidden;"> </div> <br /><br /> <center dir="ltr"> <script type="text/javascript"><!-- e9 = new Object(); e9.size = "728x90"; e9.addBlockingCategories="Pop-up,Pop- under,Adult,Floating,Flashing,Violence,Full-page"; //--></script> <script type="text/javascript" src="http://tags.expo9.exponential.com/tags/4shared/ ROS/tags.js"></script> </center> < <br /><br /> <table cellpadding="0" cellspacing="0" width="100%"> <tr><td class="boxtl"></td><td class="boxt"></td><td class="boxtr"></td></tr> <tr> <td class="boxl"></td> <td class="boxc" style="padding:5px"> <div class="red bold"> <img alt="" src="http://static.4shared.com/images/spacer.gif" class="warn absmid"/> < You are already downloading a file from IP-address 180.193.18.55.
  • 17. To download another file you have to wait until current download process is finished. <br/>In case you are not downloading anything and got this message, then you are using a proxy-server or a shared IP-address. <br/>With Premium account you can download many files at the same time even if the proxy-server is used. Get your Premium account right now to download instantly. </div> </td> <td class="boxr"></td> </tr> <tr><td class="boxbl"></td><td class="boxb"></td><td class="boxbr"></td></tr> </table> < <br/> < <br /> <table cellpadding="0" cellspacing="0" width="100%" style="border-bottom:dotted 1px #9E9E9E"> <tr> <td width="40" valign="top"><img src="http://static.4shared.com/icons/32x32/mp3.gif" alt="mp3" width="32" height="32" class="absmid" /></td> <td> <div class="hideLong" style="width:580px"> <h1 id="fileNameText">If Love Is Blind - TIFFANY</h1> </div> </td> <td valign="bottom" width="190"> <a href="/signup.jsp?df=80015213" class="btn floatRight" style="margin- bottom:5px" onclick="return loadAndShowSignUpBox(event, '80015213');"><span><span>Free Sign Up &gt;&gt;</span></span></a> </td> </tr> </table> <table cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td>
  • 18. <script type="text/javascript"> var friend = { friendId : null, friendName : null }; < </script> <div id="userInfo" style="background:#f3f3f3;padding:3px"> <a href="http://www.4shared.com/u/8j7BaGba/ardi_keren06.html" title="ardi_keren06" ><img id="userAvatarImage" src="http://static.4shared.com/images/noavatar.gif" alt="ardi_keren06" class="absmid" width="15" height="15" /></a> <b class="absmid"><a href="http://www.4shared.com/u/8j7BaGba/ardi_keren06.html" class="lbluelink" id="publisherText">ardi_keren06</a></b> <div id="subscribeUnsubscribe" onclick="requireLoginOrSignupForFriends(event, 'Would you like to subscribe to <b>ardi_keren06</b>?', 0,0,'http%3A%2F %2Fwww.4shared.com%2Faudio%2Fen-M4Fn9%2FIf_Love_Is_Blind_-_TIFFANY.html', 5747100, ' 'ardi_keren06')" class="sbtn subscrfr">Subscribe</div> <div onclick="requireLoginOrSignup(event, 'Would you like to send a private message to <b><span id=publisherText2>ardi_keren06</span></b>?', 0,0,'http%3A%2F %2Fwww.4shared.com%2Faudio%2Fen-M4Fn9%2FIf_Love_Is_Blind_-_TIFFANY.html')" class="usbtn prmes" title="Send Private Message">Send message</div>
  • 19. < </div> <div> <div id="mp3player"></div> </div> <div style="position:relative;padding-top:25px"> <div style="position:absolute;right:0;top:5px"> <script type="text/javascript"> function addVote(event, score){ requireLoginOrSignup(event, '<t:t>Would you like to rate this file?</t:t>', 0,0,'http%3A%2F%2Fwww.4shared.com%2Faudio%2Fen-M4Fn9%2FIf_Love_Is_Blind_- _TIFFANY.html'); } < </script> <div class="blue normal floatLeft paddingR10"><b><t:t>Rate this f file:</t:t></b></div> <div id="rating" class="rating s0 floatLeft" title="No ratings yet"> <span class="star r1" onclick="addVote(event, 1);" title="1.0"></span> <span class="star r2" onclick="addVote(event, 2);" title="2.0"></span>
  • 20. <span class="star r3" onclick="addVote(event, 3);" title="3.0"></span> <span class="star r4" onclick="addVote(event, 4);" title="4.0"></span> <span class="star r5" onclick="addVote(event, 5);" title="5.0"></span> </div> <div class="paddingL10 small floatLeft"> <span id="ratingNumber">0</span> <span><t:t>votings</t:t></span> < </div> </div> <div class="boxdescrballoon"></div> <div class="boxR4top"> <div style="padding:5px"> <div class="small lgrey" style="margin-bottom:5px"> <span title="Size: 3,471 KB"><b>3,471 KB</b></span> | <span title="Uploaded: 2009-01-10">2009-01-10</span> | <span> <b>File name:</b> <span id="fileNameTextSpan">If Love Is Blind - TIFFANY.mp3 </span> </span> | <span title="Type of file: MPEG Audio Stream">MPEG Audio Stream</span> </div> <div class="hideLong small fd" style="line-height:1.5em"> <h2 id="fileDescriptionText">If Love Is Blind - TIFFANY - download at 4shared. If Love Is Blind - TIFFANY is hosted at free file sharing service 4shared.</h2> </div> </div> <div class="small" style="padding:2px 5px;background:#EDEDED;border- top:solid 1px #CDCDCD">
  • 21. <b>Tags:</b> <a href="/search.html?searchmode=2&searchName=If+Love+Is+Blind+-+TIFFANY" target="_self" class="greylink1">If Love Is Blind - TIFFANY</a>&nbsp; <a href="/search.html?searchmode=2&searchName=audio" target="_self" class="greylink1">audio</a> </div> </div> </div> <br /> <div class="premalert"> <img src="/images/spacer.gif" alt="" class="warn2 absmid" style="margin- bottom:2px;margin-right:3px" /> <b>Premium Features: OFF |</b> <a href="/premiumDownload.jsp?ref=d1_gpf">Turn ON</a> </div> <br /> <table cellpadding="0" cellspacing="0" width="100%" dir="ltr"> <tr valign="top"> <td>
  • 22. <!-- s sessEnabledFileDCounter=false org.apache.catalina.session.StandardSessionFacade d decodeSessionKeyFromRequest=null - --> <a href="http://www.4shared.com/get/en-M4Fn9/If_Love_Is_Blind_- _TIFFANY.html;jsessionid=1F4E15C74661356C0DE2792141A84424.dc7" class="dbtn" tabindex="1"><span><span><font>Download Now</font>No virus detected</span></span></ a> < <br clear="all" /> </td> <td> <a href="http://dc153.4shared.com/download/50786419/76ca898d/4shared_Desktop_3.3.1.exe "><img src="http://static.4shared.com/images/butDesktop2.gif" alt="Download 4shared D Desktop" title="Download 4shared Desktop" width="139" height="52" /></a> </td> <td class="small red dcount"> <div class="xlarge bold">31,210</div> views </td> </tr> </table> <br />
  • 23. <script type="text/javascript"> var subdomainInput = '<input type="text" value="" readonly="readonly" onclick="this.focus();this.select()"'+ ' class="field1" style="width:240px;font-size:10px" dir="ltr" id="subdomainNameText"/>'; var subDomainControls = '<a href="javascript:void(0)" onclick="quickEditEdit(event,6)">Edit...</a>&nbsp;&nbsp;&nbsp;'+ '<a href="javascript:void(0)" o onclick="removeSubdomain()">Remove...</a>'; var subDomainAdd = '<a href="javascript:void(0)" o onclick="addSubdomain(event)">Add...</a>'; function removeSubdomain() { if (confirm('Remove subdomain from current file?')) { $.post("/servlet/uifd", {mode:6,fid:80015213,newValue:''}, function(data) { if (data.error) { alert(data.error); return; } if (data.valueFull != 'undefined') { values[6] = data.valueFull; } else { values[6] = data.valuePage; } alert('Subdomain removed'); document.getElementById("subdomainCell").innerHTML = subDomainAdd; // }, "json"); } } function addSubdomain(event) { quickEditEdit(event, 6); } function sendFileByEmail() { var windowname="Send by email";
  • 24. var url="/pageDownload1/email.jsp?fId=en-M4Fn9"; OpenWindow = window.open(url,windowname,'toolbar=no,scrollbars=yes,resizable=yes,width=550,heigh t=350,left=50,top=50'); OpenWindow.focus(); } </script> <b class="big">Share with your friends!</b> <table cellpadding="0" cellspacing="0" width="100%"> <tr><td class="boxtl"></td><td class="boxt"></td><td class="boxtr"></td></tr> <tr> <td class="boxl"></td> <td class="boxc"> <table width="100%"> <tr> <td rowspan="2" valign="top"> <table > <tr><td class="small">URL:</td><td> <input type="text" value="http://www.4shared.com/audio/en-M4Fn9/If_Love_Is_Blind_-_TIFFANY.html" readonly="readonly" onclick="this.focus();this.select()" class="field1" style="width:240px;font- size:10px" dir="ltr" /> </td></tr> <tr><td class="small">HTML code:</td><td> <input type="text" value="&lt;a href=&quot;http://www.4shared.com/audio/en-M4Fn9/If_Love_Is_Blind_- _TIFFANY.html&quot; target=_blank&gt;If Love Is Blind - TIFFANY.mp3&lt;/a&gt;" readonly="readonly" onclick="this.focus();this.select()" class="field1" style="width:240px;font- size:10px" dir="ltr" /> </td></tr> <tr><td class="small">Forum code:</td><td> <input type="text" value="[URL=http://www.4shared.com/audio/en-M4Fn9/If_Love_Is_Blind_- _TIFFANY.html]If Love Is Blind - TIFFANY.mp3[/URL]" readonly="readonly" onclick="this.focus();this.select()" class="field1" style="width:240px;font- size:10px" dir="ltr" /> </td></tr> <tr><td class="small">Embed:</td><td> <input type="text" value="&lt;embed src=&quot;http://www.4shared.com/embed/80015213/b37f4d7&quot; width=&quot;420&quot; height=&quot;250&quot; allowfullscreen=&quot;true&quot; allowscriptaccess=&quot;always&quot;&gt;&lt;/embed&gt;" readonly="readonly" onclick="this.focus();this.select()" class="field1" style="width:240px;font- size:10px" dir="ltr" /> </td></tr> </table> </td> <td width="135" style="padding-top:3px" class="addto">
  • 25. <div class="account" onclick="javascript:goto('/login.jsp? afu=80015213&afp=b37f4d7');"> <img src="http://static.4shared.com/images/spacer.gif" alt="" class="add2acc absmid" /> <a href="javascript:goto('/login.jsp?afu=80015213&afp=b37f4d7');" class="nomoretheme" title="Click to add this file to your 4shared account" ><b>Add to my account</b></a> </div> <div class="favourites" onclick="javascript:addToFavorites(80015213);" style="margin-top:3px;"> <img src="/images/icons/16x16/favorites.gif" alt="" class="absmid" width="17" height="16" /> <a href="javascript:addToFavorites(80015213);" title="Click to add this file to your favorites" class="nomoretheme" ><b>Add to favorites</b></a> </div> </td> </tr> </table> <div class="newsharing"> <!--country:PH,false --> <div class="floatLeft"> <a href="http://www.facebook.com/sharer.php? u=http://www.4shared.com/audio/en-M4Fn9/If_Love_Is_Blind_-_TIFFANY.html" t target="_blank"><img src="/images/bookmarks/newstyle/fbshare.png"></a></div> <div class="floatLeft paddingL15"> <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> s <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-url="http://www.4shared.com/audio/en-
  • 26. M4Fn9/If_Love_Is_Blind_-_TIFFANY.html" data-counturl="http://www.4shared.com/audio/en- M4Fn9/If_Love_Is_Blind_-_TIFFANY.html" >Tweet</a> </div> <script type="text/javascript"> (function() { var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0]; s.type = 'text/javascript'; s.async = true; s.src = 'http://widgets.digg.com/buttons.js'; s1.parentNode.insertBefore(s, s1); })(); </script> <div class="floatLeft"> <a href="http://digg.com/submit?url=http%3A %2F%2Fwww.4shared.com%2Faudio%2Fen-M4Fn9%2FIf_Love_Is_Blind_- _TIFFANY.html&amp;title=If Love Is Blind - TIFFANY.mp3 - 4shared.com - online file sharing and storage - download" class="DiggThisButton DiggCompact"> <span style="display:none">I%20like%20a%204shared%20file%20If Love Is Blind - TIFFANY.mp3</span> </a> </div> <script type="text/javascript" src="http://www.google.com/jsapi"></ script> <script type="text/javascript"> google.load('orkut.share', '1'); google.setOnLoadCallback(function() { new google.orkut.share.Button({ title: 'If Love Is Blind - TIFFANY.mp3 - 4shared.com - online file sharing and storage - download', destination: 'http://www.4shared.com/audio/en- M4Fn9/If_Love_Is_Blind_-_TIFFANY.html', summary: 'I like a 4shared file If Love Is Blind - TIFFANY.mp3' }).draw('orkut-button'); }); </script> <div class="floatLeft paddingL15" style="margin-top:-1px;"><div id="orkut-button"> </div> </div> <div class="sharemore floatRight">More</div>
  • 27. <div class="hiddenshare"> <div class="bookmark"> <a href="javascript:sendFileByEmail();" class="mail">E-mail</a> </div> <div class="bookmark"> <a href="http://www.myspace.com/Modules/PostTo/Pages/? u=http://www.4shared.com/audio/en-M4Fn9/If_Love_Is_Blind_-_TIFFANY.html&t=If Love Is Blind - TIFFANY.mp3 - 4shared.com - online file sharing and storage - download&c=" class="myspace" target="_blank">MySpace</a> </div> <div class="bookmark"> <a href="http://www.google.com/buzz/post?message=I%20like%20a %204shared%20file%20If Love Is Blind - TIFFANY.mp3!&url=http%3A%2F %2Fwww.4shared.com%2Faudio%2Fen-M4Fn9%2FIf_Love_Is_Blind_-_TIFFANY.html" class="buzz" title="Google Buzz" target="_blank">Buzz</a> </div> <div class="bookmark"> <a href="http://www.blogger.com/blog-this.g?n=If Love Is Blind - TIFFANY.mp3 - 4shared.com - online file sharing and storage - download - %3Ca href %3D%22http://www.4shared.com/audio/en-M4Fn9/If_Love_Is_Blind_-_TIFFANY.html%22 target%3D%22_blank%22%3EIf Love Is Blind - TIFFANY.mp3%3C/a%3E" class="blogger" target="_blank">Blogger</a> </div> <div class="bookmark" style="margin-right:0"> <a href="http://del.icio.us/post? url=http://www.4shared.com/audio/en-M4Fn9/If_Love_Is_Blind_-_TIFFANY.html&title=If Love Is Blind - TIFFANY.mp3 - 4shared.com - online file sharing and storage - download" target="_blank" class="delicious" >Del.isio.us</a> </div> <div style="clear:both;height:6px;"> </div> <div class="bookmark"> <a href="http://www.stumbleupon.com/submit? url=http://www.4shared.com/audio/en-M4Fn9/If_Love_Is_Blind_-_TIFFANY.html&title=If Love Is Blind - TIFFANY.mp3 - 4shared.com - online file sharing and storage - download" target="_blank" class="stumbleupon">StumbleUpon</a> </div> <div class="bookmark"> <a href="http://spaces.live.com/BlogIt.aspx?Title=If Love Is Blind - TIFFANY.mp3 - 4shared.com - online file sharing and storage - download&SourceURL=http://www.4shared.com/audio/en-M4Fn9/If_Love_Is_Blind_- _TIFFANY.html&description=I%20like%20a%204shared%20file%20If Love Is Blind - TIFFANY.mp3" target="_blank" class="livespaces">Live Spaces</a> </div> <div class="bookmark"> <a href="http://reddit.com/submit?
  • 28. url=http://www.4shared.com/audio/en-M4Fn9/If_Love_Is_Blind_-_TIFFANY.html&title=If Love Is Blind - TIFFANY.mp3 - 4shared.com - online file sharing and storage - download" target="_blank" class="reddit">Reddit</a> </div> <div class="bookmark"> <a href="http://myweb2.search.yahoo.com/myresults/bookmarklet? u=http://www.4shared.com/audio/en-M4Fn9/If_Love_Is_Blind_-_TIFFANY.html&t=If Love Is Blind - TIFFANY.mp3 - 4shared.com - online file sharing and storage - download" target="_blank" class="yahoo">Yahoo</a> </div> <div style="clear:both;height:6px;"></div> <div class="bookmark"> <a href="http://www.bebo.com/share? Url=http://www.4shared.com/audio/en-M4Fn9/If_Love_Is_Blind_-_TIFFANY.html" target="_blank" class="bebo">Bebo</a> </div> <div style="clear:both;padding-top:10px; text-align:center;" class="small"> Share your activity at 4shared with your friends at Twitter and Orkut. You may automatically share such activity as uploading file, commenting on a file, rate a file, etc. <br /><br /> <a href="#" onclick="return requireLoginOrSignup(event, 'Would you like to rate this file?', 0,0,'%2Faccount%2Fsettings.jsp%3FstartPage%3D6');"> <b>Connect accounts now</b></a> </div> </div> </div> <script type="text/javascript"> $(document).ready(function() { $(".sharemore").click(function(){ $('.hiddenshare').slideToggle("fast"); $(this).toggleClass("hidemore"); $(this).text($(this).text() == 'Less' ? 'More' : 'Less'); }); }); </script> </td> <td class="boxr"></td> </tr> <tr><td class="boxbl"></td><td class="boxb"></td><td class="boxbr"></td></tr> </table>
  • 29. <div id="facebookLike" style="margin-top: 15px;"> <fb:like></fb:like> </div> <div id="fb-root"></div> <script type="text/javascript" src="/js/utils.js"></script> <script type="text/javascript"> window.fbAsyncInit = function() { var appId = '156690041046630'; FB.init({appId: appId, status: true, cookie: true, xfbml: true}); FB.Event.subscribe('edge.create', function(href, widget) { if (!Utils.isFunctionExists('addVote')) return; addVote(null, 5); }); }; (function() { var e = document.createElement('script'); e.type = 'text/javascript'; e.src = document.location.protocol + '//connect.facebook.net/en_GB/all.js'; e.async = true; document.getElementById('fb-root').appendChild(e); }()); <!-- Correct fb_xd_fragment Bug Start --> $(function() { $('html').show(); }); <!-- Correct fb_xd_fragment Bug End --> </script> <div style="margin-top:15px"> <a href="/signup.jsp" class="btn floatRight"><span><span>Upload &gt;&gt;</span></span></a>
  • 30. </div> <br/> <script type="text/javascript"> addingComments = false; function commentsPagerNavigate(start){ var aj = new AjaxHelper(); aj.sendGetTextRequest( "http://www.4shared.com/audio/en-M4Fn9/If_Love_Is_Blind_-_TIFFANY.html? start="+start+"&showPart=commentList&addCommentDisabled=false&random="+Math.random( ), function(txt){ document.getElementById("tdCommentList").innerHTML=txt; } ); } var currentReplyId = null; var formContent; < </script> < <script type="text/javascript"> function showMainComment(){ discardCommenting(); document.getElementById("comment0").innerHTML=formContent; document.getElementById("addCommentLink").style.display="none"; var commentForm = getCommentForm(); if(commentForm!=null){ commentForm.replyId.value=""; commentForm.showPart.value="commentList"; commentForm.showComments.value="true"; } if(document.getElementById("replyTo"+currentReplyId)!=null) { document.getElementById("replyTo"+currentReplyId).innerHTML=""; } } function showReplyForm(treeId, commentId){
  • 31. discardCommenting(); document.getElementById("comment0").innerHTML=""; document.getElementById("replyTo"+commentId).innerHTML=formContent; var commentForm = getCommentForm(); if(commentForm!=null){ commentForm.replyId.value=treeId; commentForm.showPart.value="commentList"; commentForm.showComments.value="true"; } currentReplyId=commentId; } function getCommentForm(){ if(true) return document.getElementById("addCommentForm"); var replyDiv = document.getElementById("replyTo"+currentReplyId); if(replyDiv!=null && replyDiv.getElementsByTagName("form") && replyDiv.getElementsByTagName("form")[0]){ return replyDiv.getElementsByTagName("form")[0]; } var mainCommentDiv = document.getElementById("comment0"); if(mainCommentDiv.getElementsByTagName("form") && mainCommentDiv.getElementsByTagName("form")[0]){ return mainCommentDiv.getElementsByTagName("form")[0]; } } function discardCommenting(){ if(document.getElementById("replyTo"+currentReplyId)!=null) { document.getElementById("replyTo"+currentReplyId).innerHTML=""; } document.getElementById("comment0").innerHTML=""; document.getElementById("addCommentLink").style.display="inline"; var commentForm = getCommentForm(); if(commentForm!=null){ commentForm.replyId.value=""; } } function limitTextAreaComm(input) { var maxlen = 500; var val = input.value.replace(/rn/g, 'n'); var left = maxlen - val.length; if(left < 0){ $("#charsLeft").attr("style", "font-weight: bold; color:red;"); $('#submitCommBtn').attr("disabled","disabled"); }else{ $("#charsLeft").attr("style", "font-weight: bold;"); $('#submitCommBtn').attr("disabled",""); } $("#charsLeft").html("" + left); return true; } </script> < <a name="firstC" id="firstC"></a> <table cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td class="text" id='tdCommentList'>
  • 32. <script type="text/javascript"> document.domain='4shared.com'; $( function() { if(window.location.pathname.search("all-comments")>0) { window.location.hash = "firstC"; } }); </script> <b class="big">Comments</b> <table cellspacing="0" cellpadding="0" width="100%" style="margin-top:10px"> <tr valign="top"> <td> <table cellspacing="0" cellpadding="0" width="100%" > <tr valign="top"> <td width="44"> <a href="http://www.4shared.com/u/UL5N7DvE/euro3_oh1526.html"><img src="http://static.4shared.com/images/noavatar.gif" alt="euro3_oh1526" width="40" height="40" class="av" /></a> </td> <td> <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td class="box1tl"></td> <td class="box1t"></td> <td class="box1tr"></td> </tr>
  • 33. <tr> <td class="box1bubble"></td> <td class="box1c small" > <a name="lastC"></a> <div class="lgrey xsmall floatRight">1 month ago</div> <a href="http://www.4shared.com/u/UL5N7DvE/euro3_oh1526.html" class="lbluelink"><b>euro3_oh1526</b></a> <div class="hideLong cmnt" style="margin- top:5px">nice song......................</div> <div class="lgrey xsmall floatRight"><a href="javascript:showReplyForm(-16100948,16100948)">Reply</a></div> </td> <td class="box1r"></td> </tr> <tr> <td class="box1blc"></td><td class="box1b"></td><td class="box1br"></td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td> <div id="replyTo16100948"></div> </td> </tr> <tr><td>&nbsp;</td></tr> </table> <form name="pagerForm" action="http://www.4shared.com/audio/en- M4Fn9/If_Love_Is_Blind_-_TIFFANY.html#firstC" method="post" > <input type="hidden" name="showComments" value="true"/> <center class="bodyred">
  • 34. <br /> < <input type="hidden" name="start" value="0"> <table BORDER="0" cellpadding="1" cellspacing="0" class="" align="center"> <tr> <td class="pager">&nbsp; (1 total) </td> </tr> < </table><br /> </center> </form> < <span style="display:none" id="commentsNewCount">1</span> <script type="text/javascript" id="manageCommentsJS"> </script> </td> </tr> <tr valign="top"> <td class="text addComment"> <a href="javascript:showMainComment()" id="addCommentLink"><b>Add your comment</b></a> <div id="comment0"> &nbsp; </div> <span id="addCommentFormSpan" style="display:none"> <br /> <b class="big" style="line-height:2em">Would you like to comment? </b><br /> <a href="/signup.jsp?rdf=http%3A%2F%2Fwww.4shared.com%2Faudio%2Fen- M4Fn9%2FIf_Love_Is_Blind_-_TIFFANY.html">Join</a> 4shared for a free account, or <a href="javascript:premiumLogin( 'http%3A%2F%2Fwww.4shared.com%2Faudio%2Fen- M4Fn9%2FIf_Love_Is_Blind_-_TIFFANY.html' )">log in</a> if you are already a member. <br /><br /> </span> <script type="text/javascript"> formContent=document.getElementById("addCommentFormSpan").innerHTML;
  • 35. document.getElementById("addCommentFormSpan").innerHTML=""; showMainComment(); </script> </td> </tr> < </table> < <br/> <div> </div>
  • 36. </td> <td width="20">&nbsp;</td> <td width="320" style="padding-top:2px"> <div class="rightColMargin"> <b class="big">&nbsp;</b> <div class="boxR4all"> <div style="margin:5px"> <a href="javascript:showMore();" class="floatRight" title="Show more files" ><img src="http://static.4shared.com/images/spacer.gif" alt="" class="exparrow absmid" id="moreFilesArr" hspace="2" vspace="3" /></a> <div class="hideLong" style="width:265px"> <a href="http://www.4shared.com/dir/BLrxeQkH/Music_Legend.html" class="greylink1 big bold" target="_blank"><img src="http://static.4shared.com/images/icons/24x24/sharefolder.png" alt="" width="24" height="24" class="absmid" style="background:#FFFFFF" />Music Legend</a> </div> </div> <script type="text/javascript"> function showMore(){ if(document.getElementById('moreFilesIFrame')!=null){ if(document.getElementById('moreFilesIFrameContainer').style.display=='inline'){ hideMoreImpl(); }else { showMoreImpl(); } }else { document.getElementById("moreFilesIFrameContainer").innerHTML="<iframe marginWidth='0' marginHeight='0' src='http://www.4shared.com/minifolder/BLrxeQkH/Music_Legend.html?woHeader=1'"+ "scrolling='no' frameborder='0' width='298' height='200' id='moreFilesIFrame'"+ "style='border- top:solid 1px #CDCDCD'></iframe><br />"; showMoreImpl(); } } function showMoreImpl(){ document.getElementById('moreFilesIFrameContainer').style.display='inline';
  • 37. document.getElementById('moreFilesArr').className='collarrow absmid'; } function hideMoreImpl(){ document.getElementById('moreFilesIFrameContainer').style.display='none'; document.getElementById('moreFilesArr').className='exparrow absmid'; } function downloadAll() { $.post( document.checkForm.action, $("#thisDCForm").serialize(), function(data) { if(data && data.ok && data.ok == "true") { document.downloadAllForm.submit(); } else { alert('Folder's size exeeds Download All limit'); } }, "json"); } </script> < <span id="moreFilesIFrameContainer" style="display:none;"> < </span> <form action="/directPurchase.jsp" method="post" name="plimusForm_p107m1" > <input type="hidden" name="planId" value="107" /> <input type="hidden" name="months" value="1"/> <input type="hidden" name="language" value="ENGLISH"/> </form> <form action="https://www.paypal.com/cgi-bin/webscr" method="post" name="paypalForm_p107m1"> <input type="hidden" name="cmd" value="_xclick-subscriptions"> <input type="hidden" name="business" value="purchase@4shared.com"> <input type="hidden" name="item_name" value="4shared Premium Account 1 month"> <input type="hidden" name="item_number" value="2268546">
  • 38. <input type="hidden" name="custom" value=""> <input type="hidden" name="buyer_credit_promo_code" value=""> <input type="hidden" name="buyer_credit_product_category" value=""> <input type="hidden" name="buyer_credit_shipping_method" value=""> <input type="hidden" name="buyer_credit_user_address_change" value=""> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="no_note" value="1"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="lc" value="US"> <input type="hidden" name="bn" value="PP-SubscriptionsBF"> <input type="hidden" name="a3" value="9.95"> <input type="hidden" name="p3" value="1"> <input type="hidden" name="t3" value="M"> <input type="hidden" name="src" value="3"> <input type="hidden" name="sra" value="1"> </form> <form action="/directPurchase.jsp" method="post" name="plimusForm_p107m3" > <input type="hidden" name="planId" value="107" /> <input type="hidden" name="months" value="3"/> <input type="hidden" name="language" value="ENGLISH"/> </form> <form action="https://www.paypal.com/cgi-bin/webscr" method="post" name="paypalForm_p107m3"> <input type="hidden" name="cmd" value="_xclick-subscriptions"> <input type="hidden" name="business" value="purchase@4shared.com"> <input type="hidden" name="item_name" value="4shared Premium Account 3 month"> <input type="hidden" name="item_number" value="2268548"> <input type="hidden" name="custom" value=""> <input type="hidden" name="buyer_credit_promo_code" value=""> <input type="hidden" name="buyer_credit_product_category" value=""> <input type="hidden" name="buyer_credit_shipping_method" value=""> <input type="hidden" name="buyer_credit_user_address_change" value=""> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="no_note" value="1"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="lc" value="US"> <input type="hidden" name="bn" value="PP-SubscriptionsBF"> <input type="hidden" name="a3" value="23.95">
  • 39. <input type="hidden" name="p3" value="3"> <input type="hidden" name="t3" value="M"> <input type="hidden" name="src" value="3"> <input type="hidden" name="sra" value="1"> </form> <form action="/directPurchase.jsp" method="post" name="plimusForm_p107m6" > <input type="hidden" name="planId" value="107" /> <input type="hidden" name="months" value="6"/> <input type="hidden" name="language" value="ENGLISH"/> </form> <form action="https://www.paypal.com/cgi-bin/webscr" method="post" name="paypalForm_p107m6"> <input type="hidden" name="cmd" value="_xclick-subscriptions"> <input type="hidden" name="business" value="purchase@4shared.com"> <input type="hidden" name="item_name" value="4shared Premium Account 6 months"> <input type="hidden" name="item_number" value="2268550"> <input type="hidden" name="custom" value=""> <input type="hidden" name="buyer_credit_promo_code" value=""> <input type="hidden" name="buyer_credit_product_category" value=""> <input type="hidden" name="buyer_credit_shipping_method" value=""> <input type="hidden" name="buyer_credit_user_address_change" value=""> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="no_note" value="1"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="lc" value="US"> <input type="hidden" name="bn" value="PP-SubscriptionsBF"> <input type="hidden" name="a3" value="42.95"> <input type="hidden" name="p3" value="6"> <input type="hidden" name="t3" value="M"> <input type="hidden" name="src" value="3"> <input type="hidden" name="sra" value="1"> </form>
  • 40. <form action="/directPurchase.jsp" method="post" name="plimusForm_p107m12" > <input type="hidden" name="planId" value="107" /> <input type="hidden" name="months" value="12"/> <input type="hidden" name="language" value="ENGLISH"/> </form> <form action="https://www.paypal.com/cgi-bin/webscr" method="post" name="paypalForm_p107m12"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="purchase@4shared.com"> <input type="hidden" name="item_name" value="4shared Premium Account 1 year"> <input type="hidden" name="item_number" value="2268552"> <input type="hidden" name="custom" value=""> <input type="hidden" name="amount" value="77.95"> <input type="hidden" name="no_shipping" value="0"> <input type="hidden" name="no_note" value="1"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="lc" value="US"> <input type="hidden" name="bn" value="PP-BuyNowBF"> < </form> <style type="text/css"> .oftable { font: normal 13px Arial; color: #1b8c3e; } .oftable td { padding: 6px 0px; } .oftable .title { padding-left: 0px; padding-right: 0px; } .oftable .detail { font-weight: bold; background: url('/images/ok_sbut.png') left center no-repeat; padding-left: 25px; padding-right: 10px; }
  • 41. .oftable .free { background: #f6f6f6; color: #818181; font-size: 11px; text-align: center; padding: 0 3px; } .oftable .freeH { background: #f6f6f6; text-align: center; padding: 3px 3px 5px 3px; font-size: 13px; color: #d3d3d3; } .btnprem { display: inline-block; zoom: 1; *display: inline; border: solid 1px #B06600; -moz-border-radius: 17px; -webkit-border-radius: 17px; border-radius: 17px; background: url(/images/bg10.png) #D77D01 repeat-x; padding: 0 15px; margin: 10px 0; font: bold 17px / 34px Arial, sans-serif; color: #FFFFFF; cursor: pointer; text-shadow: -1px -1px 1px #BB7413; FILTER: progid: DXImageTransform . Microsoft . Shadow(direction = 135, color = 999999, strength = 2); -webkit-box-shadow: 0 1px 2px #666; -moz-box-shadow: 0 1px 2px #666; box-shadow: 0 1px 2px #666; } </style> <div class="dall boxR4bottom"><a href="javascript:none" onclick="promptGetPremium(event,'In order to download all files in folder press &quot;Activate&quot; button to get Premium account and activate all Premium features','&lt;b&gt;&quot;Download folder&quot;&lt;u002fb&gt; function available only for Premium account!','','getPremiumAction','c','c')" > <img src="http://static.4shared.com/images/icons/16x16/downloadall.png" width="16" height="16" alt="Download all" class="absmid" hspace="3" style="margin-bottom:2px"/> <b>Download all files from this folder</b></ a a></div> </div> < <br/>
  • 42. <b class="big orange">Upload to 4shared</b> <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td class="boxtl"></td> <td class="boxt"></td> <td class="boxtr"></td> </tr> <tr> <td class="boxl"></td> <td class="boxc" style="padding:10px"> <script type="text/javascript" src="http://static.4shared.com/js/ui/AnonUploadWidget.js"></script> <script type="text/javascript"> document.domain='4shared.com'; function anonUploadDone(aFileId){ top.location.href='http://www.4shared.com/enter.jsp? sId=d9FkwEbVrqpBPGAz&&fau=1&au=1'; } < </script>
  • 43. <script type="text/javascript" src="/js/ui/AccountUploadWidget.js"></script> < <script type="text/javascript" src="/js/UploadModule.js"></script> <script type="text/javascript"> var hasUploadProgress=true; function showProgressBarDelayed(){ showProgressBarDelayedSpecFrame('frameUploadProgressBar','upload'); } function showProgressBarDelayedSpecFrame(progressFrameName,hideDivName){ var tableWithProgressName =progressFrameName+'WithStopButton'; if (uploadStarts || zipStarts){ // if process not finished yet if( hasUploadProgress && document.getElementById(tableWithProgressName)){ document.getElementById(tableWithProgressName).style.display="bl ock"; } document.getElementById(hideDivName).style.display="none"; } } function uploadframe_onload(progressFrameName,showDivName){ //if (uploadStarts || top.zipStarts){ - window.top defies embedding of o our dirs into other sites var topdoc=findTopOfDir().document; if(topdoc.getElementById(progressFrameName+'WithStopButton')!=null && topdoc.getElementById(progressFrameName+'WithStopButton').style.display=="block"){ topdoc.getElementById(progressFrameName+'WithStopButton').style.display ="none"; //topdoc.getElementById('progresswidth').width="1%"; topdoc.getElementById(showDivName).style.display="block"; } if(document.uploadForm){ document.uploadForm.reset(); restoreUploadElements(); } if(document.uploadForm2){//folder toolbar upload form $('#folderToolbarUploadButton').removeClass("d"); $('#folderToolbarUploadButton').addClass("a"); if(document.getElementById("folderToolbarClonedFieldContainer")!=null && document.getElementById("folderToolbarClonedFieldContainer").innerHTML!=''){ document.getElementById("folderToolbarClonedFieldContainer").innerHTML =''; } if(document.getElementById("tfid0")!=null && document.getElementById("tfid0").disabled){ document.getElementById("tfid0").disabled=false; } if(document.getElementById("tfid0")!=null){ document.getElementById("tfid0").style.zIndex=1000; } if(document.getElementById("folderToolbarUploadButtonTitle")!=null){ document.getElementById("folderToolbarUploadButtonTitle").innerHTML= 'Upload'; } }
  • 44. if (uploadStarts || findTopOfDir().zipStarts){ uploadStarts=false; if( window.changeDirLeft && !false){ // if in account //var topdoc=window.top.document; - window.top defies embedding of our dirs into other sites var aj = new AjaxHelper(); if(top.zipStarts){ massAction(20); return; }else { aj.sendGetTextRequest( "/account/includeFreeSpace.jsp? httpSess=null&crtime=20110309-031912&sId=d9FkwEbVrqpBPGAz&&fau=1&random="+Math.rand om(), function(txt){ document.getElementById("newFreeSpaceContainer").i nnerHTML=txt; changeDirLeftRefresh( currentDirId, top.zipStarts); } ); } }else{ // if directory opened by shared link //if(top.zipStarts){ - window.top defies embedding of our dirs into other sites if(findTopOfDir().zipStarts){ massAction(20); } else { refreshForm(); } } } } function showProgressBar(operation){ showProgressBarSpecFrame(operation,'frameUploadProgressBar','upload',3000) ; } function showProgressBarSpecFrame(operation,progressFrameName,hideDivName,timeout){ if(document.getElementById(progressFrameName)){ document.getElementById(progressFrameName).src = 'http://dc224.4shared.com/main/frameAnonUploadProgressBar.jsp? sId=d9FkwEbVrqpBPGAz&globSysLang=en&'+ 'operation='+operation+'&random='+Math.random(); window.setTimeout("showProgressBarDelayedSpecFrame('"+progressFrameName+ "','"+hideDivName+"')",timeout); } } function checkFileSizeDuringUpload(filesToUpload){ if(!uploadStarts) return; // no active upload
  • 45. var progressBarUrl = '/servlet/ProgressStatus? d dcID=224&random=0.6596524941499459&sId=d9FkwEbVrqpBPGAz'; var aj = new AjaxHelper(); aj.sendGetXMLRequest( progressBarUrl, function(respXML){ var el =respXML.getElementsByTagName("status")[0]; var active = el.getAttribute("active"); if (active=="true"){ var totalContentLengthKbytes = el.getAttribute("totalContentLengthKbytes"); e var maxFileSizeKbytes = getUploadFileSizeLimit(); var maxAllowedContentLength = 1 + (1+maxFileSizeKbytes) * filesToUpload;// + multipart overhead if(maxAllowedContentLength < totalContentLengthKbytes){ if(uploadStarts){ uploadStarts = false; document.theForm.fileSizeExceededMode.value="1"; massAction(0); } } } } ); } window.onbeforeunload = function(){ if(uploadStarts){ return "Uploading is not done yet, leaving the page will result in cancelling the upload, are you sure you want to leave?"; } }; function stopTransfer(){ uploadStarts = false; alert("Your transfer has been cancelled. "); findTopOfDir().refreshForm(); } function getUploadFileSizeLimit() { return 204800; } function getFileSizeLimitErrorMessage() { return "Error: filesize > 200 MB"; } /* UploadModule.build = function(config) { var defaultSettings = { static_resources_root: 'http://static.4shared.com', progress_meter_url : '/servlet/ProgressStatus? dcID=224&sId=d9FkwEbVrqpBPGAz&&fau=1&globSysLang=en', upload_frame_container: '#uploadFrameDiv',
  • 46. progress_bar_container : '#frameUploadProgressBarWithStopButton', upload_ui_elements_container: '#upload', upload_button : '#uploadButton1', localized_messages : { upload_canceled: 'Your transfer has been cancelled.' } }; config = jQuery.extend(true, defaultSettings, config); return new UploadModule(config); }; */ UploadModule.build = function(options) { var defaultSettings = { url: 'http://dc224.4shared.com/main/upload.jsp?sId=d9FkwEbVrqpBPGAz&fau=1', progress_meter_url : '/servlet/ProgressStatus? dcID=224&sId=d9FkwEbVrqpBPGAz&&fau=1&globSysLang=en', static_resources_root: 'http://static.4shared.com', max_file_size: 209715200, i18n: { file_size_exceeded: 'Error: filesize > 200 MB', some_files_size_exceeded: 'Some files limit exceeded. Continue without them ?', no_files_selected: 'You didn't select any file to upload yet.' } }; options = $.extend(true, defaultSettings, options); return new UploadModule(options); }; var accountUploadWidget = null; $(function() { accountUploadWidget = new AccountUploadWidget($('form[name=uploadForm]'), { i18n: { hours: 'hr', minutes: 'min', seconds: 'sec', upload_canceled : 'Your transfer has been cancelled.' } }); }); </script> <table id='frameUploadProgressBarWithStopButton' style='display: none;' cellpadding="0" cellspacing="0"> <tr> <td style='padding-top:2px;'> <div id="progressBar" style="width:200px;height:20px;scrolling:no;padding:0px;">
  • 47. <div class="text" style="position:absolute;width:200px;text-align:center;margin- top:2px;">Uploaded: <span id="sizeOk">0 KB</span> (<span id="percent">0</span> %)</div> <table cellpadding="0" cellspacing="0" id="progress" style="margin- top:1px;margin-bottom:1px;width:98%" align="center"> <tr style="font:normal 11px Tahoma, Verdana, Arial"> <td class="progressfull" width="1%" id="progresswidth"><img alt="" src="/images/spacer.gif" width="2" height="17" /></td> <td class="progressempty"><img alt="" src="/images/spacer.gif" width="2" height="17" /></td> </tr> </table> </div> </td> <td valign="top"> <button type="button" onclick="anonUploadWidget.stop()"><img alt="" src="http://static.4shared.com/images/icons/16x16/stop.gif" class="absmid" width="11" height="11"><span class="absmid"> Stop</span></button> </td> </tr> </table> <div id="upload"> <div id="uploadTR" class="changeDir hideLong"> <form action="http://dc224.4shared.com/main/upload.jsp? sId=d9FkwEbVrqpBPGAz&amp;fau=1" name="uploadForm" enctype="multipart/form-data" target="uploadframe1" method="POST"> <input type="hidden" name="mainDC" value="7"> <table cellpadding="0" cellspacing="2"> <tr> <td> <div class="fileselectcontainer"> <input type="file" id="fid0" name="fff0" size="10" class="file"> <div class="g a" id="selectButton"> <div class="gv"> <div class="gh"> <div class="gi"> <div class="gg"></div> <div class="gt"> Select file&hellip; </div> </div> </div> </div> </div> </div> </td> <td> <div class="g a" onclick="return anonUploadWidget.start()" id="uploadButton1"> <div class="gv"> <div class="gh"> <div class="gi"> <div class="gg"></div> <div class="gt"> Upload <img alt="" src="http://static.4shared.com/images/icons/misc/upload.gif" class="absmid"
  • 48. width="12" height="11"> </div> </div> </div> </div> </div> </td> <td> <div id="fileselectvalue" class="small"> <a href="http://dc153.4shared.com/download/aK3Km2yI/4shared_Desktop_332.exe" class="sbtn dm" target="_blank"><span>Upload manager &raquo;</span></a> </div> </td> </tr> </table> <script type="text/javascript"> var anonUploadWidget = new AnonUploadWidget({ upload_form: $(document.uploadForm), i18n: { hours: 'hr', minutes: 'min', seconds: 'sec', upload_canceled : 'Your transfer has been cancelled.' } }); function massAction(mode) { if (!document.theForm) return; document.theForm.homemode.value=mode; document.theForm.submit(); } </script> </form> </div> </div> < <div id="uploadFrameDiv"></div> </td> <td class="boxr"></td> </tr> <tr> <td class="boxbl"></td> <td class="boxb"></td> <td class="boxbr"></td> </tr> </table> <br />
  • 49. <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td class="boxtl"></td> <td class="boxt"></td> <td class="boxtr"></td> </tr> <tr> <td class="boxl"></td> <td class="boxc"> <script type="text/javascript"> var qrCodeShown = false; function showQrCode() { var codeTd = $("[id=qrCodeCont]"); var descTd = $("[id=qrCodeDesc]"); var codeTitle = $("[id=qrCodeTitle]"); if (qrCodeShown) { codeTd.hide(); descTd.hide(); qrCodeShown = false; codeTitle[0].innerHTML = "<t:t type='js'>Show QR Code</t:t>"; } else { if (codeTd.size() == 0) { createQrCodeTd(); } codeTd = $("[id=qrCodeCont]"); codeTd.show(); descTd.show(); codeTitle[0].innerHTML = "<t:t type='js'>Hide QR Code</t:t>"; qrCodeShown = true; } } function createQrCodeTd() { var tbody = document.getElementById("qrBody"); var tr = document.createElement("tr"); tbody.appendChild(tr); var tdCode =document.createElement("td"); tdCode.setAttribute('id', 'qrCodeCont'); tdCode.innerHTML='<img src="/main/qrcode?file=en-M4Fn9" width="150" height="150">'; tr.appendChild(tdCode); var tdDesc = document.createElement("td"); tdDesc.setAttribute('id', 'qrCodeDesc'); tdDesc.setAttribute('class', 'qrdesc'); tdDesc.setAttribute('valign', 'top'); tdDesc.innerHTML = '<b>What is QR Code?</b><br /><br />With the help of this QR code you could easily visit this page on your phone without typing the address. Just scan it with your phone and its done!';
  • 50. tr.appendChild(tdDesc); $('[id=qrCodeTitle]')[0].setAttribute('colspan', '2'); //tr.innerHTML='<td id="qrCodeCont"></td><td class="qrdesc" valign="top" id="qrCodeDesc"><b>What is QR Code?</b><br /><br />With the help of this QR code you could easily visit this page on your phone without typing the address. Just scan it with your phone and its done!</td>'; } </script> <table> <tbody id="qrBody"> <tr><td onclick="showQrCode()" id="qrCodeTitle" class="qrcode">Show QRCode</td></tr> </tbody></table> </td> <td class="boxr"></td> </tr> <tr> <td class="boxbl"></td> <td class="boxb"></td> <td class="boxbr"></td> </tr> </table> <br /> </div> <div class="rightColMargin"> <div class="labelads" onclick="window.location='/premium.jsp? ref=removeads'"><div><div><div>Remove Ads &nbsp;x</div></div></div><br clear="all" /></div><script type="text/javascript"><!-- e9 = new Object(); e9.size = "300x250"; e9.addBlockingCategories="Pop-up,Pop- under,Adult,Floating,Flashing,Violence,Full-page"; //--></script> <script type="text/javascript" src="http://tags.expo9.exponential.com/tags/4shared/ ROS/tags.js"></script> </div><br/> <div class="rightColMargin">
  • 51. <div class="hideLong"> <a href="javascript:showFavorites();" class="lgreylink"> <img style="margin-bottom:3px;" src="http://static.4shared.com/images/icons/9x9/arrowright.gif" alt="" width="9" height="9" class="absmid" id="showFavoritesIcon" hspace="2" /> &nbsp;<b class="big">Favorite Files</b> </a> < </div> < <div id="favoritesContainer" style="display:block;"> < </div> < <script type="text/javascript"> function addToFavorites(id){ $.post("/servlet/uifd",{mode:7,fid:id},function(data){ if(data.result == 'ok'){ $('#showFavoritesIcon').attr('src', 'http://static.4shared.com/images/icons/9x9/arrowdown.gif'); if($.trim($('#favoritesContainer').html()) == ''){ loadFavorites(); }else{ addFavoriteFile(id, true, data.name, data.url, data.previewUrl, data.iconSmall, data.iconBig, data.publ, data.publUrl); if($('#favoritesContainer').css('display') == 'none'){ $('#favoritesContainer').css('display', 'block'); } } } }, "json"); } function showFavorites(){ if($.trim($('#favoritesContainer').html()) == ''){ loadFavorites(); }else{ var dpfavexp = false; if($('#favoritesContainer').css('display') == 'none'){ $('#showFavoritesIcon').attr('src', 'http://static.4shared.com/images/icons/9x9/arrowdown.gif'); $('#favoritesContainer').css('display', 'block'); dpfavexp = true; }else{ $('#showFavoritesIcon').attr('src', 'http://static.4shared.com/images/icons/9x9/arrowright.gif'); $('#favoritesContainer').css('display', 'none'); } Cookies.create('dpfavexp', dpfavexp, 365, '/'); } } function loadFavorites(){ $('body').css('cursor', 'progress'); $('#favoritesContainer').load('/pageDownload1/favoritesCont.jsp', {},
  • 52. function(){ $('body').css('cursor', 'auto'); $('#showFavoritesIcon').attr('src', 'http://static.4shared.com/images/icons/9x9/arrowdown.gif'); Cookies.create('dpfavexp', true, 365, '/'); }, 'html' ); } </script> < <br /> <div class="hideLong"> <a href="javascript:showHistory();" class="lgreylink"> <img style="margin-bottom:3px;" src="http://static.4shared.com/images/icons/9x9/arrowdown.gif" alt="" width="9" height="9" class="absmid" id="showHistoryIcon" hspace="2" /> &nbsp;<b class="big">Recently Visited</b> </a> < </div> <!--[if IE 6]> <style> .ieFix1 {width:270px;} </style> < <![endif]--> < <div id="historyContainer" style="display:block;"> <table cellpadding="0" cellspacing="0" width="100%"> <tr><td class="box1tl"></td><td class="box1t"></td><td class="box1tr"></td></tr> <tr> <td class="box1l"></td> <td class="box1c"> <div style="max-height:180px;overflow-y:auto; height:180px;" class="ieFix1"> <table id="HistoryTable" cellpadding="0" cellspacing="0" width="100%"> <tbody> <tr id="dphf94132778" class="ffrow" align="center">