Advertisement
Guest User

Untitled

a guest
Mar 17th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. <script type="text/javascript">
  2. /* Code by sxtxnv2 */
  3. if (document.getElementById('aboutme_conditional_information_div') || document.getElementById('aboutme_dating_div')) {
  4. var RelStatus = "<b>Relationship Status:</b> With the LOML<br />";
  5. var OrienStatus = "<b>Orientation:</b> Fucken straight<br />";
  6. var LookStatus = "<b>Looking For:</b> Bleach<br />";
  7. var MoodStatus = "<b>Mood:</b> Dead<br />";
  8. if (document.getElementById('aboutme_conditional_information_div')) {
  9. document.getElementById('aboutme_conditional_information_div').innerHTML = RelStatus + OrienStatus + LookStatus + MoodStatus;
  10. }
  11. else {
  12. document.getElementById('aboutme_dating_div').innerHTML = RelStatus + OrienStatus + LookStatus + MoodStatus;
  13. }
  14. }
  15. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement