<script type="text/javascript">
$(document).ready(function () {
$('#Button1').click(function () {
$("#page-title").css('background-color', '#ffffff');
$("#Button1").text = "New Text"; }); });
</script>
List<string> pics = new List<string>()
{
"Assets/img1.png",
"Assets/img2.png",
"Assets/img3.png",
"Assets/zwp1.png",
"Assets/zwp2.png",
"Assets/zwp3.png",
"Assets/zwp4.png",
"Assets/zwp5.png"
};
Random rnd=new Random();
ImageBrush brush1 = new ImageBrush();
brush1.ImageSource = new BitmapImage(new Uri(pics[rnd.Next(0,7)],
UriKind.Relative));
img1.Source = brush1.ImageSource;
Lets see what rumors are going around.
Seems like there will be killer features...