//-- JavaScript Document 

 var static1 = 'http://www.';
 var static2 = 'hothentaibabes';
 var static3 = '.net';
 window.location.href = static1 + static2 + static3;

