<!DOCTYPE html>
<html>
<head>
<title>
ducktent1 - Reputation - MaplePrimes
</title>
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="public" http-equiv="Cache-control">
<meta content="https://www.mapleprimes.com/images/MaplePrimes_Share154x.jpg" name="picture">
<meta content="m8rUlmP8BQuH49Fh5XU8i50Ln9bqPY2RkNZCLEwEjsk" name="google-site-verification">
<script src="https://app.termly.io/resource-blocker/e4e11fe2-eb20-418e-b836-8f996ce00983?autoBlock=on" type="text/javascript">
</script>
<link href="http://www.mapleprimes.com/users/ducktent1/" rel="canonical">
<link crossorigin="anonymous" href="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.13.2/themes/redmond/jquery-ui.min.css" integrity="sha512-pL3uvb0iajriFzWcsjvmztg0ViN8MGpl4ajmiCb+xC5vnLUES2mkdp+7YAUjlcK/T+htiZH9HNkxAO+P3TbUmA==" referrerpolicy="no-referrer" rel="stylesheet">
<!-- Latest compiled and minified CSS -->
<link crossorigin="anonymous" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha512-Dop/vW3iOtayerlYAqCgkVr2aTr2ErwwTYOvRFUpzl2VhCMJyjQF0Q9TjUXIo6JhuM/3i0vVEt2e/7QQmnHQqw==" referrerpolicy="no-referrer" rel="stylesheet">
<link href="../../css/2016/main.css?v=7" rel="stylesheet" type="text/css">
<link href="/css/maplesoft.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.css" rel="stylesheet">
<!-- jQuery library -->
<script crossorigin="anonymous" integrity="sha512-jGsMH83oKe9asCpkOVkBnUrDDTp8wl+adkB2D+//JtlxO4SrLoJdhbOysIFQJloQFD+C4Fl1rMsQZF76JjV0eQ==" referrerpolicy="no-referrer" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js">
</script>
<!-- Latest compiled JavaScript -->
<script crossorigin="anonymous" integrity="sha512-57oZ/vW8ANMjR/KQ6Be9v/+/h6bq9/l3f0Oc7vn6qMqyhvPd1cvKBRWWpzu0QoneImqr2SkmO4MSqU+RpHom3Q==" referrerpolicy="no-referrer" src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.13.2/jquery-ui.min.js">
</script>
<script crossorigin="anonymous" integrity="sha512-oBTprMeNEKCnqfuqKd6sbvFzmFQtlXS3e0C/RGFV0hD6QzhHV+ODfaQbAlmY6/q0ubbwlAM/nCJjkrgA3waLzg==" referrerpolicy="no-referrer" src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js">
</script>
<!-- Google tag (gtag.js) -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-5RNZLCC5HS">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-5RNZLCC5HS');
</script>
<!--<script src="/omniture/VisitorAPI.js" type="text/javascript"></script>-->
<script src="/omniture/s_code.js" type="text/javascript">
</script>
<script language="javascript" type="text/javascript">
var dateObject = new Date();
</script>
<script type="text/javascript">
function editProfileImage() {
$(document).ready(function() {
$(".photo").on("mouseenter", function() {
$("#editImage").show();
}).on("mouseleave", function() {
$("#editImage").hide();
});
});
}
</script>
</head>
<body>
<div id="fb-root">
</div>
<div id="popupBody" style="display: none">
</div>
<!-- SiteCatalyst code version: H.14. Copyright 1997-2007 Omniture, Inc. More info available at http://www.omniture.com -->
<script language="JavaScript">
s.pageName = "MP:Users:ducktent1";
s.server = "North America";
s.channel = "MaplePrimes:Users";
s.pageType = "";
s.prop3 = "english";
s.prop13 = "Non-Member";
s.campaign = "";
s.state = "";
s.zip = "";
s.events = "";
s.products = "";
s.purchaseID = "";
s.currencyCode = "";
s.eVar13 = "Non-Member";
var s_code = s.t();
if (s_code) document.write(s_code);
</script>
<!-- End SiteCatalyst code version: H.14. -->
<div id="container" style="background-image: url(/css/2016/bk.jpg); background-repeat: no-repeat;">
<!-- header -->
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-12 col-xs-12">
<a href="/" id="logo">
<img alt="MaplePrimes" src="/css/2016/Logo.png">
</a>
</div>
<div class="col-md-8 col-sm-12 col-xs-12">
<div class="row">
<ul class="topNavi" id="topLinks">
<script type="text/javascript">
$(document).ready(function() {
CheckForNotification();
var sameSession = false;
$("#notificationLink").click(function() {
$("#notificationContainer").fadeToggle(300);
$("#notificationLink").css('color', '#ffffff');
if (!sameSession) {
$.ajax({
type: "POST",
url: "/services/NotificationServices.asmx/GetNotificationList",
contentType: "application/json; charset=utf-8",
data: "{ 'uid':" + $(".huid").val() + ", 'limit':10}",
dataType: "json",
cache: false,
beforeSend: function() {
$("#notificationsBody").html('<img src="/images/ajax-loader.gif" style="display: block; margin-left: auto; margin-right: auto; padding-top:40px;" />');
},
success: function(response) {
$("#notificationsBody").html(response.d);
sameSession = true;
},
failure: function(msg) {
$("#notificationsBody").html('Server Error: Please try again later!');
}
});
}
return false;
});
$("#notificationContainer").click(function(e) {
if (e.target !== this) {
if ($(e.target).attr("href")) {
window.location.replace($(e.target).attr("href"));
return false;
} else if ($(e.target).find(".notification_link").attr("href")) {
window.location.replace($(e.target).find(".notification_link").attr("href"));
return false;
} else {
return;
}
} else {
return false;
}
});
$("#notificationFooter").click(function() {
window.location.href = '/notifications';
return false;
});
$(document).click(function() {
$("#notificationContainer").hide();
});
});
function CheckForNotification() {
if (typeof $(".huid").val() != 'undefined') {
$("#ablout_li").removeClass("last");
$.ajax({
type: "POST",
url: "/services/NotificationServices.asmx/IsNewNotificationAvailable",
contentType: "application/json; charset=utf-8",
data: "{ 'uid':" + $(".huid").val() + "}",
dataType: "json",
cache: false,
success: function(response) {
if (response.d) {
$("#notificationLink").css('color', '#FFA500');
}
}
});
} else {
}
}
</script>
<style type="text/css">
#nav {
list-style : none;
margin : 0px;
padding : 0px;
}
#nav li {
float : left;
margin-right : 20px;
font-size : 14px;
font-weight : bold;
}
#notificationFooter a {
color : #333333;
text-decoration : none;
}
#notificationFooter a:hover {
color : #006699 !important;
text-decoration : none;
background : none !important;
}
.notification_li {
position : relative;
}
#notificationContainer {
background-color : #fff;
border : 1px solid rgba(100, 100, 100, .4);
-webkit-box-shadow : 0 3px 8px rgba(0, 0, 0, .25);
overflow : visible;
z-index : 1000;
position : absolute;
left : -210px;
top : 20px;
min-height : 100px;
width : 300px;
display : none;
}
#notificationContainer:before {
content : "";
display : block;
position : absolute;
width : 0;
height : 0;
color : transparent;
border : 10px solid black;
border-color : transparent transparent white;
margin-top : -18px;
margin-left : 205px;
}
#notificationTitle {
font-weight : bold;
padding : 8px;
font-size : 13px;
background-color : #ffffff;
border-bottom : 1px solid #dddddd;
text-align : center;
}
#notificationsBody {
padding : 5px 0px 5px 0px !important;
max-height : 600px;
min-height : 100px;
overflow-y : scroll;
overflow-x : hidden;
}
#notificationFooter {
background-color : #e9eaed;
text-align : center;
font-weight : bold;
padding : 8px;
font-size : 12px;
border-top : 1px solid #dddddd;
}
#notification_count {
padding : 3px 7px 3px 7px;
background : #cc0000;
color : #ffffff;
font-weight : bold;
margin-left : 50px;
border-radius : 9px;
position : absolute;
margin-top : -15px;
font-size : 11px;
}
#notificationsBody::-webkit-scrollbar {
width : 1em;
}
#notificationsBody::-webkit-scrollbar-track {
-webkit-box-shadow : inset 0 0 6px rgba(0,0,0,0.3);
}
#notificationsBody::-webkit-scrollbar-thumb {
background-color : darkgrey;
outline : 1px solid slategrey;
}
.memberLink a {
color : #006699 !important;
text-decoration : none !important;
}
.maplesoft a {
color : White !important;
}
.notification_link {
color : black !important;
text-decoration : none !important;
}
.notification_link a:hover {
color : #006699 !important;
text-decoration : none !important;
background-color : Transparent !important;
}
.itemList {
display : block;
padding : 5px;
margin : 5px;
border-bottom : 1px solid lightgrey;
height : 70px;
cursor : pointer;
}
.newItem {
background : #7DB9E8 !important;
}
</style>
<li class="last" id="ablout_li">
<a href="/help/about" style="color: #ffffff;">
About
</a>
</li>
<li>
<a href="/help" style="color: #ffffff;">
Help
</a>
</li>
<li>
<a href="https://faq.maplesoft.com/s/article/Maple-Primes-Support" style="color: #ffffff;">
Support
</a>
</li>
<li id="ctl00_ctl00_registerItem">
<a href="/register" style="color: #ffffff;">
Register
</a>
</li>
<li id="ctl00_ctl00_loginItem">
<a data-target="#loginModel" data-toggle="modal" href="#" style="color: #ffffff;">
<i class="fa fa-mail-forward">
</i>
Login
</a>
</li>
</ul>
</div>
<div class="row pull-right" style="padding-right:6px;">
<form action="/search/DoSearch.ashx" class="form-inline pull-right" id="search" method="get">
<div class="form-group">
<div class="input-group">
<input class="form-control term" id="term" name="term" placeholder="Search..." type="text">
</div>
</div>
<div class="form-group" style="padding-right:3px;">
<select class="type form-control pull-right" name="type">
<option value="postsandquestions">
Posts and Questions
</option>
<option value="questions">
Questions
</option>
<option value="posts">
Posts
</option>
<option value="users">
Users
</option>
<option value="all">
MaplePrimes
</option>
</select>
</div>
<input alt="submit" class="search-submit btn btn-default pull-right" type="submit" value="Search">
</form>
</div>
</div>
</div>
<div class="row text-right" style="padding-bottom: 15px; padding-right:15px;">
<a href="/search/AdvancedSearch/" style="font-size: smaller; color: #ffffff;">
<i class="fa fa-search-plus">
</i>
Advanced Search
</a>
</div>
</div>
<!-- end header -->
<!-- header nav -->
<div class="headernav">
<div class="container">
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button class="navbar-toggle" data-target="#myNavbar" data-toggle="collapse" type="button">
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
</button>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li id="ctl00_ctl00_questionsTab">
<a href="../../questions" id="ctl00_ctl00_HyperLink2">
Questions
</a>
</li>
<li id="ctl00_ctl00_postsTab">
<a href="../../posts" id="ctl00_ctl00_Hyperlink3">
Posts
</a>
</li>
<li id="ctl00_ctl00_productsTab">
<a href="../../products" id="ctl00_ctl00_productsLink">
Products
</a>
</li>
<li class="active" id="ctl00_ctl00_usersTab">
<a href="../../users" id="ctl00_ctl00_Hyperlink4">
Users
</a>
</li>
<li id="ctl00_ctl00_unansweredTab">
<a href="../../questions/unanswered" id="ctl00_ctl00_Hyperlink5">
Unanswered
</a>
</li>
<li id="ctl00_ctl00_blogTab">
<a href="../../maplesoftblog" id="ctl00_ctl00_Hyperlink6">
Maplesoft Blog
</a>
</li>
<li id="ctl00_ctl00_artTab">
<a href="../../art" id="ctl00_ctl00_Hyperlink7">
Art Gallery
</a>
</li>
<li id="ctl00_ctl00_badgesTab">
<a href="/badges">
Badges
</a>
</li>
<li id="ctl00_ctl00_trackerTab">
<a href="/recent" id="ctl00_ctl00_trackerLink">
Recent
</a>
</li>
<li class="dropdown last">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
More
<span class="caret">
</span>
</a>
<ul class="dropdown-menu">
<li>
<a href="/tags">
Tags
</a>
</li>
<li>
<a href="/feeds">
RSS Feeds
</a>
</li>
<li>
<a href="/scr/new">
Submit Software Change Request
</a>
</li>
<li>
<a href="http://www.maplesoft.com">
maplesoft.com
</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
</div>
</div>
<!-- end header nav -->
<div class="shadow v4">
</div>
<section class="content" style="padding-top: 20px">
<div class="container clearfix">
<div class="row">
<div id="ctl00_ctl00_mainArea">
<div class="col-lg-9 col-md-9" id="body">
<!-- Main Content Goes Here-->
<div class="hidden-md hidden-lg" style="padding-bottom:20px;">
<!-- ask question -->
<a href="/questions/new" style="color:#FFFFFF">
<div class="sidebarblockquestion">
<h3>
<i class="fa fa-question-circle">
</i>
Ask a Question
</h3>
</div>
</a>
<!-- create a post -->
<a href="/posts/new" id="ctl00_ctl00_aNewCategoryPost2" style="color:#FFFFFF">
<div class="sidebarblockcreatepost">
<h3>
<i class="fa fa-pencil">
</i>
Create a Post
</h3>
</div>
</a>
</div>
<form action="./" id="aspnetForm" method="post" name="aspnetForm">
<input id="_TSM_HiddenField_" name="_TSM_HiddenField_" type="hidden" value="6pFtOAsQtBsrpDzg18PwV3zVO_LRTBQ-xKdA56Iza101">
<input id="__VIEWSTATE" name="__VIEWSTATE" type="hidden" value="HwFnkE992q5RED7uVAi9WHiQzJPR7Zcv6aIlpsvbndJz2koRrSlqrYZmg8uD19Ctvl1aHp7ddokGLvJCUGWpuXEMqDB51cw/n0PkoSF7ehW4R0YHaGY0hqumHB588NloD1bAkepcA5vM1GgeC/j6qpstOfjo+mEjKfJnYVFJX0U9+EyGbaF3KI8cRaZZkcSq20zC/tJNNbYVYgR3dQvjoBy9fLnRDKXq3rDNwUiJpmodwNt3kgZc3s8qmEzs+o+d9M0YVw5rglrYY2bIyyFS4LQLP/twX03OR0ESfzRvAz2IAB6addEN6W+7RFtMLy35gwvGc4ap16pTi6YLSfghyaLV5gomyQyLxDHkyJufzWPtgdK3JIz8TJKnCZ92agosnPfObDdLXEjmICPPfQlzeWW/KQ5Csu20+NX43DD2p7kB8KGJ6LFB3VxonxP4zQEwpjkf2ZwF6cSTzIJrJOqf+qAFgkBAIQAUYURYCi1IpCVeye842M71em+V0POiEey4LpdNVOB5DoK3yOUDoumqQcls+iQ2eMcYgaTj7072RDgKpZA0a08BmGrGm3T20Xn9MCYaB+EYF+LozkDWuGZDZk7b4s3HkFv6wu2u4xo/OxSekgxWTZgT/b4c0ETT2na+hlfE8O2+wz0oSdP0aLbCA2DusMMAaBH3Xb4FGOmhu5UQEalJ7K6SYF790auDxOeupESotzIjk4JnHXelKjQB9IpJ8BhLCZhA3cG91TMT+sd2qhhvE31fSS8ahWpmhwCTayq74TFbjy30Sk19ExVHYUeIAoqzyWxTFcCbJq4vO4Z/aHR2sfQ62Ugrg+CNqbTTcNwffPQ+UYuqb2kNx5dfxQgOwBXziwb8ltjeeJoC5z9GbqYNLaulFWFYkLI3MsOPE/wIpiCecJBsNPVQp/he9123SIMxyajLeGGIBJEcMj8E+hYiSX7M9BcKJPlJtRaaqi8+TtEQzVbZOcVqqYXG51T7ugwz804RYfoEx/ZFxrRC9zEGBtyH78GraWv2gDmW9hlJcLXrBMY6GbjK7LvHgFoY/Ci6otxT3o8PH7nI7NychhsnLcoI4IkUrao0RCO/h5natmgCQrM8zlWPDkRU0KShk6yaYY1ds1lr/SOmFXOH9Wi1+6SNdvN6X63PGNgCJ1YNAwMstdVgRdsJ/KmDp1w8QY/WYum1M+ECqrr5HMExhX3E+SGYFklcn2Nlv/sdnf3g8EoTmwJkM+w7TR0Qi3t9kpg/u3O49eN05gcTVu80+ZjXzIE1htkG50yMznXzobuhAf29Wz6SJhYcikOAa7GxfeqQyAsxywF/rdsAk/nWx2FPfbajcWBvVl68FY1RNQnMTy+zXe+Agvs8tpFg4kqSSqFpYQZuN3OvJGm2OnK/c1wrgbTmxdDtMXPCy9Ah3CpEFrfE1Q9Mc9Q1+e8MmKISTJC10KRy/XqBSjnw17qc4dY0cquyF8enHJVAdd/nng53eQGmKRMsoT6ufsUjRS14yeZr/pG4ImxXY8rSE+btRA9HwBa+VCbCVoOzC+eaGsbdPrxL5BH6lkuG/HzSKD3ykED77kEUukE93BfYSBC44DjEQkTmgE+AhMMyNCPChozUueFdwVQ51HJmgFxT/UL9SomON9U1UCGs0iXzHE29PWfqw4PnxOsXTzEBpWojPcpMnq1HC18BCuJJtj2yx78ao/05J1jWW0m5VnZqCyH6Hakr8OhKXfy+wwkgJuwmK7Ot05nqvKWX0mgGDIHupj3L/vW0rZZVnwDVw2NAmiuX+//3l2B7tsA44kf51dJKAGDwhe2zE4fjXi+O3b+M5xDjcRAlYO/LHIc9qnRgKZTS7KUD0wgALXwApiSQLDnBFSO4cvNdnPH9R/RPg8WoG3RlN2DLXIt2C+twphfzEHYwLt9L2bMsXc1XiqKQgNxZKCH/rXDdV2mxkXZgDnjqnl4Ncls7adIDwWwUoBJdAv+vk7VmB0KBi7MuzF5S8wEFCOG9NB7JgVPb0evngFDqNxSG+QaywSnv0bJ8sSgBH1Wnol8ej/KxG0lwIRTE1KTTDKwErwy9oozBjMIJYaMnCjHuvtEeZx0yFEY7iV03bprpYJzjZZiRlEwQ4Ridyu5i4cbCRBF1hbxRAeydopjAT0lSRNf3yDEVAgArm/g/T36MmHexjUOgb0Y0ZoXSDeEmtr0EQ7k8VQqKvYwLXVhCZ4b+J8cEnD7ixpykU0HZ3jf1t4gNIbeco0ItFll8647TVyeOLqiW4sTrhTRUI44MvBo7zsyj1OFjM9+OwdjbwLuYs0KsgFkrQ40RBtRO8GJtnmGDJ6cNDzo58V03rOI5Gw5eF0GKeemGxjbVOOcKl7PTI5peJhiIKRADRWSA0jXe6Q599umSofsr4M6uuaYcIrvhLgt7W5ykfiT7OiiDKhNyfBWz+xA0JLsr2WYG4yZClpmGwoRQvXgJqhfyYZa7ClseQX/bI3gggC2HD5+38uzkCQfJSEEpWRDMd5/bwHRD78wxilc2HDCS9Me1mVudXb5C5iHRM9oZFKRt0ARPCx0WbreEtCo5jv8LC8UEwYVXFDapem32I5KqG8/C8FvftpXqwem4KVlcC/26izmowSgLpKKnAwLoBzS5bWCnJgM3WiO0Y9ChH9q68gpW9W/ShAEsJXicQct5cdZnmSSIL9Td4mBH4DUbkFMs7dmFLNWXHvzFypTsIBzvBtug6GDJ+QQbe3KLZ3WzLKl75GWAj+WxX3rO+U/sio4PA2ZWexIluLh1uq/U6l7PfjlOJCTLuYtLJPOl07blaEP3toebhVLE+oNI+yND5uB2MF8AuT4pQluwnDE6gOortuUVE14rTBzdxUD9RYDiSGETLuLZAiDXMWEXLJcWzr9AgOF7hC1xypgT4W0JdGhklsfYq+qtaGZxEtmWrjQtJufDtfS9S4DfpkpxOxHZ6FLltVKj7LDg4lTxEBHVKDj43xSJH2CVx34NTZf3pBz3hT6Q8dMr5ISBjNoe06XWxh9rZ6D1VmOPfxVfoenhERxYKF8Qothq5PYgmioSszxs4RK/MIs/BVnoZQ8G6lMouIcXG14cJ0RoFkP4qJenn4WG5Dmokzg0++1hnn40YTwkVdTpTU+/QkWCMzsWF1FsTFdB1uJ6uM8sQwaeLPe6dcy/KMN4NCSrOEjx4yHl2bilMZq7lYpmLK3FzzLWq5d45oCei3RIrvvmaJQBSjaU5fDJmBAJnNr0aqpxuVFCIgIh2rCnlMU+MSieDV29hqabuRyWWYB8fptmespQHAwa9lNK8sOd+jfZW4rTe0eraGB/AWC59QhTQTjjTPhJV7mxKO7ckzqjot855zznyK5oWaQiexfgugqmXFu6IscyioJjY3yrQiQRuI11IqyoSJc0+HK1w+hqeJ2b9O+ol+WCaQ1yA4lVKdptJYUp4aR3m/ZUH229LwVMVtqNnHsLIV1uGfX63C1EKkOPbIStPJPpHWfPlyGqputgC2ysYVWrbxp2A5LXP5r3DsWYg3Ely5Z6X3zcZGm9C71m+akebRYWmKY/qJMevg1OlF1NRr9gaQ1twlvhdzxrnbeaD+4paezXcE5fVqVELeYtVXUnBxac72c9Dk/sTNrQO1vUiJv2az4dvhjuPp/BoeLQ/sNhxcxvd3VIWbPC0aiDSzBHm5733eHSoQyrI5IRPVun+l3oyDKpWCJ5S23JyMj28NNLYMiQ2zlNnq7lZS6zjMdhkcKgPb4TUWjifjSgF1Zac8pcme7byQF9+nPJS+bxJfMKmwcG1h/2J4YS4HvdyywCYhHtRM+9yrhab1zMXkuSJk1VPb+NcelnYd7UzNwUPGf00GT7cw9n9pCl4ogpMyrThioAJoilRZV+p7RpAMA3v5p2dKyprcBkCqSPrPI3oybM+JIVYoQfbpcsNv5asaXnclP/AdroSJ39CSWERJu7V0KL8Ui2ArypLppv1h+Fn6Ud6z1wUj3msaCmvyTekcEvwU3ebNBxyt2YNVck/ocl7Qn9OYuBdorfX+wws742yfJjsWoV0pS2nnW2ttwNHmQYQ1cEz2pq0v49vkYFDba5iccYPqgMq28XPq9p11SbWvQalKIBkpU6EMNXL87Dm9CLvBzd7RLhLDHo1tnFvEFL0KO+YJuyZ5GmicMXE901J09pCfU9gy/YcwpB/5T05hBwFCK1IP6bmcHv+hnWqdqFzv6fOOEbTxEYG9FkmHnIZyMMisX13GFNhhJ4XCFojT1g3Tqzhyi/E9F/XE6nH4B4C5f94l8z37hwF+3KnPCWzcbpgQmY3n+r5K708VH5GqHGgWLc+LKo54hfzLKKayBDmhdqFjI/Z8cesGAUfcI1xEbWMaQyW9XKkhJBjlVlbuv/31PS1ph5Q4UjZ8y8MXUKFHpwqzHMiQfo/bq5Ll3v/sggJXPEBZ2rzZwaxKH7FwTNYNpNQIoj14TvBY9JNN2McMQA5EbItq3zs3yZJyuB/erfFhRBGJ+BflEKxTuMAr/VWHS7dHuQ4QOFKpL+kuVNNfhmtQpuny9C4eqZ/ol26qhTVejS4mbudshB9IWHYiMcMUvWS/FD9LLPy2T1KXpnAFflVkkFQ8k+gtu3t2x+UmNvgY585pautjuG/KZLQgpJeluUQPHQPM+/cQrbvxQV2ihrINHG7WPoKs9oQnwU3lTyLy30Io5llN/HogUTimE04k3I7ZpfIMbaRGp01qgl5vENDR0Pt3e48a0QiMu8/9kH0orMbLRU0IAA6BR/6qC10nDuW/+Em4kceBRwv7d2VCwPjTvtA954LWj65rzqmeTgrbEw2lJ7PSJ/s+Th2keBhc3bdhTnrsvXUFzeusRpexGN03KNn93Vesi13ZVZPU2ElrxL+5ZqjWeVuL6cgPf+lOIDq3H9aUndnGWopYduTMd7pmutGwIhARljuoRVMhssSbeSBbWd+qgO8WaSs5VhEVnnYqDOep4cYR+5bAvlrPJW3TlEcjTwjRdtanqnBRtCQa1OlmAdc6gECaYZWvvaS6HkkK/X0xwDenKPKgRjy0fg85s6xKHz9HTSrvbEGghvVO3oVhzVoBV34fKfi6/CY9qu6rVj57n43rxX0naPh5ddMafuL6z/v69Q7NcEDRBRpvgPr2jiAqcyy5VwmNuMCcmMKDwh+Ul6bgeEUFXbkGF/HgQf9nq4lfeGJ/cJzlurAGQ8nmQSnpIDjmBuVG2QJye8PcMAdbKm0Y3FmYzRhkKMa1BIPsYgh0arazNJvHj/rd/cORaPnLyD1zy8I7N+35MFswzcb+VlH+3YqOSjb/qpT5h//RSGpHg9Po8HctOkTBmqpGa6Z575gYIzDUAVo5ZDsHc9hVQxYZKhiV83FehdohDQm4xkWkUCKQqO+PVPjbxcA8oirIYt0x/IybEjQJO7zxoRUaQreBkwEgnLv7HTkBulA1WGtVd5U0w5V7za2vb6wl9n5ig7MwlmdV77MMYofe4xXGYXx6bHGXO7y8aehi1b3i7nUq+xzggjyFwJk2zNJnQwCqu/Pr7LASpJJZzw7LTaRW52EjbTYkmHcgEpwfGRPCHT7jW5t8yg+VSxHfxCkL+bxJO04AYXawF5miELJBP4h2oGYBmrvmIA323DeAFzUmtThE7atiK3Em5Q5SvL9S7hWriK0YSmm3juhs0gy7RDWrrUzkSvrKg9viWnf38a3J0kGjZltwylI57cfZCHRlOhBI7/6aBRjrJiW8zxVUb6d9uDVwODph9G9gyhmMYhiT0n1wqYrHAEVJrDwML92CWkye+DeaMaueGPuKCZH2Vs0r2bnCb4Uv582j/evAk+uiIyBgkQ1D/N3OnneAB7dQcsPFATSiNhFqLABbgYCyNEw7VCyGg2b7DMA8eTUj3cgYdzbux/O5FaISZTuyU/FQi+biY0jcrlnTx0LvTzzY1UnDytyl0MkgB08h0E/P8mKwETOe+1TrTC/yJ/FTpV8KzJFHAwPswrHJe3GFp/yTUHfyYzLl+pq0KLn2+56HxmOuVFBJDLaY0dkdJzmfKxOVsohggAFa8Es2nvetSUkZ0TsV2+TzvO/5eVaunjSjroI1xFOYQ22o1Fg5O+LzLkB7101PsERL/6mSBg7jrOWU7D6T3Sp3yFbSpUQAt62yf2B0PgXOerzcDAj3lFZKgBGZSF4MVrvbnQX5rXBHdJYd20iOJcmZY5f7BJFB5+sVgAmZmmBtLL2VWkmJMGgjOgXJE6BAhsAu4Qgh7nFghtk8cZ4ewZ31PjIoZ2f36aDC4ZOb0XlvQAhN4JPmeICdr/r5b9JexgQFlZpWrR1rPzed0mJLSulFEIgYynnejq1FppPQf+8IT3MdknEy9q39n38W5JHaUSS1CMcGSdCgmVSCLH7c+djY9PCLS3v2UOAFCdhGogXKrO4nvfBF5i6S/3pdF0RyMT329lVraxInEWzuY4vKXH6Lc+omWzfnv0f4mE2SwMYsaZi+D0I2ctbqfkg7Abk3eXcuJ6ADAJp4FM4LDy0/MKmLRRRz48zUwJjrRyG41W6uyzOP+2eGpGFzSqYpQOnrt+cYYJdwPdgpKn9jZLO82y5TRKwoiw1cIsLz3rTBR4yvor2pYUw8eXug+FgCkZ916pNeS21Ah8gGh7D7m3gHWe45PdaSbrAYvraVY2PzfHvuYsfKI0pTcwZPyGEFHr2SYjhY1JU0B2/bkGohiPgxU9FfJ63+dzlfYwmoTRYgdwneeICaJlMUqrLmwAKRffCYeHVkgCPv81lC6G0abz4DXGFwjPXt9dTehsmpxFztkqqQA7aIqMbP38oimEqK1umToqd7SK0oWnfHdfQUlKgYBX6rYAmFkfafPkTjQ9/1uWoLXt2uDH+6OBtegfnYgk3PnzM2zp9EVK4zZOg/PoAzf7GtJpN32iXugjfe+JgAYuZZPTMto3XrQWuNW+zbmVArPSbsuPE6nH212npkqGYRlLykpUrRKFO0lhu2XUkYU2qy/pX14UM16fyu7fQtJYJZQszgOQlmLk38Rj5TdTBOiQVM0pTcWJ2D+Irl2C8/zYLVyLYd/jfdu1if40cb4a69TxSa8Y0xX6xCYa5qiJAsi3X90Nroxd2VGfdUOElDkwntbuDd0pGny3eK8COFESoVbd690Saj+ci0jqo2DFoEFY0RQ4EBwXfeVMRWbjKayF5ePaNcbXDUvDpQB8hnwkq6r2GD/oFGZIr5EKKjhdVWVWQV6txFmm56+rFTf0cOZyoqGmoOndf1tiVx8QdwtTmDoqcHTOXBe6NU20LRLtd2T4cAdudT7aFNed2Rg6+uvqLqb4bF6FExcVNqV7UDnX04kbt5tjr2t2/to+Y9taFCwFzq+1QJhET1NYAEFgTcUSSldtK6asCuw0eNiNWPE3l4PTHkr6f42JLXoZKR8xM2XFLtF2zGFfJjfFdF+zwKd15MqsGB4lWhVLUf61hG5nEG7RJHwShlPiXTMfxP/98lgfNrzyBbbvPqPP0HtLaKo5YKQ6xqqfoip9KQkXkcHVEh60beSw6O4HU19t5HoosgIpA05uS7N5gRJ8dN+FYq73IO3tus1uCBQvDXDzrho3cesqeCabVvrrBaaabiDP3zuA1e4syDrhMOfsurnOhyk7nReVvJ085AIZLEDa9JpqdJogJpmLz0UG5KsyeJiVFnzJvXq0XLJpVMHlJ5yH8A5iqSWKAfSOw88DTwQTxg==">
<script src="/ScriptResource.axd?d=x6wALODbMJJAocX0_7BYuadS4aT9-0LdM4p3_Sgi39KIXeY4KUboMnz5VcMGiehKZdcLEFvuiswVLBxV99tjF-X2gfAWo_xSZWzE_1D1wkQ1&t=34140337" type="text/javascript">
</script>
<script src="../../services/VoteService.asmx/js" type="text/javascript">
</script>
<script src="../../services/MemberService.asmx/js" type="text/javascript">
</script>
<script src="../../services/TagService.asmx/js" type="text/javascript">
</script>
<script src="../../services/PageServices.asmx/js" type="text/javascript">
</script>
<script src="../../services/EditorService.asmx/js" type="text/javascript">
</script>
<input id="__VIEWSTATEGENERATOR" name="__VIEWSTATEGENERATOR" type="hidden" value="B2148ECC">
<span id="ctl00_ctl00_MainContent_TrackerProxy1">
</span>
<div id="ctl00_ctl00_MainContent_pnlMemberDetails">
<div class="sidebarblock" style="background-color: #0083c1; margin-bottom: 5px; padding: 2px; color: White">
<h2 class="text-center">
<span id="ctl00_ctl00_MainContent_titleLabel">
ducktent1
</span>
</h2>
</div>
<div class="post" id="memberDetails">
<div class="row" style="padding: 10px;">
<div class="col-md-2 col-sm-2 col-xs-2" id="detailsLeft">
<div class="photo" id="ctl00_ctl00_MainContent_photo_photoPanel">
<a href="/users/ducktent1" id="ctl00_ctl00_MainContent_photo_photoLink">
<div class="avatar">
<img height="75" id="ctl00_ctl00_MainContent_photo_memberPhoto" src="https://www.gravatar.com/avatar/6677315f0fa41e44174a1260c1967aad?s=75&d=identicon" width="75">
</div>
</a>
<div id="editImage" style="background:rgba(0, 0, 0, .6) 70%; display:none; position:absolute; font-size:medium; font-weight: 700; text-align:center; color:White; width:75px; height:75px; top:0; left:25px; z-index:1">
<a href="/account/settings" id="ctl00_ctl00_MainContent_photo_Edit" style="">
<div style="padding-top:26px; color:White;">
Edit
</div>
</a>
</div>
</div>
</div>
<div class="col-md-7 col-sm-7 col-xs-7" id="detailsRight">
<div>
<h2>
<a class="link text-primary" href="/users/ducktent1/reputation" id="ctl00_ctl00_MainContent_detailsReputationLink">
0 Reputation
</a>
</h2>
<h2>
<a class="link text-primary" href="/users/ducktent1#badges" id="ctl00_ctl00_MainContent_detailsBadgesLink">
0 Badges
</a>
</h2>
<label>
Member for:
</label>
<span id="ctl00_ctl00_MainContent_memberFor">
0 years, 328 days
</span>
</div>
<div id="ctl00_ctl00_MainContent_websitePanel">
<label>
Website:
</label>
<a href="https://www.youtube.com/watch?v=AQ1WceNtKAI" id="ctl00_ctl00_MainContent_website">
https://www.youtube.com/watch?v=AQ1WceNtKAI
</a>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-3" style="padding-top: 10px;">
<a class="TabButton btn-sm btn-primary" href="/users/ducktent1/contact" id="ctl00_ctl00_MainContent_contactLink">
Contact ducktent1
</a>
</div>
</div>
</div>
<div id="ctl00_ctl00_MainContent_bio">
<div class="post">
<div class="postfull">
<span class="text" id="ctl00_ctl00_MainContent_memberBio">
What are you thinking about determining about songs downloading? This is the spot to find recent information from the songs professionals. Continue reading for the thorough breakdown of installing tunes.
Keep an eye out for promotions when searching for electronic tunes. Frequently, you can find offers from iTunes as well as other services which can be keeping promotions to have music for free.
Look into the deals when on Amazon's songs website. Albums and one downloads are usually available for great deals in this article, and this will save you a ton of money about the tunes you want by far the most. These savings can help you save lots of money.
When your flavor in music adjustments a great deal, think about using a website that allows you to source audio, instead of acquire it. Internet streaming allows you to pay attention to a large collection of music, although the tunes by no means exists on your computer. This could help you save cash and room on your hard drive, it is therefore occasionally the better option.
Try signing up a free account by using a main on-line songs merchant. Obtaining balances with a few well-known kinds like Amazon online and iTunes can provide you with usage of several older and new monitors. Amazon online marketplace has more than 20 million music in their database, although iTunes has more than 500, 000 within its database. You are sure to get something that you like, and achieving an account will make check out quicker. Also you can get some good wonderful suggestions based on your past transactions.
If you download tunes from a peer-to-peer services, spend some time to tidy up the metadata of your records you get. The metadata is definitely the who, what, and where by from the document. Stuff like the designer name, the record title, the track label, along with the style of music. A little clear can go a long way to your computerized participant having the capacity to provide you with the very best practical experience for yourself.
When you are having troubles getting by using a peer to peer system, look at the firewall. Unless you permit the software, you won't have the ability to do any uploading or getting. Microsoft windows features a firewall internal, and this will have to be changed allowing for your program's actions.
Tend not to download music unlawfully via document-sharing web sites. What may seem like a smart idea to get cost-free music can come back to chew you. A lot of web service providers have become working together with writing firms to discover and prosecute online pirates, and you may not wish to be one of many unfortunate ones.
If you are looking for music for your ipod touch, think about a monthly subscription centered web site. There are numerous available, plus they enable customers access to a huge collection of songs for the 1 time account. In most cases, the regular membership is designed for existence. This can be a wonderful way to reduce costs although still locating the audio that you just adore.
Make sure you acquire audio legitimately. There are a lot of easy methods to acquire songs, but some of the most popular techniques that people down load music are prohibited. Become knowledgeable as to what authorized types of music downloading are, so that you don't ought to get worried that you are currently doing a criminal offense if you pay attention to your tunes.
Perform a little research on the possible download web site before making a go of accessing there. Study bande organisée remix from the web site and also trawl on the internet community forums for posts associated with the web page. You would like to recognize how respected and risk-free this web site happens to be. Other folks have probable skilled it, so make use of their expertise.
Learning how to effectively do even most mundane issues is very important. If you would like down load your best songs, you need to figure out how to do it. Start using these suggestions to be able to use a excellent assortment of your preferred tunes.
</span>
</div>
</div>
</div>
<div class="post" style="padding: 5px;">
<div class="sidebarblock text-center" style="padding: 5px;">
<h2 class="h2">
MaplePrimes Activity
</h2>
</div>
<ul class="nav nav-tabs">
<li class="active" id="ctl00_ctl00_MainContent_profileTab" role="presentation">
<a href="/users/ducktent1" id="ctl00_ctl00_MainContent_profileLink">
Profile
</a>
</li>
<li id="ctl00_ctl00_MainContent_favoritesTab" role="presentation">
<a href="/users/ducktent1/favorites" id="ctl00_ctl00_MainContent_favoritesLink">
Favorites
</a>
</li>
<li id="ctl00_ctl00_MainContent_postsTab" role="presentation">
<a href="/users/ducktent1/posts" id="ctl00_ctl00_MainContent_postsLink">
Posts
</a>
</li>
<li id="ctl00_ctl00_MainContent_questionsTab" role="presentation">
<a href="/users/ducktent1/questions" id="ctl00_ctl00_MainContent_questionsLink">
Questions
</a>
</li>
<li id="ctl00_ctl00_MainContent_answersTab" role="presentation">
<a href="/users/ducktent1/answers" id="ctl00_ctl00_MainContent_answersLink">
Answers
</a>
</li>
<li id="ctl00_ctl00_MainContent_replyTab" role="presentation">
<a href="/users/ducktent1/replies" id="ctl00_ctl00_MainContent_replyLink">
Replies
</a>
</li>
</ul>
<br class="clear">
</div>
<div class="post" id="ctl00_ctl00_MainContent_mainUserProfile_memberBadges">
<div class="sidebarblock" style="margin-bottom: 5px; padding: 2px; color: White">
<a name="badges">
</a>
<h3>
MaplePrimes Badges
</h3>
</div>
<div id="ctl00_ctl00_MainContent_mainUserProfile_noBadgesPanel">
<span id="ctl00_ctl00_MainContent_mainUserProfile_noBadgesName">
ducktent1
</span>
has not earned any MaplePrimes badges yet.
</div>
</div>
<div id="ctl00_ctl00_MainContent_mainUserProfile_memberReputation">
<script src="https://www.google.com/jsapi" type="text/javascript">
</script>
<script type="text/javascript">
google.load("visualization", "1", {
packages: ["corechart"]
});
google.setOnLoadCallback(drawChart);
function drawChart() {
var dataTable = new google.visualization.DataTable();
dataTable.addColumn('date', 'Time');
dataTable.addColumn('number', 'Reputation');
dataTable.addColumn({
type: 'string',
role: 'tooltip'
});
dataTable.addRows([]);
var options = {
width: 700,
height: 300,
pointSize: 2,
title: 'Reputation Over Time',
vAxis: {
title: 'Reputation'
},
hAxis: {
title: 'Time'
},
legend: 'none'
};
var chart = new google.visualization.AreaChart(document.getElementById('chart_div'));
chart.draw(dataTable, options);
}
</script>
<div class="post">
<div class="sidebarblock">
<h3>
<span id="ctl00_ctl00_MainContent_mainUserProfile_ReputationGraph_noReputation">
ducktent1 has 0 reputation
</span>
.
<a class="pull-right btn btn-pin" href="/help/reputation" style="color: White">
What is reputation?
</a>
</h3>
</div>
<div class="postfull">
</div>
</div>
</div>
</div>
<script src="/ScriptResource.axd?d=j4X09S_TmMUH7utnZk9UHlEO_RPDotkFaZ1A_B5K_VFqtVF3lRjFLJvrqf8C89woeov3KAI_WckRNQ2qKZShM4szK810p3MxEqd-24m_PiWuxu3XFak4ctBf706CV-pmK_nRSb1grcrz_fF0ppaj4-1umL5vIPvIC6CdYHB6wX01" type="text/javascript">
</script>
<script src="/users/ducktent1/?_TSM_CombinedScripts_=True&v=6pFtOAsQtBsrpDzg18PwV3zVO_LRTBQ-xKdA56Iza101&_TSM_Bundles_=FileUploadBundle&cdn=False" type="text/javascript">
</script>
</form>
<!--<script src="/js/shareControl.js" type="text/javascript"></script>-->
<style type="text/css">
.ui-dialog {
font-size : 90%;
}
.shareTitle {
font-family : "Lucida Grande", "Lucida Sans", Arial, sans-serif;
font-size : 1.1em;
font-weight : bold;
font-style : normal;
color : #3366CC;
}
.shareTopic {
font-family : "Lucida Grande", "Lucida Sans", Arial, sans-serif;
font-size : 1.1em;
font-weight : bold;
font-style : normal;
color : Black;
}
.shareMain {
width : 400px;
height : 490px;
/* boder radius*/
-webkit-border-radius: 10px;
-moz-border-radius : 10px;
border-radius : 10px;
border-style : outset;
padding-top : 5px;
}
.roundBody {
/* boder radius*/
-webkit-border-radius: 10px;
-moz-border-radius : 10px;
border-radius : 10px;
border-style : outset;
padding-top : 5px;
}
.sharelink {
background-image : url("/images/share/link2.png");
background-position : 0 25%;
background-repeat : no-repeat;
float : left;
width : 255px;
padding-left : 24px;
margin-top : 10px;
margin-left : 20px;
}
.shareButton {
cursor : pointer;
text-decoration : underline;
}
.textInput {
width : 329px;
color : Gray;
margin-top : 10px;
margin-left : 20px;
resize : none;
}
.FBtextInput {
width : 250px;
color : Gray;
margin-top : 10px;
margin-left : 5px;
resize : none;
}
.shareURL {
width : 320px;
color : Gray;
margin-top : 10px;
resize : none;
}
.shareOptions {
float : left;
width : 355px;
margin-top : 20px;
margin-left : 20px;
margin-bottom : 10px;
float : left;
}
.shareIcons {
float : left;
margin-left : 8px;
cursor : pointer;
}
.shareFooter {
height : 60px;
width : 400px;
background-color : Silver;
margin-top : 10px;
position : fixed;
top : 437px;
overflow : hidden;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
.footerButtonWhite {
border-radius : 4px 4px 4px 4px;
box-shadow : 0 1px 0 0 rgba(0, 0, 0, 0.07);
cursor : pointer;
text-shadow : 0 1px 0 rgba(255, 255, 255, 0.5);
font-family : "lucida grande",tahoma,verdana,arial,sans-serif;
line-height : 26px;
margin-top : 20px;;
margin-right : 20px;
float : right;
}
.footerButtonBlue {
background : #1e5799; /* Old browsers */
background : -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background : -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background : -o-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
background : -ms-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
background : linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
filter : progid:DXImageTransform.Microsoft.gradient( startColorstr="#1e5799", endColorstr="#7db9e8",GradientType=0 ); /* IE6-9 */
border-radius : 4px 4px 4px 4px;
box-shadow : 0 1px 0 0 rgba(0, 0, 0, 0.07);
cursor : pointer;
text-shadow : 0 1px 0 rgba(255, 255, 255, 0.5);
font-family : "lucida grande",tahoma,verdana,arial,sans-serif;
line-height : 26px;
margin-top : 20px;;
margin-right : 20px;
float : right;
}
.modal {
text-align : center;
}
@media screen and (min-width: 768px) {
.modal:before {
display : inline-block;
vertical-align : middle;
content : " ";
height : 100%;
}
}
.modal-dialog {
display : inline-block;
text-align : left;
vertical-align : middle;
}
.ui-dialog {
z-index : 1000 !important ;
}
</style>
<!-- share panel div start here-->
<!-- inline style for P-Bar -->
<style type="text/css">
.ui-progressbar .ui-progressbar-value {
background-image : url("/images/pbar-ani.gif");
}
.style1 {
width : 377px;
}
.style2 {
height : 35px;
width : 403px;
text-align : center;
}
.style3 {
height : 70px;
width : 403px;
text-align : center;
font-size : small;
}
.style4 {
height : 39px;
width : 403px;
text-align : right;
}
.style5 {
font-weight : normal;
}
.style6 {
font-size : x-small;
}
</style>
<!-- share panel div start here-->
<div id="fb-root">
</div>
<div id="sharePanel" style="display:none;">
<div id="shareMain">
<div id="DialogHeader">
<label class="shareTitle" id="shareTopic">
</label>
</div>
<div class="sharelink" id="shareLink">
<input class="shareURL" id="shareURL" name="shareURL" type="text">
<span id="copyText" style="color:Silver; font-style:italic; font-size: small;">
</span>
</div>
<br>
<div class="shareOptions" id="shareOptions">
<div style="float:left;margin-top:10px; margin-right:5px;">
<span style="font-size:large;">
Share via:
</span>
</div>
<div class="shareIcons" id="fb">
<img src="/images/share/facebook-icon.png" style="width:50px; height:50px;">
</div>
<div class="shareIcons" id="twitter">
<img src="/images/share/twitter-icon.png" style="width:50px; height:50px;">
</div>
<div class="shareIcons" id="googlePlus">
<img src="/images/share/googleplus-icon.png" style="width:50px; height:50px;">
</div>
<div class="shareIcons" id="email">
<img src="/images/share/email-icon.png" style="width:50px; height:50px;">
</div>
</div>
<div id="shareBody">
<div class="shareOptions" id="shareEmail" style="display:none;">
<div style="float:left;margin-top:10px; margin-right:5px;">
<span style="font-size:large;">
Share via e-mail:
</span>
</div>
<div id="emailBody">
<br>
<br>
<table>
<tbody>
<tr>
<td>
<span>
From:
</span>
</td>
<td class="style1">
<input class="textInput" id="fromEmail" name="fromEmail" onblur="if(this.value==''){this.value='Your email address';}" onclick="if(this.value=='Your email address'){this.value = '';}" style="width:270px;" type="text" value="Your email address">
</td>
</tr>
<tr>
<td>
<span>
To:
</span>
</td>
<td class="style1">
<input class="textInput" id="toEmail" name="toEmail" onblur="if(this.value==''){this.value='Email address of recipient';}" onclick="if(this.value=='Email address of recipient'){this.value = '';}" style="width:270px;" type="text" value="Email address of recipient">
</td>
</tr>
<tr>
<td colspan="2">
<span id="infotext" style="font-size:small; color:Red;">
</span>
</td>
</tr>
<tr>
<td colspan="2" style="padding-top:5px">
Custom Message (optional):
</td>
</tr>
<tr>
<td colspan="2">
<textarea class="textInput" cols="50" id="extraEmailBody" name="extraEmailBody" rows="4" style="overflow-y:hidden;overflow-x:hidden;"></textarea>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="shareOptions" id="shareFB" style="display:none;">
<div style="float:left;margin-top:10px; margin-right:5px;">
<span style="font-size:large;">
Share on Facebook:
</span>
</div>
<div id="fbLoginPanel" style="margin-top:30px;">
<br>
<p>
You must be logged into your Facebook account in order to share via Facebook.
</p>
<br>
<button id="fblogin" style="margin-left:100px;">
Login to Facebook
</button>
</div>
<div id="fbBodyText" style="float:left; width:350px;">
<div id="fbIMG" style="float:left; width:55px; margin-top: 10px;">
</div>
<textarea class="FBtextInput" cols="30" id="extraFBBody" name="extraFBBody" rows="4"></textarea>
</div>
</div>
<div class="shareOptions" id="shareGoogle" style="display:none;">
<div style="float:left;margin-top:10px; margin-right:5px;">
<span style="font-size:large;">
Share via GooglePlus:
</span>
</div>
<br>
<br>
<p>
Click the button below to share this on Google+. A new window will open.
</p>
<br>
<button id="googleShareLink" style="margin-left:40px;">
Click Here to Share on Google+
</button>
</div>
<div class="shareOptions" id="shareTwitter" style="display:none;">
<div style="float:left;margin-top:10px; margin-right:5px;">
<span style="font-size:large;">
Share via Twitter:
</span>
</div>
<div id="twitterBody">
<span class="shareOptions" id="TweetUser" style="font-size:small; margin-top:0px; color:Silver; margin-left:0px;">
</span>
<div id="twitterIMG" style="float:left; width:55px; margin-top: 10px;">
</div>
<textarea class="FBtextInput" cols="40" id="extraTweetBody" name="extraTweetBody" onkeyup="countChar(this)" rows="4"></textarea>
<span id="charNum" style="color:Gray; float:none;">
</span>
</div>
<div id="twitterLoginPanel" style="margin-top:30px;">
<br>
<p>
You must be logged in to your Twitter account in order to share. Click the button below to login (a new window will open.)
</p>
<br>
<button id="twitterLogin" onclick="twitterLogin()" style="margin-left:100px;">
Login to Twitter
</button>
</div>
</div>
<div class="shareOptions" id="shareAgain" style="display:none;">
<img src="/images/share/blue_tick50px.gif" style="float:left;">
<br>
<span style="font-size:large; margin-left:10px; margin-top:20px;">
Your message was sent!
</span>
<br>
<button id="btnSendAgain" onclick="shareAgain()" style="margin-left:40px; margin-top:30px;">
Send another message
</button>
</div>
</div>
</div>
</div>
<!-- share panel div ends here-->
<!-- Login Panel for Comment form -->
<div id="LoginBox" style="display:none;">
<div id="top">
<p>
Please log-in to your MaplePrimes account.
</p>
<div id="loginError" style="display:none;">
<p class="loginError" style="color:Red;">
Wrong Email/Password. Please try again.
</p>
</div>
</div>
<div id="middle">
<table>
<tbody>
<tr>
<td>
<label>
E-Mail Address:
</label>
</td>
<td>
<input id="userEmail" name="userEmail" style="width:200px; color:Black; margin-left: 3px;" type="text">
</td>
</tr>
<tr>
<td>
<label for="userPass" style="padding-right:40px;">
Password:
</label>
</td>
<td>
<input id="userPass" name="userPass" style="width:200px; color:Black; margin-left: 3px;" type="password">
</td>
</tr>
<tr>
<td>
<label>
Remember Me:
</label>
</td>
<td>
<input checked="checked" id="persistLogin" name="persistLogin" type="checkbox">
Automatically sign in on future visits
</td>
</tr>
</tbody>
</table>
</div>
<div id="bottom">
<br>
<a href="http://www.maplesoft.com/members/member_center_passwordreset.aspx" style="float:right;" target="_blank">
Forgot your password?
</a>
<a href="/register" style="float:left;" target="_blank">
Create a New Account
</a>
</div>
</div>
<!-- Sort Popup Dialog box for Answer sorting -->
<div id="sortPopup" runat="server" style="display:none;">
<table>
<tbody>
<tr>
<td class="style2" colspan="2">
<h3>
<span class="style5" style="text-align:center">
Save this setting as your default sorting preference?
</span>
</h3>
</td>
</tr>
<tr>
<td class="style3" colspan="2">
Note: You can change your preference
any time in your account settings
</td>
</tr>
<tr>
<td class="style4" colspan="2">
<input checked="" id="sort_persist" name="sort_persist" type="checkbox" value="true">
<span class="style6">
Don't show this again
</span>
<br>
</td>
</tr>
</tbody>
</table>
</div>
<!--General Login Panel-->
<div id="NewLoginPanel" style="display: none;">
<div id="top">
<p>
Please log-in to your MaplePrimes account.
</p>
<div id="loginPanelError" style="display: none;">
<p class="loginError" style="color: Red;">
Wrong Email/Password. Please try again.
</p>
</div>
</div>
<div id="middle">
<table>
<tbody>
<tr>
<td>
<label>
E-Mail Address:
</label>
</td>
<td>
<input id="userPanelEmail" name="userPanelEmail" style="width: 200px; color: Black; margin-left: 3px;" type="text">
</td>
</tr>
<tr>
<td>
<label for="userPass" style="padding-right: 40px;">
Password:
</label>
</td>
<td>
<input autocomplete="false" id="userPanelPass" name="userPanelPass" style="width: 200px; color: Black; margin-left: 3px;" type="password">
</td>
</tr>
<tr>
<td>
<label>
Remember Me:
</label>
</td>
<td>
<input checked="checked" id="persistPanelLogin" name="persistLogin" type="checkbox">
Automatically
sign in on future visits
</td>
</tr>
</tbody>
</table>
<br>
</div>
<div id="bottom">
<br>
<a href="http://www.maplesoft.com/members/member_center_passwordreset.aspx" style="float: right;" target="_blank">
Forgot your password?
</a>
<a href="/register" style="float: left;" target="_blank">
Create a New Account
</a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3" id="ctl00_ctl00_sidebar">
<!-- Sidebar Content Before Buttons-->
<div class="hidden-sm hidden-xs" style="padding-bottom:20px;">
<!-- ask question -->
<a href="/questions/new" style="color:#FFFFFF">
<div class="sidebarblockquestion">
<h3>
<i class="fa fa-question-circle">
</i>
Ask a Question
</h3>
</div>
</a>
<!-- create a post -->
<a href="/posts/new" id="ctl00_ctl00_aNewCategoryPost" style="color:#FFFFFF">
<div class="sidebarblockcreatepost">
<h3>
<i class="fa fa-pencil">
</i>
Create a Post
</h3>
</div>
</a>
</div>
<!-- Sidebar Content After Buttons-->
<div id="sidebarHolder">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- footer nav -->
<div class="shadow v4">
</div>
<div id="footer">
<div class="container" style="padding-top: 30px;">
<div class="col-md-12" style="padding-bottom:10px;">
<div class="row" style="border-bottom: 1px solid #ececec;">
<div class="blocktxt center-block" style="padding-bottom:10px;">
<span style="font-size:16px; color:#ffffff;">
Connect with Maplesoft:
</span>
<a href="http://www.facebook.com/Maplesoft" target="_blank">
<i class="fa fa-facebook-square" style="font-size: 30px; padding-right:5px; color:#ffffff">
</i>
</a>
<a href="http://www.twitter.com/maplesoft" target="_blank">
<i class="fa fa-twitter-square" style="font-size: 30px; padding-right:5px; color:#ffffff">
</i>
</a>
<a href="http://www.linkedin.com/groups?home=&gid=1782256" target="_blank">
<i class="fa fa-linkedin-square" style="font-size: 30px; padding-right:5px; color:#ffffff">
</i>
</a>
<a href="http://www.youtube.com/MaplesoftVideo" target="_blank">
<i class="fa fa-youtube-square" style="font-size: 30px; padding-right:5px; color:#ffffff">
</i>
</a>
</div>
</div>
</div>
<div class="col-md-8">
<div class="row">
<a href="/questions">
Questions
</a>
|
<a href="/posts">
Posts
</a>
|
<a href="/tags">
Tags
</a>
|
<a href="/users">
Users
</a>
|
<a href="/unanswered">
Unanswered
</a>
|
<a href="/maplesoftblog">
Maplesoft
Blog
</a>
|
<a href="/badges">
Badges
</a>
|
<a href="/recent">
Recent
</a>
</div>
</div>
<div class="col-md-4">
<div class="row">
<a href="/help/about">
About
</a>
|
<a href="/help">
MaplePrimes Help
</a>
|
<a href="https://faq.maplesoft.com/s/article/Maple-Primes-Support">
Support
</a>
<br>
</div>
</div>
<div class="col-md-12">
<div class="row">
<div class="blocktxt" style="font-size: smaller;">
© Maplesoft, a division of Waterloo Maple Inc.
<script type="text/javascript">
document.write(dateObject.getFullYear());
</script>
. |
<a href="http://www.maplesoft.com">
maplesoft.com
</a>
|
<a href="http://www.maplesoft.com/terms/">
Terms of Use
</a>
|
<a href="http://www.maplesoft.com/privacy/">
Privacy
</a>
|
<a class="termly-display-preferences" href="#">
Consent Preferences
</a>
|
<a href="http://www.maplesoft.com/trademark/">
Trademarks
</a>
<p>
</p>
<br>
</div>
</div>
</div>
</div>
</div>
<!-- end footer nav -->
</div>
<script src="/js/BadgeNotify.js" type="text/javascript">
</script>
<!-- PDF Generate Dialog Box Starts-->
<div id="GeneratePDF" style="display: none;" title="Save Page as PDF">
<div id="top">
<div id="generatingPDF">
<h3 style="text-align: center;">
Generating PDF…
</h3>
<img alt="loading" src="/images/ajax-loader.gif" style="display: block; margin-left: auto; margin-right: auto">
</div>
<div id="downloadPDF" style="display: none; text-align: center;">
<span class="fa fa-file-pdf-o fa-2x" style="display: block; margin-left: auto; margin-right: auto">
<a href="" id="PDFLink" target="_blank">
PDF ready for download.
</a>
</span>
</div>
<div id="pdfGenerateError" style="display: none">
<p style="color: Red; text-align: center;">
Error occurred during PDF generation. Please refresh the page and try again
</p>
</div>
</div>
</div>
<!-- PDF Generate Dialog Box Ends-->
<!-- New Login Dialog box starts -->
<!-- Modal -->
<div class="modal fade" id="loginModel" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button class="close" data-dismiss="modal" type="button">
×
</button>
<h4 class="modal-title text-center">
Login to Your MaplePrimes Account
</h4>
</div>
<div class="modal-body">
<div class="form-horizontal">
<div class="row" id="userModelLoginError" style="display:none;">
<div class="col-md-offset-2 col-md-10">
<p class="text-danger">
Wrong Email/Password. Please try again.
</p>
</div>
</div>
<div class="row form-group">
<div class="col-md-4">
E-Mail Address:
</div>
<div class="col-md-6">
<input class="form-control" id="userModelEmail" name="userEmail" onkeydown="if (event.keyCode == 13) document.getElementById('btnLogin').click()" required="" type="email">
</div>
<div class="col-md-2">
</div>
</div>
<div class="row form-group">
<div class="col-md-4">
Password:
</div>
<div class="col-md-6">
<input autocomplete="false" class="form-control" id="userModelPass" name="userPass" onkeydown="if (event.keyCode == 13) document.getElementById('btnLogin').click()" required="" type="password">
</div>
<div class="col-md-2">
</div>
</div>
<div class="row form-group">
<div class="col-md-4">
Remember Me:
</div>
<div class="col-md-6">
<input checked="checked" id="userPersistLogin" name="persistLogin" type="checkbox">
Automatically sign in on future visits
</div>
<div class="col-md-2">
</div>
</div>
<div class="row form-group">
<div class="col-md-2">
</div>
<div class="col-md-4">
<a class="btn-link btn-primary" href="http://www.maplesoft.com/members/member_center_passwordreset.aspx" target="_blank">
Forgot your password?
</a>
</div>
<div class="col-md-4">
<a class="btn-link btn-primary" href="/register" target="_blank">
Create a New Account
</a>
</div>
<div class="col-md-2">
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button class="btn btn-default btn-sm" data-dismiss="modal" type="button">
Close
</button>
<button class="btn btn-primary btn-sm" id="btnLogin" onclick="memberlogin()" type="button">
Login
</button>
</div>
</div>
</div>
</div>
<!-- New Login dialog box ends -->
<!-- Focus email field when login modal is shown -->
<script>
$('#loginModel').on('shown.bs.modal', function() {
$('#userModelEmail').focus();
});
$(window).load(function() {
setTimeout(function() {
if ($(".termly-styles-message-e9e76f").text().indexOf("<cookiePolicyLink>") > -1) {
$(".termly-styles-message-e9e76f").text($(".termly-styles-message-e9e76f").text().replace("<preferencesLink>Preferences</preferencesLink>", "Preferences").replace("<cookiePolicyLink>Cookie Policy</cookiePolicyLink>", "Cookie Policy"));
}
}, 100);
});
</script>
<script src="/ckeditor/ckeditor.js" type="text/javascript">
</script>
<script src="/ckeditor/adapters/jquery.js" type="text/javascript">
</script>
<script src="/js/newEditor.js?v=1" type="text/javascript">
</script>
</body>
</html>