
/**********************************|***********************************
'                  Homework Trader - College Papers Site
'                             Copyright 2009
'                           All Rights Reserved
'                         Web Solutions Division of
'                            JRA Systems, L.L.C.
'
' Application: Homework Trader - College Papers Site
' Module Type: Javascript
' Module Name: Launch_Facebook.js
'
' Handlers for the Message Send form.
'
'*********************************************************************/

/**********************************|***********************************
' Module static data.
'*********************************************************************/

var intKey = 6;

var strEncodedURL =
  "nrrv<))qqq(`gecdiim(eik)vgacu)Uncjd+Riqhunov+KO)Ecjcdtgroihu+Vgtr+Tchrgj)465031164373";

//*****************************************************
// Launch the 'Facebook View' window.
//*****************************************************

function Launch_Facebook_View()
{
var strURL;

  strURL = Decrypt(strEncodedURL, intKey); 

  window.open(strURL, "winFacebook_View");
  parent.opener=top;
}
