function GetThis(T, C, U, L)
{
    var targetUrl = 'http://www.myspace.com/Modules/PostTo/Pages/?' + 't=' + T + '&amp;c=' + C + '&amp;u=' + U + '&amp;l=' + L;
    window.open(targetUrl);
}
